What is the primary advantage of a distributed operating system? MCQ with Answer and Explanation

What is the primary advantage of a distributed operating system?
A. It allows multiple computers to work together as a single system, providing scalability and fault tolerance
B. It is easier to manage than a single system
C. It requires less memory
D. It has better graphics
Answer: Option A
Solution (By JKExamLibrary)
Distributed OS manages resources across network nodes, offering high availability and load balancing.

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 valid Linux file permission value?
A. All of the above
B. 755
C. 700
D. 644

Correct Answer: Option A


Explanation:
755, 644, and 700 are all valid octal permissions for files/directories in Linux.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following Android components represents a background service without a user interface, designed to perform long-running tasks like fetching web data or playing audio?
A. Content Provider
B. Broadcast Receiver
C. Service
D. Activity

Correct Answer: Option C


Explanation:
An Android 'Service' is an application component designed to handle background tasks (like music playback or network synchronization) without an explicit user interface.

This question belongs to: Computer Operating Systems
Question #3 Report Error
In Linux, what does the 'sudo' command do?
A. Switches the user to root
B. Allows a user to execute commands with superuser privileges
C. Shuts down the system
D. Changes the user's password

Correct Answer: Option B


Explanation:
sudo (superuser do) permits authorized users to run commands as the superuser or another user.

This question belongs to: Computer Operating Systems