Lesson
04 of 26
Translate

CPU, Motherboard & System Unit

Central Processing Unit (ALU, CU, registers), motherboard components, ports, connectors, buses, and personal computer architecture for UPSSSC AGTA.

The System Unit — The Computer’s Body

The system unit is the rectangular box that houses all the core components of a computer. Everything important lives inside it — the processor, memory, storage, and circuit boards. The keyboard, monitor, and mouse connect to it from outside.

There are two main types:

  • Desktop type — Lies flat, monitor placed on top
  • Tower type — Stands vertically beside the monitor (most common today)

CPU — The Brain of the Computer

The CPU (Central Processing Unit) is the most important component. It is called the “brain” of the computer because it performs all calculations, makes decisions, and controls every operation.

The CPU has three main parts:

1. ALU (Arithmetic Logic Unit)

The ALU performs two types of operations:

  • Arithmetic Operations — Addition (+), Subtraction (−), Multiplication (×), Division (÷)
  • Logical Operations — Comparisons using AND, OR, NOT, greater than (>), less than (<), equal to (=)

Every calculation your computer does — from adding numbers in Excel to rendering a video — goes through the ALU.

2. CU (Control Unit)

The Control Unit is the manager of the CPU. It does not perform calculations itself, but:

  • Fetches instructions from memory
  • Decodes what each instruction means
  • Directs other components to execute the instruction
  • Controls the flow of data between CPU, memory, and devices

Think of CU as the traffic police — it doesn’t drive the cars, but directs all traffic flow.

3. Registers

Registers are tiny, ultra-fast storage locations inside the CPU that hold data currently being processed. They are the fastest memory in any computer.

RegisterPurpose
AccumulatorStores intermediate arithmetic results
Program CounterHolds the address of the next instruction
Instruction RegisterHolds the current instruction being executed
Memory Address RegisterHolds the address of memory to read/write

CPU (Central Processing Unit)
ALU
Arithmetic & Logic
CU
Control Unit
Registers
Ultra-fast Storage

How the CPU Processes Instructions

The CPU follows a cycle for every instruction called the Fetch-Decode-Execute cycle:

  1. Fetch — CU retrieves the next instruction from RAM
  2. Decode — CU interprets what the instruction means
  3. Execute — ALU performs the calculation or operation
  4. Store — Result is saved back to memory or register

This cycle repeats billions of times per second in modern processors.

Fetch
Decode
Execute
Store

The Motherboard

Computer motherboard showing CPU socket, RAM slots, and expansion slots

A typical motherboard — CPU, RAM, and all components connect here (CC BY-SA, Wikimedia)


CPU Speed and Performance

MeasureWhat it Means
Clock SpeedNumber of cycles per second (measured in GHz)
CoresIndependent processing units (dual-core = 2, quad-core = 4, octa-core = 8)
CacheSmall, fast memory inside CPU for frequently used data
MIPSMillion Instructions Per Second
FLOPSFloating Point Operations Per Second (for supercomputers)

Major CPU Manufacturers: Intel (Core i3, i5, i7, i9) and AMD (Ryzen series)


The Motherboard

The motherboard (also called mainboard or system board) is the main circuit board of the computer. Every component connects to it — CPU, RAM, storage, graphics card, and all ports.

Key Components on the Motherboard

ComponentFunction
CPU Socket/SlotWhere the processor is installed
RAM SlotsWhere memory modules are inserted (DIMM slots)
Expansion SlotsFor adding graphics cards, sound cards, network cards (PCI, PCIe)
BIOS/UEFI ChipStores basic startup instructions (BIOS = Basic Input Output System)
CMOS BatteryPowers the BIOS clock and settings when computer is off
ChipsetControls communication between CPU, RAM, and peripherals
Power ConnectorReceives power from the power supply (SMPS)

Ports and Connectors

Ports are sockets on the back/side of the system unit where external devices plug in:

PortFull FormUsed For
USBUniversal Serial BusMouse, keyboard, pen drive, printer, phone charging
HDMIHigh Definition Multimedia InterfaceMonitor, projector, TV (video + audio)
VGAVideo Graphics ArrayOlder monitors (video only)
Ethernet (RJ-45)Wired internet connection (LAN cable)
Audio Jack (3.5mm)Headphones, speakers, microphone
PS/2Older keyboard/mouse (green = mouse, purple = keyboard)
Serial PortOlder devices, modems
Parallel PortOlder printers

