Motherboard & Hardware Grade 11

A deeper look at what is inside the system unit — the motherboard, its components, buses, expansion cards, and how data flows between parts.

The Motherboard

The motherboard is a large printed circuit board that connects and provides power to all hardware components. It is the central hub of the computer.

Key Motherboard Components

ComponentDescription
BIOS chipBasic Input/Output System — first instructions when PC starts. Stored on ROM. Performs POST.
CPU socket (ZIF)Connects the CPU to the motherboard
DIMM slotsRAM slots
PCI / PCIe slotsAdd expansion cards (GPU, sound card, NIC)
SATA portsConnect internal storage (HDD, SSD)
Power connectorSupplies power from PSU to all components
RAM (DIMM)Volatile short-term memory for active programs
ROMRead-Only Memory — stores BIOS firmware permanently

BIOS Functions

Motherboard Buses

A bus is a set of wires that transfers data between components.

Bus typePurpose
Data busTransfers data and instructions between components
Address busCarries the physical memory address of data
Control busCPU sends signals to coordinate actions
Power busDelivers electricity to components
Internal busLinks CPU and main memory
External busInterface for peripherals (USB, SATA, PCIe)

Data Flow Between Components

Storage → RAM → CPU: Data is loaded from slow storage into fast RAM, then the CPU fetches from RAM for processing.

RAM → VRAM → GPU: Graphics data is moved from RAM to VRAM so the GPU can render images without burdening the CPU.

Cache Memory

Cache is a very small, very fast memory located close to (or inside) the CPU. It stores frequently used instructions so the CPU does not have to wait for slower RAM.

LevelSpeedSize
L1FastestSmallest (inside each core)
L2FastLarger
L3ModerateLargest (shared across cores)

Modular Design

Motherboards use a modular design — individual components (RAM, CPU, GPU) can be upgraded or replaced without replacing the whole computer.