ICT

Computer Hardware Components Explained — CPU, RAM, Storage, GPU, Motherboard

All computer hardware components explained — CPU, RAM, hard drive vs SSD, GPU, motherboard, PSU, input/output devices, ports, and how they work together.

Understanding computer hardware is a fundamental topic in CBSE Class 10 ICT. This chapter covers all the physical components of a computer system, from the CPU and memory to input/output devices and storage. These concepts are tested regularly in exams.

What is Computer Hardware?

Hardware refers to the physical components of a computer system that you can see and touch. It includes all the electronic and mechanical parts that make up a computer.

Software is the set of programs and instructions that tell the hardware what to do.

Hardware Software
Physical components Programs and instructions
Can be seen and touched Cannot be physically touched
Examples: keyboard, monitor, CPU Examples: Windows, Chrome, MS Word
Gets worn out over time Does not wear out physically
Manufactured in factories Developed by programmers

Block Diagram of a Computer

A computer system has five main units:

Input Devices --> CPU (Control Unit + ALU) <--> Memory --> Output Devices
                          |
                      Storage
Unit Function
Input Unit Takes data from the user
Central Processing Unit (CPU) Processes data
Memory Unit Stores data temporarily
Storage Unit Stores data permanently
Output Unit Displays results to the user

Central Processing Unit (CPU)

The CPU is the brain of the computer. It processes all instructions and performs calculations. It has three main parts:

1. Control Unit (CU)

The CU controls and coordinates all operations of the computer:

  • Fetches instructions from memory, Decodes instructions, Directs data flow between components, Does not process data itself

2. Arithmetic Logic Unit (ALU)

The ALU performs two types of operations:

  • Arithmetic operations: Addition, subtraction, multiplication, division
  • Logical operations: Comparisons (greater than, less than, equal to), AND, OR, NOT

3. Registers

Registers are small, fast memory locations inside the CPU:

  • Accumulator (ACC) - Stores results of ALU operations
  • Program Counter (PC) - Stores the address of the next instruction
  • Instruction Register (IR) - Stores the current instruction being executed
  • Memory Address Register (MAR) - Stores the memory address being accessed

CPU Speed

CPU speed is measured in:

  • MHz (Megahertz), Millions of cycles per second
  • GHz (Gigahertz), Billions of cycles per second

Modern processors operate at speeds of 2-5 GHz.

Popular CPU manufacturers: Intel (Core i3, i5, i7, i9) and AMD (Ryzen 3, 5, 7, 9)

Computer Memory

Memory stores data and instructions. There are two main types:

1. Primary Memory (Main Memory)

Primary memory is directly accessible by the CPU. It is fast but limited in capacity.

RAM (Random Access Memory)

Feature Detail
Type Volatile (data lost when power is off)
Purpose Stores currently running programs and data
Speed Very fast
Types DDR3, DDR4, DDR5
Typical size 4 GB to 64 GB

ROM (Read Only Memory)

Feature Detail
Type Non-volatile (data retained when power is off)
Purpose Stores startup instructions (BIOS/UEFI)
Speed Slower than RAM
Types PROM, EPROM, EEPROM
Modification Cannot be easily modified

Types of ROM

Type Full Form Description
PROM Programmable ROM Can be programmed once
EPROM Erasable Programmable ROM Can be erased using UV light and reprogrammed
EEPROM Electrically Erasable Programmable ROM Can be erased electrically and reprogrammed

Difference Between RAM and ROM

Feature RAM ROM
Full form Random Access Memory Read Only Memory
Volatility Volatile Non-volatile
Data Temporary Permanent
Speed Faster Slower
Purpose Running programs Startup instructions
Modification Read and write Read only (mostly)
Cost More expensive per GB Less expensive

2. Secondary Memory (Storage)

Secondary memory provides permanent storage. Data is retained even after the computer is turned off.

Device Type Capacity Speed
Hard Disk Drive (HDD) Magnetic 500 GB, 20 TB Moderate
Solid State Drive (SSD) Flash memory 128 GB, 8 TB Very fast
USB Flash Drive Flash memory 4 GB, 1 TB Fast
CD Optical 700 MB Slow
DVD Optical 4.7 GB, 17 GB Moderate
Blu-ray Optical 25 GB, 128 GB Moderate
Memory Card Flash memory 2 GB, 1 TB Fast

HDD vs SSD

