Computer Siksha

Class 9 Basics of Information Technology

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.

Class 9 Basics of Information Technology

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.
💡 Remember the basic cycle: Input → Processing → Storage → Output. Every task a computer does follows this cycle.
Example: When you type a letter on a keyboard (input), the CPU processes it (processing), saves it on the hard disk (storage), and shows it on the monitor (output).

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.
Example: When you open a video on your computer, the CPU fetches the video data from storage, decodes the video format, executes the decoding calculations, and stores the decoded frames to display on screen — all within milliseconds.

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.
Example: When you open a document in MS Word, it is loaded into RAM. If the power cuts before you save, the unsaved work is lost — because RAM is volatile.

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.
Example: When you switch on a computer, the BIOS (Basic Input Output System) stored in ROM runs first to check all hardware and load the operating system.

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).

Example: If you open the same file repeatedly, the computer stores it in cache. The next time you open it, the CPU retrieves it from cache instead of RAM, saving time.

Difference Between RAM and ROM

FeatureRAMROM
Full FormRandom Access MemoryRead Only Memory
Volatile / Non-volatileVolatile (data lost on power off)Non-volatile (data retained)
Read / WriteBoth read and writeMostly read only
SpeedFastSlower than RAM
Used ForTemporary storage during processingStoring startup/boot instructions
Example4 GB or 8 GB RAM in a laptopBIOS chip on the motherboard

Difference Between Primary and Secondary Memory

FeaturePrimary MemorySecondary Memory
Access SpeedVery fast — directly accessed by CPUSlower — accessed via input/output
CapacitySmall (GBs)Large (hundreds of GBs to TBs)
Volatile?RAM is volatile; ROM is notNon-volatile — data is permanent
CostMore expensive per GBCheaper per GB
ExamplesRAM, ROM, CacheHard 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

FeatureHDD (Hard Disk Drive)SSD (Solid State Drive)
TechnologyMagnetic spinning disksFlash memory chips
SpeedSlowerMuch faster
Moving PartsYes (spinning platters)No
DurabilityLess durable (vibration risk)More durable
CostCheaper per GBMore expensive per GB
Typical UseBudget laptops, large storageHigh-performance laptops
💡 Note: The Hard Disk Drive (HDD) is the most commonly used storage device in personal computers because it offers large capacity at a low cost.

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

FeatureInput DeviceOutput Device
Direction of DataSends data into the computerDelivers results from the computer
PurposeTo give instructions or dataTo show or produce results
ExamplesKeyboard, Mouse, ScannerMonitor, Printer, Speaker
User InteractionUser controls what is enteredUser receives information
💡 Dual-purpose devices: Some devices work as both input and output. A touchscreen accepts touch input and also displays output. A modem both sends and receives network data.

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.

Scroll to Top