Multiple choice general knowledge

Which below file extension is not a type of compressed file?

  1. .bin

  2. .rar

  3. .tar

  4. .z

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

.tar is an archive format that bundles files without compression. While often paired with compression (tar.gz, tar.bz2), .tar itself does not compress - it only archives. .rar and .z are actual compression formats.