Skip to content

5.1 Operating Systems

AS Level · 1 question found

  • Why a computer system needs an OS
  • OS management tasks: memory, file, security, hardware (I/O), process management
  • Utility software: disk formatter, virus checker, defragmenter, file compression, backup software
  • Program libraries and DLL files: benefits to developers
Q6
May/Jun 2024 Paper 1 v2 1 mark
Question 6 — page 1Question 6 — page 2
6 A computer has an Operating System (OS). Memory management and process management are two OS tasks. Explain how memory management and process management support multi-tasking. .................................................................................................................................................... [4]
Show mark scheme
6 [1 mark]
1 mark
each to
max 4
Max 3
marks for each management task:
Memory management:
Max 3 marks

Stores data from all currently running programs concurrently in RAM

Stops the data from overwriting each other in RAM/primary storage

Decides which processes should be in main memory

Makes efficient use of memory
Process management:
Max 3 marks

Allows one process to be paused whilst another process can be actioned

Decides which process is to be run next

Switches between processes to allow them to share the use of the
processor

Identification/description of scheduling