Anurag University: Course: Operating Systems (Common To CSE, CSE-DS, IT & CSE-CS)
Anurag University: Course: Operating Systems (Common To CSE, CSE-DS, IT & CSE-CS)
QP Code: R20A31CS02
Anurag University
B Tech III Year I-Semester Regular & Supplementary Examinations, Oct/Nov-2023
Course: Operating Systems
(Common to CSE, CSE-DS, IT & CSE-CS)
Time: 3Hours Max Marks: 60
Section –A (Short answer type questions)
Answer all questions: (10 x 2 =20Marks)
12. A) Define CPU scheduling. Compare and contrast FCFS and Round robin scheduling
schemes.
OR
B) Consider the following set of processes with the arrival time and CPU burst time
given in milliseconds. Calculate average waiting time, average turn around time and
average completion time using round robin algorithm with 2ms time slice. Draw the
gantt chart.
P.T.O
13. A) Considering a system with five processes P1 through P5 and three resources of type
A, B, C. Resource type A has 10 instances, B has 5 instances and type C has 7 instances.
Suppose at time t0 following snapshot of the system has been taken:
15. A) Illustrate various protection and security measures provided by an Operating System.
OR
B) Discuss various file access methods with suitable examples