Skip to main content
EnglandComputer Science

OCR GCSE Computer Science 1.5 Systems software: the operating system and utility software

A deep-dive OCR GCSE Computer Science guide to topic 1.5 Systems software. Covers the purpose and functions of the operating system (user interface, memory management, multitasking, peripheral management and drivers, user management, file management) and utility software (encryption, defragmentation, compression, full and incremental backups), with the definitions Paper 1 rewards.

Generated by Claude Opus 4.811 min readJ277 1.5

Reviewed by: AI editorial process; not yet individually human-reviewed

Jump to a section
  1. What topic 1.5 actually demands
  2. The operating system
  3. Utility software
  4. Check your knowledge

What topic 1.5 actually demands

Systems software is the software that runs and maintains the computer itself, as opposed to applications that do work for the user. It is a definition-heavy topic examined in Paper 1, where the marks reward precise functions and clear descriptions. You need to know the purpose and functions of the operating system and the purpose of the named utility software.

This guide ties together the two dot-point pages for the topic.

The operating system

The operating system manages the hardware and resources and provides a platform for applications. Its functions are: a user interface (so the user can interact), memory management (allocating RAM to programs, keeping their data separate, managing virtual memory), multitasking (sharing processor time so several programs run at once), peripheral management (controlling input/output devices using device drivers, software that translates between the OS and a specific device), user management (accounts, logins, access rights) and file management (organising, saving, moving and deleting files).

Utility software

Utility software performs maintenance and housekeeping. Encryption software scrambles data with a key so it cannot be read without it. Defragmentation software reorganises a fragmented magnetic disk so files are contiguous and faster to access (not needed for SSDs). Compression software reduces file sizes. Backup software copies files so they can be restored: a full backup copies everything every time (simple restore, large and slow), while an incremental backup copies only changes since the last backup (small and fast, but slower to restore).

Check your knowledge

A mix of recall and applied questions covering topic 1.5. Attempt them, then check against the solutions.

  1. State four functions of an operating system. (4 marks)
  2. State what a device driver does. (1 mark)
  3. Explain what memory management involves. (2 marks)
  4. State what utility software is. (1 mark)
  5. Explain why defragmentation speeds up a magnetic hard disk. (2 marks)
  6. State why defragmentation is not needed for a solid-state drive. (1 mark)
  7. State one advantage of a full backup. (1 mark)
  8. State one advantage of an incremental backup. (1 mark)

Sources & how we know this

  • computer-science
  • gcse-ocr
  • ocr-computer-science
  • systems-software
  • gcse
  • operating-system
  • utility-software
  • backup
  • defragmentation