Utility Software
Utility programs keep a computer running efficiently and securely. Knowing what each one does - and which to use in a given scenario - is a common exam question type.
Over time, computers accumulate problems the user never directly caused: files get fragmented across the disk, the hard drive fills up with temporary files, old malware slips through an unpatched browser, and important data goes unbacked for months.
Utility software exists to fix all of that. It does not create documents or play music - it maintains the system that lets everything else work properly.
Click each utility to learn what it does, why it is needed, and how it might appear in an exam question.
A magnetic hard drive stores data wherever space is available. Over time this fragments files across the disk. Click "Fragment disk" to simulate this, then "Defragment" to watch the blocks rearrange into order.
Type any text below and see run-length encoding (RLE) compress it in real time. RLE replaces repeated characters with a count - for example, "AAABBB" becomes "3A3B". Try typing something with lots of repeated characters.
Note: RLE only compresses repeated characters well. Mixed text may actually be larger after encoding. This illustrates why compression algorithms choose the best method for the data type.
For each scenario, select the most appropriate utility software. Click an option to see if you are correct.
If lossy compression permanently removes data, why do we accept it for music and photos? What does this say about how we perceive sound and images vs how we use text or executable files?