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

Computer Systems

A Computer System is an electronic machine that takes input, processes it, stores data, and produces output. It works according to instructions given by the user.

Characteristics of a Computer

  • Speed – Computers can perform millions or billions of calculations per second.
  • Accuracy – They give accurate results if the input and instructions are correct.
  • Diligence – Computers can work continuously because they do not get tired.
  • Automation – They work automatically once you give them instructions.
  • Storage Capacity – They can store a large amount of data.
  • Versatility – They can perform many different types of tasks.
  • Reliability – Computers produce consistent and reliable results.

Components of a Computer System

A computer system mainly consists of:

  • CPU (Central Processing Unit)
  • Memory
  • Storage Devices
  • Input Devices
  • Output Devices

CPU (Central Processing Unit)

The CPU is called the “brain of the computer.” It controls and performs all operations.

It has three main parts:

CU (Control Unit)

The Control Unit directs all operations of the computer. It tells other parts of the computer what to do. It manages input, processing, and output.

ALU (Arithmetic Logic Unit)

The ALU performs arithmetic operations (addition, subtraction, multiplication, division) and logical operations (AND, OR, NOT, comparison)

Registers

Registers are small, high-speed storage locations inside the CPU. They temporarily hold data and instructions during processing.

Memory

Memory is the part of the computer that stores data and instructions.

Primary Memory

Primary memory is directly accessed by the CPU. It is faster but has limited storage

RAM (Random Access Memory)

RAM is temporary memory. It stores data and instructions currently in use. It is volatile, which means it loses data when the power turns off.

Types of RAM:
  • DRAM (Dynamic RAM) – The system needs to refresh continuously to retain data.
  • SRAM (Static RAM) – Faster than DRAM and does not need frequent refreshing.
  • SDRAM (Synchronous DRAM) – Works in sync with the system clock.
  • RDRAM (Rambus DRAM) – High-speed memory technology.
  • DDR RAM (Double Data Rate RAM) – Faster version of SDRAM. Includes DDR2, DDR3, DDR4, and DDR5.

ROM (Read Only Memory)

ROM is permanent memory. It stores important instructions needed to start the computer. It is non-volatile, meaning data is not lost when power is off.

Types of ROM
  • PROM (Programmable ROM) – You can program it once.
  • EPROM (Erasable Programmable ROM) – You can erase it using ultraviolet light and reprogram it.
  • EEPROM (Electrically Erasable Programmable ROM) – You can erase and reprogram it electrically.

Cache Memory

Cache Memory is very high-speed memory located close to the CPU. It stores frequently used data and instructions to speed up processing. It is smaller but faster than RAM.

Secondary Memory

Secondary memory is used for permanent storage of data. It has larger capacity but is slower than primary memory.

Examples: Hard disk, CD-ROM, DVD, and flash drives.

Storage Devices

Storage devices are hardware components used to store data, files, programs, and information permanently or temporarily in a computer.

Hard Disk

A Hard Disk Drive (HDD) stores large amounts of data using magnetic storage. It is commonly used inside computers.

CD-ROM (Compact Disc Read Only Memory)

A CD-ROM stores data using optical technology. It can only be read, not rewritten.

DVD (Digital Versatile Disc)

A DVD stores more data than a CD. It is used for movies, software, and large files.

Pen Drive / Flash Drive

A Pen Drive or USB Flash Drive is a portable storage device that uses flash memory. It connects through a USB port.

Memory Stick

A Memory Stick is a type of portable flash memory device, often used in cameras and other digital devices.

Input and Output (I/O) Devices

Input Devices

This devices are used to enter data into the computer.

  • Keyboard – Used to type text and numbers.
  • Mouse – Used to point, click, and select items.
  • Scanner – Converts physical documents into digital format.
  • Web Camera (Webcam) – Captures images and videos for the computer.

Output Devices

Output devices show the result of processing.

  • Monitor – Displays text, images, and videos.
  • Printer – Produces hard copy of documents on paper.

Exam Oriented Questions

Very Short Question

  1. What is CPU?
  2. Define RAM.
  3. What is ALU?
  4. Name any two input devices.

Short Questions

  1. Explain characteristics of a computer.
  2. Differentiate between RAM and ROM.
  3. What is Cache Memory?
  4. Write types of ROM.

Long Questions

  1. Explain the components of CPU in detail.
  2. Describe primary memory and its types.
  3. Explain different storage devices.

Conclusion

Understanding the basics of Information Technology is very important for Class 9 students. A computer system includes CPU, memory, storage devices, and input/output devices. The CPU processes data, memory stores instructions, storage devices keep data permanently, and I/O devices help users interact with the computer.

Scroll to Top