Computer Fundamentals and Basic terminologies कंप्यूटर की मूल बातें एवं शब्दावली


A computer is an electronic device that accepts data as input, processes it according to given instructions, produces meaningful output, and stores information for future use.

कंप्यूटर एक इलेक्ट्रॉनिक उपकरण है जो डेटा को Input के रूप में स्वीकार करता है, दिए गए निर्देशों के अनुसार उसका Processing करता है, Output देता है और आवश्यकता पड़ने पर डेटा को Store करता है।

Computer Fundamentals is the foundation of computer knowledge. Understanding basic terminology makes it easier to learn advanced topics such as operating systems, networking, programming and databases.

Computer Fundamentals कंप्यूटर ज्ञान का आधार है। यदि विद्यार्थी Data, Information, Hardware, Software, CPU, Memory, Input, Output आदि मूल शब्दों को अच्छी तरह समझ लेता है, तो आगे के computer topics को समझना आसान हो जाता है।

1. What is a Computer? – कंप्यूटर क्या है?

The word Computer is derived from the concept of computation or calculation. Modern computers, however, are not limited to calculations. They can process text, images, audio, video and large amounts of data.

Computer शब्द का संबंध computation अर्थात गणना से है। लेकिन आधुनिक कंप्यूटर केवल गणना तक सीमित नहीं हैं। वे text, images, audio, video और बहुत अधिक मात्रा में data को process कर सकते हैं।

Basic Working of Computer

Input → Processing → Output → Storage

उदाहरण:

जब हम Calculator में 25 + 15 enter करते हैं:

Input: 25 + 15

Processing: Addition

Output: 40

Storage: यदि परिणाम को save किया जाए तो storage में रखा जा सकता है।


2. Basic Functions of Computer – कंप्यूटर के मूल कार्य

A computer generally performs four fundamental functions:

1. Input – इनपुट

Data and instructions are entered into the computer.

कंप्यूटर में डेटा और निर्देश दर्ज करना Input कहलाता है।

Examples: Keyboard, Mouse, Scanner, Microphone.

2. Processing – प्रोसेसिंग

The computer processes the input data according to instructions.

निर्देशों के अनुसार Input Data पर processing करना Processing कहलाता है।

CPU performs the major processing operations.

3. Output – आउटपुट

The processed result is presented to the user.

Processing के बाद प्राप्त परिणाम को उपयोगकर्ता तक पहुँचाना Output कहलाता है।

Examples: Monitor, Printer, Speaker.

4. Storage – स्टोरेज

Data and information can be stored for future use.

डेटा और सूचना को भविष्य में उपयोग के लिए संग्रहित करना Storage कहलाता है।

Examples: HDD, SSD, Pen Drive, Memory Card.

🧠 Memory Trick

IPOS = Input → Processing → Output → Storage


3. Basic Computer Terminology – कंप्यूटर की मूल शब्दावली

Term हिंदी Meaning

Data डेटा Raw facts and figures

Information सूचना/जानकारी Processed and meaningful data

Hardware हार्डवेयर Physical components of computer

Software सॉफ्टवेयर Programs and instructions

Input Device इनपुट डिवाइस Used to enter data

Output Device आउटपुट डिवाइस Presents results

CPU सीपीयू Main processing unit

Memory मेमोरी Stores data/instructions

Bit बिट Smallest unit of digital data

Byte बाइट 8 bits

Program प्रोग्राम Set of instructions

Operating System ऑपरेटिंग सिस्टम Manages hardware and software

User उपयोगकर्ता Person who uses a computer

4. Data and Information – डेटा और सूचना

Data

Data means raw facts and figures that have not yet been processed.

Data ऐसे raw facts और figures हैं जिनका अभी processing नहीं हुआ है।

Example:

45, 67, 82, 91

These numbers alone may not provide meaningful information.

Information

Information is processed and meaningful data.

Processing के बाद प्राप्त उपयोगी और अर्थपूर्ण Data को Information कहते हैं।

Example:

Average Marks = 71.25

CPCT Trick

Data = Raw
Information = Meaningful


5. Hardware – हार्डवेयर

Hardware refers to the physical and tangible components of a computer.

कंप्यूटर के वे भौतिक भाग जिन्हें हम देख और छू सकते हैं, Hardware कहलाते हैं।

Examples

Keyboard

Mouse

Monitor

CPU

Printer

RAM

Hard Disk

Motherboard


Remember

Hardware = Can be touched

6. Software – सॉफ्टवेयर

Software is a collection of programs and instructions that tells the computer what to do.

Software programs और instructions का समूह है जो कंप्यूटर को बताता है कि उसे क्या कार्य करना है।

Examples

Windows

Linux

MS Word

Web Browsers

Media Players


Important Difference

Hardware → Physical

Software → Programs/Instructions

🧠 Trick

