Which Linux command displays information about system processes in real-time? MCQ with Answer and Explanation

Which Linux command displays information about system processes in real-time?
A. top
B. kill
C. systemd
D. ps
Answer: Option A
Solution (By JKExamLibrary)
The 'top' command shows a dynamic, real-time view of running processes, CPU usage, memory, and more.

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 happens during a page fault in virtual memory management?
A. The hard disk sector becomes permanently corrupted.
B. The processor attempts to access a page of memory that is not currently loaded in the physical RAM.
C. The computer experiences a fatal hardware crash.
D. The system runs out of network bandwidth.

Correct Answer: Option B


Explanation:
A page fault is an interrupt raised by hardware when a program tries to access a memory page mapped in virtual space but not loaded into the physical RAM.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the purpose of the Android 'GestureDetector' class?
A. To handle motion events
B. To provide haptic feedback
C. To detect common gestures like tap, scroll, fling, and long press
D. To manage touch events

Correct Answer: Option C


Explanation:
GestureDetector simplifies detection of gestures from touch events, allowing easy implementation of gesture interactions.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which of the following is an example of a desktop environment for Linux?
A. Unity
B. Aqua
C. Windows Shell
D. GNOME

Correct Answer: Option D


Explanation:
GNOME is a popular desktop environment for Linux; Unity was used by Ubuntu earlier, but GNOME is common.

This question belongs to: Computer Operating Systems