Multiple choice technology operating systems Which of the following commands can compress a file and as well as archive it? tar gzip xr zip Reveal answer Fill a bubble to check yourself D Correct answer Explanation zip combines multiple files into a single archive and compresses them simultaneously. tar only archives without compression (requires gzip/bzip2 separately), gzip only compresses single files without directory archiving.