Which Linux command is used to compress files using the gzip algorithm? MCQ with Answer and Explanation

Which Linux command is used to compress files using the gzip algorithm?
A. tar
B. zip
C. bzip2
D. gzip
Answer: Option D
Solution (By JKExamLibrary)
gzip compresses files using the Lempel-Ziv coding (LZ77) with a .gz extension; zip is a different format, and tar is an archiver.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
What is the primary function of the Android 'Activity Manager' service?
A. To manage the operational lifecycle of applications and regulate the navigation stack of active user screens.
B. To download APK files from cloud application stores.
C. To track hardware battery percentage details dynamically.
D. To compile native C source files into machine code.

Correct Answer: Option A


Explanation:
The Activity Manager monitors system activities, manages application processes, handles task stacks, and enforces runtime runtime constraints.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What happens when a computer enters 'Sleep Mode' in Windows?
A. The computer saves state to the hard drive and shuts down power 100%.
B. The OS reformats the system volume completely.
C. The system logs out all users and runs a deep virus scan.
D. The computer places its active operational state into RAM and switches to a low-power state, keeping RAM powered.

Correct Answer: Option D


Explanation:
Sleep mode places the computer into a minimal power state, preserving all running applications and documents directly inside active RAM memory for near-instant resume times.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the name of the central management module in Windows that controls hardware configuration and manages device updates or rollbacks?
A. Disk Management
B. Task Scheduler
C. Device Manager
D. System Configuration

Correct Answer: Option C


Explanation:
Device Manager is a Control Panel applet in Windows that allows users to view and control the hardware attached to the computer.

This question belongs to: Computer Operating Systems