USB is the most widely used port today — USB 2.0, 3.0, 3.1, and USB-C are progressively faster versions.


Buses — The Computer’s Highway System

A bus is a set of electrical pathways that carry data between components inside the computer. Think of it as a highway system connecting different parts of a city.

Bus TypeWhat it Carries
Data BusActual data between CPU, RAM, and devices
Address BusMemory addresses (where to read/write)
Control BusControl signals (read, write, interrupt)

Bus Width: The number of wires — a 32-bit bus carries 32 bits at a time; a 64-bit bus carries 64 bits (wider = faster).


SMPS — Power Supply

SMPS (Switched Mode Power Supply) converts AC power from the wall outlet into DC power that computer components need. It supplies different voltages to different parts:

  • 3.3V — RAM, chipset
  • 5V — USB ports, drives
  • 12V — CPU, graphics card, fans

CPU Performance — Detailed Concepts

Clock Speed

Clock speed is measured in GHz (Gigahertz) — it indicates how many billions of cycles the CPU performs per second. A 3.5 GHz processor executes 3.5 billion cycles per second. Higher clock speed generally means faster processing.

Multi-Core Processors

Modern CPUs have multiple independent processing units called cores:

TypeCoresAdvantage
Single-core1One task at a time
Dual-core2Two tasks simultaneously
Quad-core4Four tasks simultaneously
Octa-core8Eight tasks simultaneously

Exam Tip: More cores = better multitasking. Clock speed = speed of each core.


Bus System — Detailed

A bus is a communication pathway that transfers data between components. There are three types:

Bus TypeFunctionDirection
Address BusCarries memory addresses — tells WHERE to read/writeCPU → Memory (unidirectional)
Data BusCarries actual data between CPU, memory, and devicesBidirectional
Control BusCarries control signals (read, write, interrupt, clock)Bidirectional

Exam Tip: Address bus is unidirectional (CPU to memory only); Data bus and Control bus are bidirectional.


Motherboard — Additional Components

Chipset

The chipset manages data flow between the CPU, memory, and all peripherals. In older systems, it was divided into two chips:

ChipFunction
NorthbridgeConnects CPU to high-speed components — RAM and GPU
SouthbridgeConnects CPU to slower components — USB, audio, BIOS, hard drives

In modern systems, Northbridge functions are integrated into the CPU itself.

CMOS Battery

The CMOS battery (CR2032, coin-shaped) powers the BIOS/UEFI settings and the real-time clock (RTC) when the computer is turned off. If this battery dies, the computer loses its date/time settings and BIOS configuration.

Heat Sink and Fan

The heat sink is a metal block (usually aluminium/copper) placed on top of the CPU to absorb heat. A fan blows air over the heat sink to dissipate heat. Without proper cooling, the CPU can overheat and throttle or shut down.

BIOS Chip

The BIOS (Basic Input Output System) chip stores firmware — the first program that runs when you power on the computer. It performs the POST (Power-On Self Test) and then loads the operating system from the hard drive.

Modern systems use UEFI (Unified Extensible Firmware Interface) as a replacement for traditional BIOS — it supports larger drives, faster boot, and a graphical interface.


Expansion Slots

Expansion slots on the motherboard allow you to add extra capability:

Slot TypeFull FormPurpose
PCIPeripheral Component InterconnectSound cards, network cards, older devices
PCIe x1PCI Express x1Small cards — Wi-Fi adapters, USB expansion
PCIe x4PCI Express x4NVMe SSDs, RAID controllers
PCIe x16PCI Express x16Graphics cards (GPU) — fastest slot
AGPAccelerated Graphics PortOld graphics card slot (obsolete, replaced by PCIe)

Exam Tip: PCIe x16 is used for modern graphics cards; AGP is obsolete.


Motherboard Form Factors

The form factor defines the size, shape, and layout of the motherboard:

Form FactorSizeExpansion SlotsUsed In
ATX305 x 244 mm7 slotsStandard desktops, gaming PCs
Micro-ATX244 x 244 mm4 slotsBudget desktops, compact builds
Mini-ITX170 x 170 mm1 slotSmall form factor PCs, HTPCs

ATX (Advanced Technology Extended) is the most common form factor for desktop motherboards.


Key Takeaways

  • CPU is the “brain of computer” with 3 parts: ALU (arithmetic + logic), CU (fetch/decode/direct), Registers (fastest storage)
  • Key registers: Accumulator (intermediate results), Program Counter (next instruction), IR, MAR
  • Clock speed measured in GHz (Gigahertz) — higher = faster processing
  • Multi-core processors: Dual (2), Quad (4), Octa (8) — more cores = better multitasking
  • Fetch-Decode-Execute-Store cycle runs billions of times per second
  • Three bus types: Address bus = unidirectional (CPU to memory); Data bus & Control bus = bidirectional
  • Bus width: 32-bit or 64-bit — wider bus = faster data transfer
  • Chipset: Northbridge (CPU to RAM & GPU, high-speed) + Southbridge (USB, audio, BIOS, low-speed) — now Northbridge integrated into CPU
  • CMOS battery (CR2032) powers BIOS settings and real-time clock when PC is off
  • Heat sink (aluminium/copper) + fan = CPU cooling system
  • BIOS chip stores firmware, performs POST (Power-On Self Test), boots OS; UEFI = modern replacement (faster boot, graphical)
  • Expansion slots: PCIe x16 for GPU (fastest), PCIe x4 for NVMe SSD, PCIe x1 for WiFi; AGP is obsolete
  • Form factors: ATX (305x244mm, 7 slots, standard), Micro-ATX (244x244mm, 4 slots), Mini-ITX (170x170mm, 1 slot)
  • SMPS converts AC to DC — provides 3.3V (RAM, chipset), 5V (USB, drives), 12V (CPU, GPU, fans)
  • Major CPU makers: Intel (Core i3/i5/i7/i9), AMD (Ryzen)

Summary Cheat Sheet

ConceptKey Details
CPUBrain of computer — ALU + CU + Registers
ALUArithmetic (+−×÷) and Logic (AND, OR, NOT, >, <, =) operations
Control UnitFetches, decodes, and directs instruction execution
RegistersFastest memory, inside CPU — Accumulator, Program Counter, IR, MAR
Fetch-Decode-ExecuteCPU instruction cycle — repeats billions of times/sec
Clock SpeedMeasured in GHz (Gigahertz) — 3.5 GHz = 3.5 billion cycles/sec
Multi-coreDual (2), Quad (4), Octa (8) — more cores = better multitasking
CPU MakersIntel (Core i3/i5/i7/i9), AMD (Ryzen)
MIPS / FLOPSMillion Instructions Per Second / Floating Point Operations Per Second
MotherboardMain circuit board (mainboard/system board) — connects all components
Address BusUnidirectional (CPU→Memory) — carries memory addresses
Data BusBidirectional — carries actual data
Control BusBidirectional — carries control signals (read, write, interrupt)
Bus Width32-bit or 64-bit — wider = faster data transfer
NorthbridgeConnects CPU to RAM and GPU (high-speed) — now integrated into CPU
SouthbridgeConnects CPU to USB, audio, BIOS, hard drives (low-speed)
CMOS BatteryCR2032 coin cell — powers BIOS clock/settings when PC is off
Heat Sink + FanCPU cooling — metal block absorbs heat, fan dissipates it
BIOS ChipBasic Input Output System — firmware, runs POST at startup
POSTPower-On Self Test — BIOS checks hardware at startup
UEFIModern BIOS replacement — faster boot, graphical interface, larger drives
PCIe x16Fastest expansion slot — used for graphics cards (GPU)
PCIe x4NVMe SSDs, RAID controllers
PCIe x1Small cards — Wi-Fi adapters, USB expansion
AGPOld graphics slot — obsolete, replaced by PCIe
ATXStandard motherboard form factor (305x244mm, 7 slots)
Micro-ATXCompact form factor (244x244mm, 4 slots)
Mini-ITXSmallest form factor (170x170mm, 1 slot)
SMPSSwitched Mode Power Supply — AC→DC (3.3V, 5V, 12V)
USBUniversal Serial Bus — most common port for peripherals

Knowledge Check

Take a dynamically generated quiz based on the material you just read to test your understanding and get personalized feedback.

Lesson Doubts

Ask questions, get expert answers

Lesson Doubts is a Pro feature.Upgrade