Feature HDD SSD
Technology Magnetic spinning disks Flash memory chips
Speed Slower 5-10 times faster
Durability Has moving parts (fragile) No moving parts (durable)
Noise Makes noise Silent
Price Cheaper per GB More expensive per GB
Power usage More power Less power

Memory Units

Unit Equivalent
1 Bit 0 or 1 (smallest unit)
1 Nibble 4 Bits
1 Byte 8 Bits
1 KB (Kilobyte) 1024 Bytes
1 MB (Megabyte) 1024 KB
1 GB (Gigabyte) 1024 MB
1 TB (Terabyte) 1024 GB
1 PB (Petabyte) 1024 TB

Exam tip: Remember that 1 KB = 1024 bytes (not 1000). This is based on powers of 2 (2^10 = 1024).

Input Devices

Input devices allow users to enter data and instructions into the computer.

Device Function
Keyboard Enters text and commands
Mouse Points, clicks, and selects
Scanner Converts physical documents to digital
Microphone Captures audio input
Webcam Captures video input
Touchscreen Input by touching the screen
Joystick Gaming controller
Barcode Reader Reads barcodes
Biometric Scanner Reads fingerprints, iris
Light Pen Points directly on screen
OMR Optical Mark Reader, reads pencil marks
OCR Optical Character Reader, reads printed text

Output Devices

Output devices display or produce the results of computer processing.

Device Function Output Type
Monitor Displays visual output Soft copy
Printer Prints on paper Hard copy
Speaker Produces sound output Audio
Headphones Personal audio output Audio
Projector Projects image on screen Soft copy
Plotter Prints large engineering drawings Hard copy

Types of Printers

Type Technology Quality Speed
Inkjet Sprays ink droplets High Moderate
Laser Uses toner and laser beam Very high Fast
Dot Matrix Pins strike ribbon Low Slow
Thermal Heat-sensitive paper Moderate Fast
3D Printer Layer-by-layer fabrication N/A Slow

Types of Monitors

Type Technology Characteristics
CRT Cathode Ray Tube Bulky, old technology
LCD Liquid Crystal Display Thin, energy efficient
LED Light Emitting Diode Better contrast, thinner
OLED Organic LED Best colors, flexible

Motherboard

The motherboard is the main circuit board that connects all components of a computer.

Components on the Motherboard

Component Function
CPU Socket Holds the processor
RAM Slots Hold memory modules
BIOS/UEFI Chip Stores startup firmware
Expansion Slots (PCI, PCIe) For graphics card, network card
SATA Ports Connect storage devices
USB Headers Connect USB ports
Power Connector Receives power from PSU
Chipset Manages data flow between components
CMOS Battery Keeps time and BIOS settings

Ports and Connectors

Port Full Form Purpose
USB Universal Serial Bus Connect peripherals
HDMI High-Definition Multimedia Interface Video and audio output
VGA Video Graphics Array Video output (older)
Ethernet (RJ-45) - Network connection
Audio Jack (3.5mm) - Headphones, speakers, microphone
USB-C Universal Serial Bus Type C Modern universal connector
Thunderbolt - High-speed data transfer
DisplayPort - Video output

USB Types

Type Shape Speed
USB 2.0 Type-A (rectangular) 480 Mbps
USB 3.0 Type-A (blue inside) 5 Gbps
USB-C Small, reversible Up to 40 Gbps

Power Supply Unit (PSU)

The PSU converts AC (Alternating Current) from the wall outlet into DC (Direct Current) that computer components need. It supplies different voltages: +3.3V, +5V, +12V.

Important Questions

Q1. Differentiate between RAM and ROM.

RAM is volatile (loses data when power is off) and stores currently running programs. ROM is non-volatile (retains data without power) and stores permanent startup instructions (BIOS). RAM allows both reading and writing, while ROM is primarily read-only. RAM is faster but more expensive per GB.

Q2. What is the difference between primary and secondary memory?

Primary memory (RAM, ROM) is directly accessible by the CPU, is faster, more expensive, and has limited capacity. RAM is volatile. Secondary memory (HDD, SSD, USB drives) provides permanent storage, is slower, cheaper, and has much larger capacity. Data in secondary memory is retained when the computer is turned off.

Q3. Explain the three components of the CPU.

The CPU has three components: Control Unit (CU) controls and coordinates all computer operations by fetching and decoding instructions. Arithmetic Logic Unit (ALU) performs arithmetic operations (addition, subtraction) and logical operations (comparisons). Registers are small, fast memory locations inside the CPU that store data and addresses temporarily during processing.

Q4. Name any five input devices and five output devices.

