You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers utility software — programs that help maintain, optimise, and protect the computer system. This is part of OCR J277 Section 1.5.2. Utility software is a type of systems software that supports the operating system.
Utility software consists of programs designed to help maintain, configure, or optimise a computer system. Unlike application software (which helps users complete specific tasks like writing documents), utility software works behind the scenes to keep the system running efficiently and securely.
Utility software is a type of systems software — it supports the operation of the computer rather than performing user tasks.
Defragmentation reorganises data on a magnetic hard drive (HDD) so that files are stored in contiguous (adjacent) blocks rather than scattered across the disk.
Why is defragmentation needed?
| Before Defragmentation | After Defragmentation |
|---|---|
| File A scattered across sectors 1, 7, 15 | File A in sectors 1, 2, 3 |
| File B scattered across sectors 3, 9, 12 | File B in sectors 4, 5, 6 |
| Slow to read — head must jump around | Faster to read — head moves sequentially |
OCR Exam Tip: SSDs should NOT be defragmented. SSDs have no read/write head and access all locations equally fast. Defragmenting an SSD causes unnecessary writes that reduce its lifespan.
Compression reduces the file size of data so it takes up less storage space and can be transmitted more quickly over a network.
There are two types of compression:
| Type | How It Works | Data Loss? | Example Use |
|---|---|---|---|
| Lossless | Removes redundant data patterns; original file can be perfectly restored | No | ZIP files, PNG images, program files |
| Lossy | Permanently removes some data (usually imperceptible) to achieve greater size reduction | Yes | JPEG images, MP3 audio, MP4 video |
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.