Q1. List all the five series given by operating system. Describe the storage management feature of the operating system.
Q2. What do you mean by System Call? Describe different types of system calls.
Q3. Illustrate the meaning of Process? What are its states? Describe PCB (Process Control Block).
Q4. The given snapshot is given:
Process Arrival Time Burst Time
P1 0.0 7
P2 2.0 4
P3 4.0 1
P4 5.0 4
Consider the Non Preemptive and Preemptive SJF algorithm; determine the average waiting time in both cases.
Q5. Describe Reader’s Writer’s problem. Also provide the illustration.
Q6. What do you mean by Banker’s Algorithm of Deadlock Avoidance? Describe.