Hardware = Body
Software = Instructions/Intelligence


7. CPU – Central Processing Unit

CPU stands for Central Processing Unit. It is the main processing unit of a computer.

CPU का पूरा नाम Central Processing Unit है। यह कंप्यूटर के instructions को execute करने और processing operations को perform करने वाली मुख्य इकाई है।

Major CPU-related components include:

ALU – Arithmetic Logic Unit

CU – Control Unit

Registers


ALU

ALU performs arithmetic and logical operations.

ALU arithmetic तथा logical operations perform करता है।

Examples:

+ , − , × , ÷

and logical comparisons such as:

< , > , =

CU

CU stands for Control Unit.

It controls and coordinates the activities of different components of the computer.

Control Unit कंप्यूटर के विभिन्न components के कार्यों को control और coordinate करता है।

Registers

Registers are very fast storage locations associated with the CPU.

Registers CPU के अंदर/निकट स्थित बहुत तेज storage locations हैं, जिनमें processing के दौरान data, instructions या addresses temporarily रखे जाते हैं।


8. Memory – मेमोरी

Memory is used to store data, instructions and results.

Memory का उपयोग data, instructions और processing results को store करने के लिए किया जाता है।

Computer memory can broadly be divided into:

Primary Memory

RAM

ROM

Cache


Secondary Storage

HDD

SSD

Pen Drive

Memory Card

CD/DVD


Important CPCT Point

RAM is volatile memory.

Power off होने पर RAM में मौजूद data सामान्यतः lost हो जाता है।

ROM is non-volatile memory.

Power off होने के बाद भी ROM का stored content बना रहता है।


9. Bit and Byte – बिट और बाइट

Bit

Bit stands for Binary Digit.

A bit can have one of two binary values:

0 or 1

It is the smallest basic unit of digital information.

Byte

1 Byte = 8 Bits

Common Units

Unit Equivalent

1 Bit 0 or 1
1 Byte 8 Bits
1 KB 1024 Bytes
1 MB 1024 KB
1 GB 1024 MB
1 TB 1024 GB
1 PB 1024 TB


> CPCT Note: Storage-unit questions often use the binary convention above. In modern storage specifications, manufacturers may use decimal units, so context matters.


🧠 Easy Trick

Bit → Byte → KB → MB → GB → TB → PB


10. Input Devices – इनपुट डिवाइस

Input devices are used to enter data and instructions into a computer.

Input Devices का उपयोग कंप्यूटर में data और instructions enter करने के लिए किया जाता है।

Important Examples

Keyboard

Mouse

Scanner

Microphone

Webcam

Joystick

Touchpad

Light Pen

Barcode Reader

OCR

OMR

MICR


CPCT Quick Facts

Keyboard → Text Input

Mouse → Pointing

Scanner → Image/Documents

Microphone → Sound

Webcam → Image/Video


11. Output Devices – आउटपुट डिवाइस

Output devices present the processed information to the user.

Output Devices कंप्यूटर द्वारा process किए गए परिणाम को उपयोगकर्ता तक पहुँचाते हैं।

Examples

Monitor

Printer

Speaker

Headphones

Projector

Plotter

Braille Display


Remember

Input = Goes IN

Output = Comes OUT


12. Operating System – ऑपरेटिंग सिस्टम

An Operating System (OS) is system software that manages computer hardware and provides an environment for running applications.

Operating System एक System Software है जो computer hardware और software resources को manage करता है तथा applications को चलाने के लिए environment प्रदान करता है।

Examples

Windows

Linux

macOS

Android

iOS


Major Functions

Memory Management

File Management

Process Management

Device Management

Security

User Interface


CPCT Trick

OS = Manager of Computer Resources


13. Program – प्रोग्राम

A program is a set of instructions written to perform a particular task.

किसी विशेष कार्य को करने के लिए लिखे गए instructions के समूह को Program कहते हैं।

Examples:

Calculator program

Payroll program

Web browser

Media player


14. User – उपयोगकर्ता

A User is a person who interacts with and uses a computer system.

Computer का उपयोग करने वाले व्यक्ति को User या उपयोगकर्ता कहते हैं।

Example:

A student using a computer for online learning is a computer user.


15. Characteristics of Computer – कंप्यूटर की विशेषताएँ

1. Speed – गति

Computers can perform a large number of operations very quickly.

2. Accuracy – शुद्धता

Computers can produce highly accurate results when the input and instructions are correct.

3. Diligence – थकान रहित कार्य

Computers can perform repetitive tasks without human-like fatigue.

4. Storage Capacity – संग्रहण क्षमता

Computers can store large amounts of data.

5. Versatility – बहुउपयोगिता

A computer can perform many different types of tasks.

6. Automation – स्वचालन

Once properly programmed and instructed, computers can perform tasks automatically.

7. Reliability – विश्वसनीयता