Five input devices: Keyboard, Mouse, Scanner, Microphone, Webcam. Five output devices: Monitor, Printer, Speaker, Headphones, Projector.

Quick Revision

  • CPU = Control Unit + ALU + Registers
  • RAM = volatile, fast, temporary; ROM = non-volatile, permanent, BIOS
  • HDD = magnetic, slower, cheaper; SSD = flash, faster, costlier, 1 KB = 1024 Bytes, 1 MB = 1024 KB, 1 GB = 1024 MB, 1 TB = 1024 GB
  • Motherboard connects all components
  • USB-C is the modern universal connector
  • PSU converts AC to DC power
  • Inkjet = good quality home printer; Laser = fast office printer
  • LCD/LED monitors have replaced CRT monitors

Frequently Asked Questions

What is the difference between RAM and storage?

RAM (Random Access Memory) is the temporary workspace where programs run; storage (hard drive or SSD) is the permanent place files live. When you open Chrome, the program copies from storage into RAM and runs there. RAM is fast (~10 GB/s) and small (8-32 GB typical); storage is slower but huge (256 GB - 4 TB typical). RAM clears every time you reboot; storage doesn't.

Is more RAM or a faster CPU better for speed?

Depends on what's slow. If your computer hangs when you have many tabs open, you need more RAM. If a single app is slow to compute or render, you need a faster CPU. For everyday use, 16 GB of RAM matters more than a top-tier CPU. For gaming and video editing, both matter.

Is an SSD really that much faster than an HDD?

Yes, dramatically. An HDD reads at 80-160 MB/s; a SATA SSD reads at 500 MB/s; an NVMe SSD reads at 3,000-7,000 MB/s. In practical terms, Windows boot time drops from 60+ seconds on an HDD to 10-15 seconds on an SSD. The single biggest upgrade for an old computer is swapping the HDD for an SSD.

What does the motherboard actually do?

The motherboard is the main circuit board that connects all components. It holds the CPU, RAM slots, expansion slots (PCIe for graphics cards), storage connectors (SATA, M.2), USB ports, and the power connectors. The chipset on the motherboard manages how all these parts talk to each other. Think of it as the "city map" — the components are the buildings.

What is the difference between a CPU and a GPU?

A CPU (Central Processing Unit) has a few very powerful cores designed for sequential, complex tasks — running the operating system, web browser, office apps. A GPU (Graphics Processing Unit) has thousands of weaker cores designed for parallel math — rendering graphics, training AI models, processing video. A CPU runs your code; a GPU runs anything that can be split into many identical operations.

Why is RAM called "volatile"?

Because RAM loses its contents the moment power is cut. The data stored in RAM exists only as electrical charge in capacitors that need constant refreshing. Turn off the computer and within milliseconds the RAM is empty. ROM, hard drives, and SSDs are "non-volatile" — they retain data without power.

What is the difference between primary and secondary memory?

Primary memory (RAM, ROM, cache) is directly accessible by the CPU at high speed. Secondary memory (HDD, SSD, USB drives) is slower, larger, and accessed through a bus. The CPU never reads files directly from an SSD — files are loaded into RAM first, then the CPU reads from RAM. Primary memory is small and fast; secondary memory is large and slower.

What is a chipset and what does it do?

The chipset is a controller (or set of controllers) on the motherboard that manages communication between the CPU and everything else — RAM, storage, USB, PCIe. Older systems had a "northbridge" (fast components like RAM, graphics) and a "southbridge" (slower I/O). Modern CPUs have absorbed the northbridge directly, so today there's usually just one chipset chip handling I/O.

Is more memory always better?

Up to a point. Going from 8 GB to 16 GB of RAM is a noticeable improvement for most users. Going from 16 GB to 32 GB only matters if you're a video editor, software developer, or run virtual machines. After your typical workload fits comfortably in RAM, more memory doesn't make your computer faster — it just gives you more headroom.

What does PSU stand for and why does it matter?

PSU = Power Supply Unit. It converts the AC power from the wall to the DC power your components need (3.3 V, 5 V, 12 V). A cheap or underpowered PSU is one of the most common causes of mysterious computer crashes. Wattage matters: a gaming PC with a high-end GPU may need 650-850 W; a basic office PC needs 300-450 W. Always buy a slightly bigger PSU than you think you need.

Want to learn more?

Explore free chapter-wise notes with quizzes and code playground

Prefer watching over reading?

Subscribe for free.

Subscribe on YouTube