Question:medium

What do you understand by multi-user operating system of computer?

Show Hint

Multi-user operating systems allow multiple users to access and use system resources simultaneously, ensuring fair resource distribution.
Updated On: Jan 13, 2026
Show Solution

Solution and Explanation

A multi-user operating system enables simultaneous access to a computer's resources by several individuals. Each user operates within a distinct environment, allowing them to execute programs and manage files without impacting others. The operating system is responsible for resource allocation, ensuring equitable distribution of processing power, such as CPU cycles and memory, to each user. Notable examples include UNIX, Linux, and Windows Server.
Was this answer helpful?
0