OSY CT1 Solution
OSY CT1 Solution
2 Marks Questions
1. What is an Operating System? List types of Operating System.
➔An Operating System (OS) is software that manages and handles the hardware and
software resources of a computer system. It provides interaction between users of
computers and computer hardware. An OS is a low-level Software that includes all the basic
functions like processor management, memory management, Error detection, etc.
Types of OS are:-
1) Batch Operating System
2) Multi-Programming Operating System
3) Multi-Tasking Operating System
4) Multi-Processing Operating System:
5) Time-Sharing Operating System
6) Distributed Operating System
7) Network Operating System
8) Real-Time Operating System (RTOS)
4 Marks Questions
1. Explain Types of Operating System. (any 3)
➔
1) BATCH OS : In Batch operating system, access is given to more than one person, they
submit their respective jobs to the system for the execution.
The system put all of the jobs in a queue on the basis of first come first serve and then
executes the jobs one by one. The users collect their respective output when all the jobs get
executed.
The purpose of this operating system is mainly to transfer control from one job to another as
soon as the job was completed. It contained a small set of programs called the resident
monitor that always resided in one part of the main memory. The remaining part is used for
servicing jobs.
Advantages of Batch OS
The use of a resident monitor improves computer efficiency as it eliminates CPU time
between two jobs.
Disadvantage of Batch OS ➔ Starvation, not interactive