Which Linux command is used to display the current system load average? MCQ with Answer and Explanation

Which Linux command is used to display the current system load average?
A. uptime
B. top
C. All of the above
D. w
Answer: Option C
Solution (By JKExamLibrary)
uptime, w, and top all show load averages; top provides additional process information.

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
Which of the following is a feature of the Linux ext4 file system?
A. Compression
B. Built-in encryption
C. Journaling
D. Case-insensitivity

Correct Answer: Option C


Explanation:
ext4 supports journaling to protect data integrity in case of crashes; other features like encryption or compression are optional or not native.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the role of the bootloader in the boot process?
A. To provide a user interface during boot
B. To load the operating system kernel into memory
C. To manage file systems
D. To perform hardware diagnostics

Correct Answer: Option B


Explanation:
The bootloader (e.g., GRUB, Windows Boot Manager) loads the OS kernel and passes control to it.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which of the following is a type of memory management scheme that uses fixed-size partitions?
A. Paging
B. Overlays
C. Swapping
D. Segmentation

Correct Answer: Option A


Explanation:
Paging divides memory into fixed-size frames and processes into pages, reducing fragmentation; segmentation uses variable-sized segments.

This question belongs to: Computer Operating Systems