Community resourceWorksheet

OCR 1.5 Systems Software 2 GCSE

This worksheet introduces utility software, focusing on encryption, defragmentation, and data compression. Pupils explore how these utilities maintain and optimise computer systems, learning their purposes, mechanisms, and limitations through explanation and application questions. The resource is straightforward and suited for GCSE-level learners studying systems software concepts.

Shared by Chris H.Verified teacher

  • 16 cells
  • About 50 minutes
  • CC BY-SA 4.0
  • Shared 28 Jul 2026

Preview

The whole resource, exactly as a class sees it. Answers and marking are held back.

Systems software 2: utility software

Utility software performs maintenance, organisation and other housekeeping tasks for a computer system. Utilities provide additional functions that may not be carried out by the operating system itself.

By the end of this worksheet, you should be able to:

  • explain the overall purpose of utility software
  • explain encryption software and why it is required
  • explain fragmentation, defragmentation and their effect on a magnetic hard disk drive
  • explain data compression software and why it is required
  • select and justify a utility for a scenario
  • avoid common misconceptions about interception, storage space and solid-state storage

OCR J277 names three utilities in this section: encryption software, defragmentation and data compression.

1. Purpose of utility software

Utility software helps maintain, monitor, manage or configure a computer system. This work is often called housekeeping. A utility might protect data, reorganise stored data or reduce the size of a file.

The operating system provides the essential environment in which applications and hardware are managed. A utility performs a more focused additional task. Computers often include utilities, but a utility can also be installed separately.

When asked for the general purpose of utility software, do not give only the name of one example. State that it performs maintenance, housekeeping or additional system-management tasks.

Multiple choice1 mark

Which statement best describes the general purpose of utility software?

  • AIt is any application used to create documents
  • BIt provides every user interface and allocates all RAM
  • CIt performs housekeeping, maintenance or additional management tasks for a computer system
  • DIt is hardware that stores files permanently

2. Three required utilities

Encryption software

Encryption software uses an algorithm and a key to change plaintext into ciphertext. Someone with the correct key can decrypt it. If encrypted data is intercepted or accessed without authorisation, it should be meaningless and cannot be understood without the key. Encryption does not stop interception or copying.

Defragmentation software

Defragmentation software reorganises fragmented files on a magnetic hard disk drive. It moves parts of a file so they are stored consecutively and brings separate areas of free space together. The read/write head then travels a shorter distance and performs fewer separate accesses, so data can be accessed faster. Defragmentation does not create additional storage capacity.

Data compression software

Data compression software encodes data so that a file uses fewer bits. Smaller files require less storage space and can be transferred more quickly because less data must be sent. The software may also decompress a file so it can be used. Lossless compression reconstructs the original data exactly; lossy compression permanently removes some data to achieve a greater size reduction.

Fill in the blanks6 marks
______ changes plaintext into ______. ______ moves separated file parts so they are stored ______. ______ represents a file using ______.
  • encryption
  • defragmentation
  • data compression
  • ciphertext
  • consecutively
  • fewer bits

3. Encryption: mechanism, purpose and limitation

A complete explanation includes three linked ideas:

  1. Mechanism: an algorithm and key change plaintext into ciphertext.
  2. Purpose: without the correct key, an unauthorised person should not be able to understand the ciphertext.
  3. Limitation: the encrypted data can still be intercepted, copied or deleted.

A vague phrase such as “the file is locked” misses the role of the key and the change to the data. Likewise, saying that encryption stops interception is incorrect.

Encryption can protect stored files and data being transferred. The key must be protected, because an attacker who obtains it may be able to decrypt the data.

Multiple choice, several answers3 marks

Which three statements accurately explain encryption software? Select all that apply.

  • AIt changes data using an algorithm and a key
  • BIt guarantees that data cannot be intercepted
  • CIt creates extra free space on a hard disk
  • DCiphertext should be meaningless without the correct decryption key
  • EIt can protect the confidentiality of stored or transferred data
Written answer5 marks

A laptop stores confidential interview notes and sometimes sends them to another office. Explain how encryption software protects the notes.

Use: plaintext, algorithm, key, ciphertext, unauthorised access. Include what encryption does not prevent.

Students type their answer here.

4. Fragmentation and defragmentation

On a magnetic hard disk drive, files are added and deleted over time. The available spaces may be too small to hold a new file in one place, so the file is split into fragments stored in separate locations.

Defragmentation software:

  1. analyses the disk to find fragmented files
  2. moves the fragments of each file together so they are consecutive or contiguous
  3. moves separate areas of free space together

The magnetic read/write head then moves a shorter distance and fewer separate locations must be accessed. This reduces access time.

Two common misconceptions:

  • Defragmentation rearranges existing data and free space. It does not increase the disk's capacity or create more storage.
  • The access-speed explanation depends on a moving read/write head. Solid-state drives have no moving head and do not require this kind of defragmentation.
Fill in the blanks6 marks
A fragmented file is split into ______ stored in ______. Defragmentation moves the parts into ______ locations and brings areas of ______ together. The ______ travels less far, reducing ______.
  • fragments
  • separate locations
  • consecutive
  • free space
  • read/write head
  • access time
Written answer6 marks

Explain how defragmentation software can improve the performance of a magnetic hard disk drive.

Describe the starting problem, what the utility moves and why this changes access time. Finish by correcting the misconception about storage capacity.

Students type their answer here.

5. Data compression

Data compression software reduces the number of bits needed to represent a file. This can:

  • reduce the storage space required
  • reduce the amount of data transmitted
  • reduce transfer time when the connection speed is unchanged
  • make it easier to attach or download large files

Lossless compression allows the original data to be reconstructed exactly. It is suitable when every bit matters, such as program code or text. Lossy compression permanently removes some data, usually producing a smaller file. It can be suitable for images, sound or video when a reduction in quality is acceptable.

Compression does not automatically change the capacity of a storage device or increase network bandwidth. It reduces the size of the particular file.

Written answer6 marks

A student must email a program file and a high-resolution photograph. Explain why compression is useful and recommend lossless or lossy compression for each file.

State the file-size benefit, link it to transfer, then explain why exact reconstruction matters for one file but some quality loss may be acceptable for the other.

Students type their answer here.

Written answer9 marks

Select the most suitable OCR utility for each situation and explain why it is required.

A. A company stores confidential payroll files on a portable computer.

B. A magnetic hard disk drive contains files split across many separate locations.

C. A video file is too large to upload within the available time.

Use each named utility once. Write: 'Utility, mechanism, scenario benefit'.

Students type their answer here.

Written answer8 marks

Stretch challenge: A small media company has confidential project files, a magnetic archive drive that has become slow after years of adding and deleting files, and large preview videos that must be sent to clients.

Recommend a utility-software plan. Explain how all three OCR utilities work, why each is required in this scenario, and one limitation or misconception that the company should understand.

Plan three mini-paragraphs: encryption, defragmentation and compression. For each, use 'mechanism, benefit, limitation'. Finish by explaining why these are focused utilities rather than general operating-system functions.

Students type their answer here.

Review

Complete this closed-book retrieval routine, then check your answers:

  1. Define the general purpose of utility software without naming an example.
  2. For encryption, state the mechanism, purpose and limitation.
  3. For defragmentation, state what is moved and why access becomes faster.
  4. For compression, state what becomes smaller and give two resulting benefits.

Final misconception check:

  • encryption does not stop interception
  • defragmentation does not create more storage capacity
  • magnetic-head movement does not explain performance on an SSD
  • compression reduces a file's size, not the capacity of the storage device