Which of the following is an example of a distributed operating system? MCQ with Answer and Explanation

Which of the following is an example of a distributed operating system?
A. Linux
B. Windows Server
C. Android
D. Amoeba
Answer: Option D
Solution (By JKExamLibrary)
Amoeba is a distributed OS that manages a collection of computers as a single system; others are not distributed by default.

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 Android subsystem handles the core power management features to optimize battery consumption on mobile chipsets?
A. Dalvik Cache Manager
B. Android Package Installer
C. Surface Flinger Engine
D. Wakelocks (via Linux kernel power drivers)

Correct Answer: Option D


Explanation:
Android utilizes specialized power management routines (such as Wakelocks) integrated into its Linux kernel base to regulate system sleep cycles and battery drain.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which file system option developed by Microsoft is explicitly optimized for flash memory storage drives like USB thumb drives and SD cards?
A. NTFS
B. exFAT
C. ext2
D. FAT12

Correct Answer: Option B


Explanation:
exFAT (Extended File Allocation Table) was introduced to bridge the gap between FAT32 and NTFS, specifically optimized for portable flash storage units.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What command-line tool can be used in Linux to find the configuration metadata of network interfaces and IP addresses?
A. netstat -s
B. ping
C. ip address (or ifconfig)
D. ipconfig

Correct Answer: Option C


Explanation:
Linux environments use the modern 'ip address' command (or legacy 'ifconfig') to inspect network card settings, MAC paths, and assigned IP values.

This question belongs to: Computer Operating Systems