Skip to content

9618 · 16.1

Purposes of an Operating System (OS) — common mistakes

Common exam mistakes on 9618 Purposes of an Operating System (OS). Learn what loses marks, then practise the topic with Examiner’s Ink.

Exam tip 1

In exams, you will often be given a scenario and asked to explain the role of the OS. Avoid simply listing the functions. Instead, apply them to the scenario. Use specific terminology like 'process scheduling', 'memory allocation', 'device driver', 'interrupt handling', and 'user interface' to show a deep understanding of how the OS achieves its goals.

Is the operating system hardware or software?

The operating system is software. Specifically, it is 'system software', which is distinct from 'application software' like a word processor or game. It is the software that manages the hardware.

What is the difference between the OS and the kernel?

The kernel is the core, essential part of the operating system that handles the most critical, low-level tasks like memory management and CPU scheduling. The term 'operating system' usually refers to the kernel plus other system utilities, libraries, and the user interface.

Can a computer run without an operating system?

A modern general-purpose computer cannot be used effectively without an OS. Some very simple, embedded systems (like in a microwave) might run a single, fixed program without a recognisable OS, but they are not general-purpose.

Can a computer have more than one OS installed?

Yes. This is called 'multi-booting' or 'dual-booting'. A special program called a bootloader runs when the computer starts, allowing the user to choose which operating system to load for that session.