Which of the following is a type of operating system that runs on a server and provides services to clients? MCQ with Answer and Explanation

Which of the following is a type of operating system that runs on a server and provides services to clients?
A. Desktop OS
B. Server OS
C. Mobile OS
D. Embedded OS
Answer: Option B
Solution (By JKExamLibrary)
Server OSes like Windows Server and Linux server distributions are optimized for hosting services and managing network resources.

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 multitasking operating system?
A. FreeDOS
B. CP/M
C. Windows 10
D. MS-DOS

Correct Answer: Option C


Explanation:
Windows 10 supports multitasking, allowing multiple applications to run concurrently; MS-DOS was single-tasking.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which scheduling algorithm assigns the CPU to processes strictly in the exact order they arrive in the ready queue?
A. Round Robin (RR)
B. First-Come, First-Served (FCFS)
C. Shortest Job First (SJF)
D. Priority Scheduling

Correct Answer: Option B


Explanation:
First-Come, First-Served (FCFS) is a non-preemptive scheduling policy where the process that requests the CPU first receives it first.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the role of the Android 'Asset Manager'?
A. To handle drawable resources
B. To access raw asset files bundled with the application
C. To store user data
D. To manage app permissions

Correct Answer: Option B


Explanation:
Asset Manager provides access to files in the assets/ directory of an APK, such as fonts or HTML files.

This question belongs to: Computer Operating Systems