What are
the benefits of a multi user operating system over single user operating system?
The
various advantages of multi user OS are:
1. It helps in the sharing of
data and information among different users.
2. It also helps in the sharing
of hardware resource such as printers and modems.
What is spooling?
Spooling
is a short form of simultaneous peripheral operations on line. This term is
used in batch processing operating system. In a batch processing system, the
various jobs of the user are collected in a queue which are then submitted to
the system for processing. This process of collecting the various jobs together
is known as spooling
What are
principle disadvantages of too much multi programming?
The
various disadvantages of multi programming
1. Multi programming is implemented
through an operating system, which is a program that requires space in primary
storage since it must be executed by the CPU.
2. Jobs may have different sizes;
therefore memory management is need to accommodate them in memory.
3. Many jobs may be to run on
the CPU, which means that CPU scheduling is required.
Comments
Post a Comment