CSS Computer Science (Optional) — Paper-I, Section-A, Topic I, p.11. Covers: Components of A Computer System.

CPU (Central Processing Unit) — the "Brain"

Memory (Primary Storage)

Secondary Storage

Non-volatile, larger-capacity, but slower than RAM — used for permanent storage of data and programs even when the computer is powered off. Unlike primary memory, secondary storage is not directly accessed by the CPU during processing; data must first be loaded into RAM before the CPU can work on it. Common types include:

(See the dedicated Storage Media page for a full comparison of speed, capacity, durability, and cost.)

Input/Output Devices

The physical means by which data enters (input) and results leave (output) the system — covered in full detail on the dedicated Input Devices and Output Devices pages.


MCQ Traps