Create a custom practice set
Pick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizPick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizNo weekly quiz is published yet. Check the weekly page for the latest updates.
View Weekly PageAnswer: gzip
gzip compresses individual files using DEFLATE algorithm, producing .gz extension. tar bundles multiple files (often combined with gzip as .tar.gz). zip creates .zip archives compatible across platforms. Understanding compression tools is essential for backup, storage optimization, and file transfer in system administration.