Computers can provide consistent results when properly configured and operated.


16. Important Concepts – महत्वपूर्ण अवधारणाएँ

IPO Cycle

Input → Processing → Output

यह कंप्यूटर के basic working cycle को समझने का सबसे आसान तरीका है।


GIGO

GIGO = Garbage In, Garbage Out

If incorrect or poor-quality data is provided as input, the resulting output may also be incorrect.

यदि गलत या खराब डेटा Input के रूप में दिया जाता है, तो Output भी गलत हो सकता है।

🧠 Trick

Wrong Input → Wrong Output


17. Computer Generations – संक्षेप में

Generation Main Technology

First Vacuum Tubes
Second Transistors
Third Integrated Circuits (IC)
Fourth Microprocessors
Fifth Artificial Intelligence


🧠 Memory Trick

V → T → I → M → A

Vacuum → Transistor → IC → Microprocessor → AI

“Very Talented Indians Make AI.”


18. Classification of Computers – कंप्यूटर का वर्गीकरण

Computers can be classified according to different criteria.

By Data Handling

Analog → Digital → Hybrid

By Purpose

General Purpose → Special Purpose

By Size/Capacity

Micro → Mini → Mainframe → Supercomputer

By Portability

Desktop → Laptop → Tablet → Smartphone


🎯 CPCT Quick Revision

Remember these 15 points:

1. Data = Raw facts


2. Information = Processed meaningful data


3. Hardware = Physical components


4. Software = Programs and instructions


5. CPU = Central Processing Unit


6. ALU = Arithmetic & Logical Operations


7. CU = Control & Coordination


8. Bit = Binary Digit


9. 1 Byte = 8 Bits


10. RAM = Volatile


11. ROM = Non-volatile


12. Keyboard = Input


13. Monitor = Output


14. OS = Resource Manager


15. GIGO = Garbage In, Garbage Out




---

📝 Important CPCT MCQs

Q1. What is the smallest basic unit of digital data?
A) Byte
B) Bit
C) KB
D) MB

Answer: B) Bit


---

Q2. 1 Byte is equal to:
A) 4 Bits
B) 8 Bits
C) 16 Bits
D) 32 Bits

Answer: B) 8 Bits


---

Q3. Which of the following is an input device?
A) Monitor
B) Printer
C) Keyboard
D) Speaker

Answer: C) Keyboard


---

Q4. Which component performs arithmetic and logical operations?
A) CU
B) ALU
C) RAM
D) ROM

Answer: B) ALU


---

Q5. Which memory is volatile?
A) ROM
B) RAM
C) HDD
D) SSD

Answer: B) RAM


---

Q6. What does GIGO stand for?
A) Good Input Good Output
B) Garbage In Garbage Out
C) General Input General Output
D) Graphical Input Graphical Output

Answer: B) Garbage In Garbage Out


---

Q7. Which software manages computer hardware and resources?
A) MS Word
B) Operating System
C) Calculator
D) Paint

Answer: B) Operating System


---

Q8. Which generation used Integrated Circuits?
A) First
B) Second
C) Third
D) Fourth

Answer: C) Third


---

Q9. Which is an example of output hardware?
A) Mouse
B) Scanner
C) Monitor
D) Keyboard

Answer: C) Monitor


---

Q10. What is the full form of CPU?
Answer: Central Processing Unit


🔑 One-Page Master Trick

Computer Fundamentals = D + H + S + I + P + O + M

D → Data
H → Hardware
S → Software
I → Input
P → Processing
O → Output
M → Memory

और working के लिए:

INPUT → PROCESS → OUTPUT → STORE


Conclusion – निष्कर्ष

Computer Fundamentals is the foundation for understanding all major areas of computer science. Concepts such as Data, Information, Hardware, Software, CPU, Memory, Input, Output, Operating System and Storage are especially important for beginners as well as competitive examination aspirants.

Computer Fundamentals कंप्यूटर ज्ञान की नींव है। CPCT और अन्य competitive examinations की तैयारी करने वाले विद्यार्थियों को केवल definitions याद करने के बजाय उनके functions, examples और differences को भी समझना चाहिए।

For CPCT preparation, revise these concepts regularly and practice objective questions based on definitions, examples and comparisons.

📚 More CPCT Notes, MCQs & Latest Updates:

[CPCT MP Blog]
https://cpctmp.blogspot.com

Comments

Popular posts from this blog

CPCT KEYBOARD LAYOUT (HINDI & ENGLISH) , सीपीसीटी कीबोर्ड लेआउट (हिंदी और इंग्लिश में)

CPCT के बाद क्या करें? सरकारी नौकरियों और करियर अवसरों की सम्पूर्ण जानकारी - Hindi + English

CPCT Result कैसे देखें और Scorecard कैसे डाउनलोड करें? How to get your CPCT result and How to download scorecard Complete Guide in Hindi + English