Computer Fundamentals Tutorials
Home >> Computer Fundamentals >> Computer Fundamentals
Edit Template
Computer Fundamentals Tutorials
Edit Template

Computer Fundamentals in Hindi

Introduction to Computer Fundamentals

What is Computer

computer एक electronic device है जो input data लेता है फिर उसे process करके output देता है, मतलब ये data process का काम करता है। हम software का use करके computer को instructions देते है।

Components of Computer

computer मे 2 main components होते है : Software और Hardware

1. Software

ये set of instructions होता है जो hardware को guide करता है की उसे कैसे काम करना है । software को mainly 2 types मे divide किया गया है ,पहला system software जैसेकी operating system ( Linux, Android, Windows, etc.) और दूसरा application software जैसे Chrome, ms Office, vs code, vlc media player, etc.

2. Hardware

computer का physical part जिन्हे हम देख और touch कर सकते है । जैसे : Keyboard, Monitor, Hard Disk, ssd, etc.

Types of Computer

1. Super Computer

ये सबसे powerful computer होते है जिनका use हम scientific research, wather prediction जैसे कामे मे करते है
Example : IBM Summit

2. Mainframe Computer

इनका use large data processing के लिए किया जाता है जैसे Banking, Data Storage, etc
Example : IBM zSeries

3. Mini Computer

ये meadiam size के computer होते है जिनका use Small-scale industries, University, etc. मे किया जाता है ।
Example : PDP-11

4. Micro Computer

ये small size के computer होते है जो persional use और office work के लिए बनाए जाते है
Example : Desktop, Laptop, tablate

5. Embedded System

आपने देखा होगा की कुछ appliances जैसे washing machine मे भी छोटा सा digital system installed होता है जो basic task perform करता है ये भी एक type का computer ही होता है ।

Add a comment...

  • All Posts
  • Artificial Intelligence
  • Computer Fundamentals
  • Computer Networks
  • Data Analytics
  • Data Science
  • DBMS
  • Deep Learning
  • Digital Fundamentals
  • DSA with Python
  • Excel
  • Exercise
  • Git & Github
  • Machine Learning
  • Matplotlib
  • Natural Language Processing
  • NumPy
  • Operating System
  • Pandas-s
  • Power BI
  • Python Tutorial
  • Scikit-learn
  • Seaborn
  • SQL & MySQL
Dunder Methods

Table of Contents All Chapters 1. Dunder Methods 2. Commonly Used Dunder Methods   Python Tutorial Python Introduction Identation &...

Encapsulation

Table of Contents All Chapters 1. Encapsulation 2. Access Modifiers      2.1. Public Members      2.2. Protected Members...

Lambda Function

Table of Contents All Chapters 1. Lambda Function 2. Nestesd Lambda Function 3. Lambda Function with if-else 4. Lanbda with...

Nested Function

Table of Contents All Chapters 1. Nested Function 2. Return Function from Function 3. Higher Order Function 4. Function Recursion...

Context Manager

Table of Contents All Chapters 1. Context Manager 2. with Statement      2.1. __enter__() Method      2.2. __exit__()...

File Pointer

Table of Contents All Chapters 1. File Pointer 2. File Pointer Methods      2.1. tell() Method      2.2....

File Handling

Table of Contents All Chapters 1. File Handling 2. Types of File 3. open() and close() Methods 4. File Modes...

Edit Template
Scroll to Top