πŸ“š Knowledge Library β€” Topic 4.2A β€” Software

Operating System

Understand what an operating system does, why a computer needs one, and how it sits between the hardware and the software you use.

1. Invitation

A computer needs someone in charge.

Hardware can process data, but it needs software to organise everything.

The operating system, often shortened to OS, is the system software that helps the computer run properly.

πŸ’‘ OS means Operating System. It manages the computer so other software can run.
Figure 1.1
Computer Control
Hardware
+
Operating System
↓
Usable computer
2. Big Idea

The OS sits between the user and the hardware.

Most users do not talk directly to the CPU, RAM, storage or input/output devices.

The OS acts as the middle layer. It helps applications use the hardware safely and sensibly.

πŸ’‘ Key idea: the OS manages hardware and software resources.
Figure 2.1
Middle Layer
User
↓
Applications
↓
Operating System
↓
Hardware
3. FutureLogic Bridge

Think of a theatre manager.

A theatre manager keeps everything organised behind the scenes.

They manage the stage, staff, equipment, bookings and problems. The audience may not see them, but the show depends on them.

πŸ’‘ Bridge: the OS is the theatre manager of the computer.
Figure 3.1
Theatre Manager
Actors
Stage
Lights
Audience
↓
Manager keeps order
4. Worked Example

Opening a web browser.

When you open a web browser, the OS helps it run.

It gives the browser memory, allows it to use the keyboard and screen, and helps it access files and network hardware.

Simple example

User
opens browser
OS
allocates resources
Browser
runs
The application runs because the OS manages the resources it needs.
Figure 4.1
Running an App
Browser request
↓
OS manages
↓
Memory + screen + input
5. Key Jobs

The OS has several important jobs.

This page gives the big picture. The next page will look at the main OS functions more carefully.

For now, remember that the OS helps manage memory, files, peripherals, security, users, applications and interrupts.

πŸ’‘ Do not memorise every job here yet. Just understand that the OS manages the computer.
Figure 5.1
OS Jobs
Memory
Files
Devices
Security
Apps
Interrupts
6. Exam Tip

Use clear exam wording.

If asked what an operating system does, avoid vague answers like "it runs the computer".

Use a sentence that explains its job clearly.

🎯 Model answer:

"An operating system is system software that manages the computer's hardware and software resources."
Figure 6.1
Better Wording
Weak answer
runs computer

↓

Better answer
manages resources
7. Common Mistake

The OS does not start itself.

A common mistake is saying that the operating system loads the bootstrap.

The bootstrap, BIOS or firmware starts the computer and loads the operating system. The OS runs after that.

⚠️ Common Mistake:

Student answer: β€œThe operating system loads the bootstrap.”

❌ Wrong way round.

Better answer: "Firmware or the bootstrap loads the operating system when the computer starts."
Figure 7.1
Startup Order
Firmware / BIOS
↓
Bootstrap
↓
Operating System
8. Summary

Operating systems in one screen.

An operating system is system software.

It manages hardware and software resources and provides a platform for applications to run.

The OS does not load the bootstrap. Firmware or the bootstrap loads the OS.

πŸ’‘ OS = Operating System = the main manager of the computer.
Figure 8.1
Summary
Operating System
↓
Manages resources
↓
Apps can run