The operating system is the most important piece of software on any device — nothing else can run without it. This subtopic covers its core jobs at a general level.
An operating system (OS) is system software that manages computer hardware and software resources, and provides common services for application programs.
The general functions of any operating system include:
Example
When you open a word processor: the OS locates the program file, loads it into RAM, allocates it a share of CPU time, lets it draw its window via the GUI, and handles every keystroke you type by passing it from the keyboard driver to the application.
💡 Exam Tip
At Grade 10 level you're expected to know these functions in general terms. Grade 11 and 12 go much deeper into how the OS actually manages memory, processing and I/O — so this subtopic is the foundation, not the full picture.