Utility Software
Vital "housekeeping" programs designed to perform maintenance and support the OS.
Examiner's Eye - Avoid the Trap!
- The "Speed" Trap: Never say defragmentation "makes the computer faster". You must specifically state that it "makes accessing files faster" because the "read/write head does not have to physically move as far".
- The "Space" Trap: Defragmentation does NOT create more storage space. It simply cleanly groups the existing files, and groups the existing free space together.
The Problem: Fragmentation
As files are constantly saved, edited, enlarged, and deleted over time, gaps of free space appear on the hard drive disk.
When you save a new large file, the OS splits the file up into scattered fragments to fit it into these tiny non-consecutive memory gaps across the entire disk.
The Solution: Defragmentation
Utility software that physically reorganises the hard drive.
1. All isolated parts of a single file are physically moved and placed together into contiguous (consecutive) blocks.
2. All the isolated blocks of empty "free space" are grouped together at the end of the physical drive, giving huge contiguous space for new, massive files to be saved seamlessly.
Interactive Lab: Defragmentation Visualiser
This grid represents a highly fragmented magnetic hard drive disk. A single large file (like a video) is physically split into multiple coloured scattered blocks. Click "Run Defrag Utility" to reorganise the blocks into contiguous rows.
Check Your Understanding
1. Exactly why does a fragmented hard drive take longer to load files?
2. True or False: Running defragmentation creates more total storage space on your hard drive.
Written Exam Scenario (AO2/AO3)
"A PC gamer is trying to install a massive 150GB video game, but their hard drive only has 140GB of free space. The gamer's friend tells them: 'Just run the Defragmentation software. It will give you the extra 10GB you need.' Evaluate the friend's advice." (4 marks)
The friend's advice is completely factually incorrect regarding storage capacity.
Defragmentation cannot magically create new storage space, so the gamer will never get the missing 10GB required for their installation.
Defrag only physically reorganises the preexisting data, placing scattered parts of files into contiguous (consecutive) blocks, and groups the existing 140GB of free space together.
Finally, defragmentation does not make the PC faster at processing, rather it simply speeds up file access time because the physical read/write head moves less.