Questions: File Compression and Archives

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You compress a folder containing 50 Word documents into a ZIP file. What savings can you realistically expect?

AAlmost none — ZIP cannot compress multiple files simultaneously
BSignificant savings — Word documents contain repetitive text patterns that ZIP can exploit to reduce file size dramatically
CExactly 50% reduction — ZIP always halves the size of any file
DNone — compression only works on image files
Question 2 Multiple Choice

A user zips a folder of JPEG vacation photos and is surprised to find the ZIP is nearly the same size as the original. What explains this?

AThe ZIP program malfunctioned and should be reinstalled
BJPEG files are already internally compressed by a specialized algorithm, leaving almost no redundancy for ZIP to exploit
CZIP cannot process image files — only text and document files
DThe folder contains too many files for ZIP to compress efficiently
Question 3 True / False

A TAR file is a compressed archive — it both bundles files together and compresses them.

TTrue
FFalse
Question 4 True / False

Double-clicking a ZIP file on Windows or macOS fully extracts its contents so that the files inside behave exactly like normal files.

TTrue
FFalse
Question 5 Short Answer

Why does compressing an already-compressed file (like a JPEG image or MP4 video) result in almost no size reduction?

Think about your answer, then reveal below.