Know and understand hardware as the physical components of a computer system

Types and Components of Computer Systems

What is a Computer System?

A computer system is a collection of hardware (the physical parts) and software (the programs). This lesson focuses on the hardware, the “body” of the computer.

Key Hardware Components

  • CPU (Central Processing Unit) – the brain that does calculations.
  • Memory (RAM) – short‑term storage for active data.
  • Storage (HDD/SSD) – long‑term storage for files.
  • Motherboard – the main circuit board that connects everything.
  • Power Supply – converts mains electricity to usable power.
  • Input Devices – keyboard, mouse, scanner.
  • Output Devices – monitor, printer, speakers.

CPU – The Brain 🧠

The CPU performs arithmetic and logic operations. Its speed is measured in hertz (Hz), where 1 Hz = 1 operation per second.

Clock speed formula: $Clock \, Speed = \frac{1}{Period}$ (Period is the time for one cycle).

Analogy: Think of the CPU like a chef in a kitchen, following recipes (programs) to cook dishes (tasks).

Memory (RAM) – The Short‑Term Workspace 📚

RAM holds data that the CPU needs right now. It is volatile, meaning it loses its contents when the computer is turned off.

  • Speed: measured in megahertz (MHz) or gigahertz (GHz).
  • Capacity: measured in gigabytes (GB).

Analogy: RAM is like a whiteboard where you jot down notes while working on a project.

Storage – The Long‑Term Archive 📦

Hard Disk Drives (HDD) use spinning disks; Solid State Drives (SSD) use flash memory. SSDs are faster and more durable.

Capacity is measured in gigabytes (GB) or terabytes (TB).

Analogy: Storage is like a filing cabinet where you keep documents you might need later.

Motherboard – The Nervous System 🧬

The motherboard connects all components via buses and slots. It hosts the BIOS/UEFI firmware that starts the computer.

Key features: PCIe slots, RAM slots, SATA connectors, USB ports.

Power Supply – The Energy Provider ⚡

Converts alternating current (AC) from the wall to direct current (DC) used by components. Wattage rating indicates how much power it can deliver.

Analogy: The power supply is like a water pump that supplies water to all parts of a house.

Input & Output Devices – The Communication Channels 📞

  • Input: keyboard, mouse, microphone, camera.
  • Output: monitor, speakers, printer.

Analogy: Input devices are like ears and hands, while output devices are like eyes and lips.

Common Computer Types

  1. Desktop – stationary, powerful, easy to upgrade.
  2. Laptop – portable, battery powered, less powerful.
  3. Tablet – touch‑screen, lightweight, limited hardware.
  4. Server – high‑performance, always on, handles network requests.

Exam Tips for Hardware Questions

  • Remember the CPU → Memory → Storage → I/O data flow.
  • Use analogies to explain functions (e.g., CPU as chef, RAM as whiteboard).
  • Know the difference between volatile (RAM) and non‑volatile (storage) memory.
  • Be able to explain why SSDs are faster than HDDs.
  • Draw a simple block diagram if the question asks for a system architecture.
Component Primary Function Typical Example
CPU Executes instructions Intel Core i7, AMD Ryzen 5
RAM Stores active data 8 GB DDR4
Storage Long‑term data retention 512 GB SSD, 1 TB HDD
Motherboard Connects all components ASUS Prime B550‑M
Power Supply Provides electrical power 650 W PSU

Revision

Log in to practice.

3 views 0 suggestions