Published by Patrick Mutisya · 14 days ago
Know and understand hardware as the physical components of a computer system.
Hardware refers to all the tangible, physical parts of a computer system that you can touch, such as chips, circuit boards, cables, and peripheral devices. These components work together to process data, store information, and enable communication with users and other devices.
Computer systems are classified according to their size, purpose, and performance capabilities.
The hardware of any computer system can be grouped into five functional categories.
| Category | Key Components | Primary Function |
|---|---|---|
| Processing Unit | CPU (Central Processing Unit), GPU (Graphics Processing Unit) | Executes instructions, performs calculations, controls other components. |
| Memory | RAM (Random‑Access Memory), ROM (Read‑Only Memory), Cache | Stores data temporarily for fast access (RAM) and permanently for firmware (ROM). |
| Storage | Hard Disk Drive (HDD), Solid‑State Drive (SSD), Optical drives, Flash drives | Retains data and programs when power is off. |
| Input Devices | Keyboard, Mouse, Touchscreen, Scanner, Microphone | Convert user actions or analog signals into digital data. |
| Output Devices | Monitor, Printer, Speakers, Projector | Present processed information to the user in visual, printed, or audio form. |
| Support Components | Motherboard, Power Supply Unit (PSU), Cooling system (fans, heat sinks), Expansion cards | Provide connectivity, power, and thermal management for all other components. |
The CPU is often called the "brain" of the computer. It fetches, decodes, and executes instructions stored in memory. Modern CPUs contain multiple cores, allowing parallel processing of tasks.
RAM provides fast, temporary storage for data that the CPU needs while running programs. ROM holds firmware such as the BIOS/UEFI, which initiates the boot process.
HDDs store data magnetically on rotating platters, while SSDs use flash memory with no moving parts, offering faster access times and greater durability.
The motherboard is a large printed circuit board that interconnects all components via buses and slots. It houses the chipset, which manages data flow between the CPU, memory, and peripherals.
The PSU converts mains AC voltage to the low‑voltage DC required by the computer’s components (commonly +12 V, +5 V, and +3.3 V). It also provides protection against voltage spikes.
Heat generated by the CPU, GPU, and other components must be dissipated to maintain performance and reliability. Cooling is achieved using fans, heat sinks, and, in high‑performance systems, liquid cooling loops.
When a user types on a keyboard, the following sequence occurs: