Skip to content

A1 · Hardware in a Computer System

Spec reference: Section A1 - Hardware and Software Key idea: Understand the types of computer system, their internal components, and the factors that affect hardware choice and performance.


Types of computer system

TypeDescriptionExamples
Multi-functional deviceCombines several functions in one deviceSmartphones, tablets
Personal computerSingle-user system for general-purpose tasksDesktop PCs, laptops
Mobile devicePortable, battery-powered, touch-basedPhones, tablets, smartwatches
ServerProvides services and resources to other devicesWeb servers, file servers, database servers

Each type has different requirements for processing power, battery life, portability, and connectivity.


Internal components

CPU (Central Processing Unit)

The CPU processes instructions. Key components:

  • Control Unit (CU): Directs operations, fetches and decodes instructions.
  • Arithmetic Logic Unit (ALU): Performs calculations and logical comparisons.
  • Registers: Small, fast storage locations inside the CPU.
  • Cache: Ultra-fast memory built into or close to the CPU, storing frequently used data.

RAM (Random Access Memory)

Volatile memory used to store data and programs currently in use. Faster than storage but loses content when power is removed.

ROM (Read-Only Memory)

Non-volatile memory containing firmware (e.g. the BIOS/UEFI). Cannot be modified during normal operation.

GPU (Graphics Processing Unit)

Handles graphical calculations. Essential for gaming, video editing, and machine learning. Contains thousands of small cores optimised for parallel processing.

Motherboard

The main circuit board connecting all components. Contains the chipset, expansion slots, and connectors for all peripherals.

PSU (Power Supply Unit)

Converts mains electricity into the voltages required by internal components.


Input, output and storage devices

CategoryExamples
InputKeyboard, mouse, microphone, webcam, scanner, touchscreen
OutputMonitor, printer, speakers, projector
StorageHDD, SSD, optical drive, USB flash drive, SD card

Factors affecting hardware choice

FactorExplanation
User experienceEase of use, performance, accessibility
User needsWhat tasks will be performed
CompatibilityWill it work with existing hardware and software
CostBudget constraints
EfficiencyPower consumption, performance per watt
ImplementationTimescales, testing, migration from old system
ProductivityHow much will it improve workflow
SecurityPhysical and data security features

Data storage and recovery systems

RAID (Redundant Array of Independent Disks)

Combines multiple physical drives to improve performance and/or reliability.

RAID LevelDescriptionUse case
RAID 0Data striped across drives, no redundancy. Fast reads/writes.Speed-critical tasks
RAID 1Data mirrored across two drives. If one fails, the other takes over.Critical data protection
RAID 5Data and parity striped across three or more drives. Can recover from one drive failure.Servers balancing speed and redundancy

NAS (Network Attached Storage)

A dedicated storage device connected to a network. Any authorised device on the network can access it. Common in homes and small businesses for centralised file storage and backup.


How hardware features affect performance

FeatureImpact on performance
Clock speed (GHz)Higher clock speed means more instructions per second
Number of coresMore cores allow more tasks to run simultaneously
RAM capacityMore RAM allows more applications to run at once without slowdown
SSD vs HDDSSDs load data much faster than HDDs due to no moving parts
Cache sizeLarger cache reduces the number of times the CPU fetches data from slower RAM
GPU coresMore GPU cores improve graphics rendering and parallel processing tasks

Summary

TermMeaning
CPUProcesses all instructions in a computer system
RAMVolatile memory holding active data and programs
RAIDArray of drives for improved speed or redundancy
NASNetwork-connected storage accessible by multiple devices
FirmwarePermanent software stored on ROM, e.g. BIOS

Test Yourself

Ad

PassMaven - revision made simple.