Font size
WorksheetsOCR GCSE Computer Science 1.5 Systems Software MCQs
Total questions: 19
Worksheet time: 8mins
Lossy Compression is…
Appropriate for use on text
When some original data is lost, and the original file cannot be re-created
The original file can be re-created from the compressed file
Turning the text into a format that only a reader with a key can decrypt it
Lossless Compression is...
Cannot be used on text files
When some original data is lost and the original file cannot be re-created
The original file can be re-created from the compressed file
Turning the text into a format that only a reader with a key can decrypt it
JPEG is which type of compressed file format?
Lossy
Lossless
zip
rar
MP3 is which type of compressed file format?
Lossy
Lossless
zip
rar
PNG is which type of compressed file format?
Lossy
Lossless
zip
rar
Software
Which of the following memory and CPU management functions does the OS perform in order to allow the system to multitask
Each application is allocated a different memory space so that their data does not interfere with each other
The OS moves unused parts of memory to storage and swaps it out as necessary
The OS splits CPU cycles up between open applications
The OS Prioritises processes so that instructions are executed in an efficient order
Why would it be ill advised to run a disk defragmenter application on an SSD
SSDs have more moving parts so they wear more easily
The location a file is stored on an SSD does not affect how quickly it can be accessed
SSDs are fast enough it doesn't matter
Moving files physically on the SSD can contribute to wear and can reduce their lifespan
