It4023 Operating System Concepts (Mid - SP19)
It4023 Operating System Concepts (Mid - SP19)
CLASS: BE SEMESTER: IV
BRANCH: IT SESSION : SP/2019
INSTRUCTIONS:
1. The total marks of the questions are 30.
2. Candidates may attempt for all 30 marks.
3. In those cases where the marks obtained exceed 25 marks, the excess will be ignored.
4. Before attempting the question paper, be sure that you have got the correct question paper.
5. The missing data, if any, may be assumed suitably.
----------------------------------------------------------------------------------------------------------------------------
Q1 (a) How the Batch processing systems are different from Multi-programming systems? [2]
(b) Discuss the services provided to the users by the Operating Systems. [3]
Q2 (a) Present a schematic diagram of the architecture of the Windows operating system and [2]
discuss it.
(b) Discuss category-wise list of system calls and their roles. [3]
Q3 (a) Currently a program ‘pgm1’ is inside main memory. What are the possible process [2]
states? Explain.
(b) What are the basic mechanisms of IPC? Discuss those with relative pros and cons. [3]
Q5 (a) Suppose that the following processes arrive for execution at the times indicated. Each [5]
process will run the listed amount of time.
Process Arrival Time CPU Burst
P1 0 8
P2 1 4
P3 2 9
P4 3 1
P5 10 2
P6 13 3
Show in Gantt Chart to use Shortest Job First, Shortest Remaining Time First, Round
Robin scheduling (time quantum 2 unit) and Find average waiting time for these
processes.
Q6 (a) Consider a scheduling algorithm named “Highest Response Ratio Next” algorithm. The [2]
Response Ratio is defined as: (Waiting Time + Burst time) / Burst time. Now apply this
algorithm on the dataset given in Q.No. 5(a) and find the average waiting time.
(b) How the performance of round robin algorithm is dependent on Time Quantum? What [3]
should be good value of time quantum? Take suitable example and discuss.