Maintaining and optimizing the computer system.
We've spent 4 lessons on the **Operating System**. Now we look at **Utility Software**. What is the difference? Select the best definition below.
Software designed for the user to perform tasks like writing letters or playing games.
"Extra tools designed to help maintain, optimize, or repair the computer system."
To explain the purpose and functionality of encryption, defragmentation, and compression utility software.
Scrambling data into an unreadable format using a key, so unauthorized users cannot read it.
HELLO
X9f2!L
Reorganizing data on a magnetic hard drive so that file parts are stored in contiguous blocks.
"Faster Read Speeds."
Reducing the file size of data so it takes up less space and can be transmitted faster.
Files are split into parts to fit on a hard drive. Over time, these parts scatter (**Fragmentation**).
Why it matters:
BEFORE: [A][ ][B][A][C][B][ ][C]
AFTER: [A][A][B][B][C][C][ ][ ]
Removes data permanently to shrink size (e.g. MP3, JPEG). Quality is reduced.
Shrinks size without losing any original data (e.g. ZIP, PNG). Quality is 100% preserved.
Utility_Lab.html link.Answer the following 4-mark OCR exam question in your Google Doc.
"I need to email a 50GB folder to a client."
Compression"I am selling my old PC and want to ensure my bank details can't be read."
Encryption"My magnetic hard drive is clicking and slow when reading large files."
DefragmentationYou've mastered User Interfaces, Memory, Peripherals, Management, and Utilities.
Return to Hub