Introduction
Information Technology (IT) is the foundation of the modern digital world. In Class 9, students begin learning the core concepts of computer systems, memory, storage, and input/output devices. This post explains each topic in detail with all important terminology in simple English.

1. Characteristics of a Computer
Computers stand out because they perform tasks faster and more accurately than humans. Furthermore, they never get tired, they store large amounts of data, and they follow instructions precisely. As a result, computers have become essential tools in every field — from medicine to education.
Key Characteristics
- Speed: A computer processes millions of instructions per second. To put this in perspective, a complex math problem that takes a human several minutes gets solved in a fraction of a second.
- Accuracy: Computers produce error-free results every time, as long as the correct instructions and data are given. Payroll software, for instance, calculates thousands of salaries without any mistakes.
- Automation: Once programmed, computers run tasks automatically without manual help. A factory robot that welds car parts every day is a clear example of this.
- Large Storage: Computers store and retrieve vast amounts of data. Your school’s computer, for example, can hold records of thousands of students without any physical files.
- Diligence: A computer works tirelessly for hours without losing focus or making errors due to tiredness. Unlike a human, it does not need rest.
- Versatility: Computers handle many different types of tasks at once — from playing music to running accounts software — all on the same machine.
2. Components of a Computer System
A computer system has three main parts that work together to complete any task. Without any one of these parts, the computer cannot function properly.
- Central Processing Unit (CPU): This is the brain of the computer. It processes all instructions and controls every other part of the system.
- Memory: This stores data and instructions temporarily (RAM) or permanently (ROM and secondary storage) so the CPU can use them.
- Input/Output Devices: These allow users to interact with the computer. Input devices send data in; output devices deliver results out.
3. CPU – Central Processing Unit
The CPU is the most important component of a computer. It processes all instructions and controls the other parts of the system. Inside this unit, you will find three key parts — the Control Unit (CU), the Arithmetic Logic Unit (ALU), and Registers.
Parts of the CPU
- Control Unit (CU): Directs all operations inside the computer. It tells each part what to do and when to do it. For example, it tells the ALU to perform an addition and then tells memory to store the result.
- Arithmetic Logic Unit (ALU): Performs all arithmetic operations (addition, subtraction, multiplication, division) and logical operations (AND, OR, NOT). For example, when you calculate marks percentage, the ALU does the actual calculation.
- Registers: Small, super-fast storage areas inside the CPU that hold data currently being processed. For example, while adding two numbers, those numbers are first placed in registers before the ALU acts on them.
How the CPU Works – Fetch-Decode-Execute Cycle
- Fetch: The CPU reads the next instruction from memory.
- Decode: The Control Unit interprets what the instruction means.
- Execute: The ALU or other unit carries out the instruction.
- Store: The result is written back to memory or a register.
4. Memory – Primary & Secondary
Memory stores the data and instructions that the computer uses. There are two broad types — Primary Memory and Secondary Memory. Primary memory is fast but temporary, whereas secondary memory is slower but permanent.
RAM – Random Access Memory
RAM is the working memory of a computer. It temporarily stores data that the CPU is currently using. RAM is volatile — it loses all data when the computer is switched off.
- SRAM (Static RAM): Faster and more expensive. Used in CPU cache memory.
- DRAM (Dynamic RAM): Slower and cheaper. Used as the main RAM in computers.
ROM – Read Only Memory
ROM stores permanent instructions that the computer needs to start up. ROM is non-volatile — it retains data even without power.
- PROM (Programmable ROM): Written once by the user and cannot be changed after that.
- EPROM (Erasable Programmable ROM): Can be erased using ultraviolet light and rewritten.
- EEPROM (Electrically Erasable Programmable ROM): Can be erased and rewritten electrically without removing it from the circuit.
Cache Memory
Cache memory sits between the CPU and RAM. It stores frequently used data so the CPU can access it very quickly. There are three levels: L1 (inside the CPU, fastest), L2 (slightly larger, still fast), and L3 (shared among CPU cores).
Difference Between RAM and ROM
| Feature | RAM | ROM |
|---|---|---|
| Full Form | Random Access Memory | Read Only Memory |
| Volatile / Non-volatile | Volatile (data lost on power off) | Non-volatile (data retained) |
| Read / Write | Both read and write | Mostly read only |
| Speed | Fast | Slower than RAM |
| Used For | Temporary storage during processing | Storing startup/boot instructions |
| Example | 4 GB or 8 GB RAM in a laptop | BIOS chip on the motherboard |
Difference Between Primary and Secondary Memory
| Feature | Primary Memory | Secondary Memory |
|---|---|---|
| Access Speed | Very fast — directly accessed by CPU | Slower — accessed via input/output |
| Capacity | Small (GBs) | Large (hundreds of GBs to TBs) |
| Volatile? | RAM is volatile; ROM is not | Non-volatile — data is permanent |
| Cost | More expensive per GB | Cheaper per GB |
| Examples | RAM, ROM, Cache | Hard disk, SSD, Pen drive, CD |
5. Storage Devices
Storage devices save your data permanently so you can access it even after the computer is switched off. Each device differs in capacity, speed, and portability.
- Hard Disk Drive (HDD): Uses magnetic platters to store data. Capacity ranges from hundreds of GBs to several TBs. Example: The main storage drive in a desktop or laptop computer that stores the operating system and all files.
- Solid State Drive (SSD): Uses flash memory chips with no moving parts. Faster and more durable than HDD. Example: A laptop SSD loads Windows in about 10 seconds, whereas an HDD takes 30–45 seconds.
- CD-ROM: Optical disc that stores about 700 MB. Used to distribute software and music. Example: Computer textbooks sometimes come with a CD-ROM containing additional exercises.
- DVD: Optical disc with 4.7 GB (single layer) to 17 GB (dual layer) capacity. Example: Movies and large software packages are distributed on DVDs.
- Pen Drive (USB Flash Drive): Portable flash storage ranging from 4 GB to 256 GB. Example: Students use pen drives to carry assignments and presentations between home and school.
- Memory Card: Small flash storage card used in cameras, phones, and tablets. Example: A 64 GB memory card in a smartphone stores thousands of photos and videos.
Difference Between HDD and SSD
| Feature | HDD (Hard Disk Drive) | SSD (Solid State Drive) |
|---|---|---|
| Technology | Magnetic spinning disks | Flash memory chips |
| Speed | Slower | Much faster |
| Moving Parts | Yes (spinning platters) | No |
| Durability | Less durable (vibration risk) | More durable |
| Cost | Cheaper per GB | More expensive per GB |
| Typical Use | Budget laptops, large storage | High-performance laptops |
6. Input and Output (I/O) Devices
Input and output devices allow users to communicate with the computer. Input devices send data into the computer, while output devices display or deliver results to the user.
Input Devices
An input device sends data or instructions to the computer for processing.
- Keyboard: Allows users to type text and give commands. Example: Typing your name into a form on a website.
- Mouse: Points to and selects items on the screen. Example: Clicking on an application icon to open it.
- Scanner: Converts printed images or text into digital format. Example: Scanning your school ID card to create a digital copy.
- Microphone: Records audio input into the computer. Example: Speaking to Google Assistant on a laptop.
- Webcam: Captures video input. Example: Using a webcam for an online class video call.
- Joystick: Controls movement in video games. Example: Moving a character in a flight simulator game.
Output Devices
An output device delivers the results of processing to the user.
- Monitor: Displays visual information on screen. Example: The screen showing your document while you type in MS Word.
- Printer: Produces printed documents on paper. Example: Printing your school project report.
- Speaker: Outputs audio from the computer. Example: Hearing music or a teacher’s voice during an online class.
- Projector: Displays computer output on a large screen or wall. Example: A teacher uses a projector to show slides to the whole class.
- Headphones: Personal audio output device. Example: Listening to a lesson on headphones without disturbing others.
Difference Between Input and Output Devices
| Feature | Input Device | Output Device |
|---|---|---|
| Direction of Data | Sends data into the computer | Delivers results from the computer |
| Purpose | To give instructions or data | To show or produce results |
| Examples | Keyboard, Mouse, Scanner | Monitor, Printer, Speaker |
| User Interaction | User controls what is entered | User receives information |
Conclusion
A computer system works because all its components function together smoothly. The CPU processes data, memory stores it, storage devices keep it permanently, and I/O devices connect users to the machine. Understanding each component helps you appreciate how powerful and intelligent modern computers truly are. Keep exploring and stay curious!
Frequently Asked Questions
CPU and Memory
- Q1. What is the main function of the CPU?The CPU (Central Processing Unit) is the brain of the computer. It processes all instructions the computer receives using three parts: the Control Unit, the ALU, and Registers. Each instruction is fetched from memory, decoded, executed, and stored — repeating this cycle millions of times per second.
- Q2. What is the difference between RAM and ROM?RAM (Random Access Memory) is temporary and volatile — it loses all data when the computer turns off. ROM (Read Only Memory), on the other hand, is permanent and non-volatile — it retains data even without power. RAM holds data the CPU is currently using, while ROM stores the startup instructions (BIOS) needed to boot the computer.
- Q3. Why is cache memory important?Cache memory stores frequently accessed data very close to the CPU. As a result, retrieval is much faster than fetching the same data from RAM. When you open the same application repeatedly, the CPU uses cached data instead of going back to RAM every time — this significantly speeds up performance.
Storage and I/O Devices
- Q4. What is the difference between primary and secondary memory?Primary memory (RAM and ROM) is directly accessed by the CPU and is very fast, but it has limited capacity. Secondary memory (hard disk, pen drive, SSD) stores data permanently and holds much larger amounts at a lower cost, though it is comparatively slower. Your laptop’s RAM might be 8 GB, while its hard disk stores 500 GB — a good example of this difference.
- Q5. Give two examples each of input and output devices.Input devices include the keyboard (used to type text) and the mouse (used to point and click). Output devices include the monitor (which displays visual results) and the printer (which produces printed copies of documents).
- Q6. What is a dual-purpose device? Give an example.A dual-purpose device works as both an input and an output device. A touchscreen is a common example — it accepts your finger touch as input and also displays output on the same surface. Similarly, a modem both sends data out and receives data from the internet.
