Public Service Commission (PSC)2082 BSQuestion 1 of 9
Define an operating system. List any four functions of an operating system.
6 marks
Question source
- Exam year
- 2082 BS / 2025 AD
- Level
- Level 4
- Paper
- Paper II – Subjective
- Section
- Section A: Short Answer Questions (5 × 6 = 30 marks)
Model answer
Operating System (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs. It acts as an intermediary between users and the computer hardware.
Four functions of an operating system:
- Process Management — Creating, scheduling, and terminating processes. The OS allocates CPU time to different processes using scheduling algorithms.
- Memory Management — Allocating and deallocating memory to programs. Manages RAM usage and implements virtual memory.
- File System Management — Organizing, storing, retrieving, and managing data on storage devices. Handles file permissions and directory structures.
- Device Management — Managing input/output devices through device drivers. Controls communication between hardware and software.