Question:medium

Operating systems manage computer resources and provide a platform to run software. Which type of operating system allows more than one user to access the computer resources at the same time?

Show Hint

A multi-user operating system supports multiple users accessing system resources simultaneously, unlike single-user systems.
Updated On: May 7, 2026
  • Single-user
  • Real-time
  • Multi-user
  • Mobile
Show Solution

The Correct Option is C

Solution and Explanation

Operating systems can be classified based on the number of users they can support simultaneously.
(A) Single-user OS: Allows only one user to operate the computer at a time (e.g., MS-DOS, older versions of Windows).
(C) Multi-user OS: Allows multiple users to access the computer's resources (CPU, memory, storage) at the same time, often through different terminals or network connections. Examples include Unix, Linux, and modern server versions of Windows.
(B) Real-time OS: Designed to process data as it comes in, typically without buffer delays. Used in systems where timing is critical (e.g., industrial control systems).
(D) Mobile OS: Designed specifically for mobile devices like smartphones and tablets (e.g., Android, iOS).
The question asks for the type that allows more than one user to access resources simultaneously, which is the definition of a multi-user operating system.
Was this answer helpful?
0