Know and understand system software provides the services that the computer requires to operate
1 Types and components of computer systems
System Software: The Brain of the Computer 🧠
Think of a computer as a busy city. The Operating System (OS) is like the city manager – it keeps everything running smoothly, tells the traffic lights when to change, and makes sure everyone follows the rules. Without it, the city (computer) would be chaotic.
System software includes:
- Operating System (Windows, macOS, Linux)
- Device Drivers – tiny helpers that let the OS talk to hardware (printers, graphics cards, etc.)
- Utilities – tools that help maintain and protect the system (antivirus, backup, disk cleanup)
- Firmware – low‑level software embedded in hardware (BIOS, UEFI)
Exam Tip: Remember the 4 Main Types of System Software
Mnemonic: Open For Unique Functions – OS, Firmware, Utilities, Device Drivers. Write this in your notes to recall them quickly during the exam.
How System Software Works
When you press the power button, the BIOS/UEFI firmware starts first. It checks the hardware (RAM, CPU, storage) and then loads the Operating System from the hard drive. The OS then loads device drivers so that the computer can use the keyboard, mouse, and display. Finally, utilities run in the background to keep the system safe and efficient.
| Component | Purpose | Example |
|---|---|---|
| Operating System | Manages hardware and software resources. | Windows 10, macOS Big Sur, Ubuntu 22.04 |
| Device Drivers | Translate OS commands into hardware actions. | Graphics driver, Printer driver |
| Utilities | Perform maintenance and protection tasks. | Antivirus, Disk Cleanup, Backup |
| Firmware | Embedded software that starts the computer. | BIOS, UEFI |
Exam Tip: Use the “What, Why, How” Structure
When answering questions about system software, structure your answer like this:
- What is the component? (e.g., Operating System)
- Why it is important? (e.g., manages resources)
- How it works? (e.g., loads drivers, runs utilities)
This clear format helps examiners see you understand the topic.
Revision
Log in to practice.