BSC Computer Science Cs Semester 5 2022 November Operating Systems I 2019 Pattern
BSC Computer Science Cs Semester 5 2022 November Operating Systems I 2019 Pattern
:
PA-1023 [Total No. of Pages : 2
[5902]-51
T.Y. B.Sc. (Computer Science)
CS-351 : OPERATING SYSTEMS-I
(CBCS) (2019 Pattern) (Semester - V) (Paper - I)
Time : 2 Hours] [Max. Marks : 35
Instructions to the candidates :
1) All questions are compulsory.
2) Figures to the right inddicate full marks.
3) Use suitable data if necessary.
P.T.O.
d) List the types of schedulars and also explain short term schedulars in
detail.
e) Define independent and dependent processes.
Q3) Attempt Any Two of the following : [2 × 4 = 8]
a) Explain multi threading model in detail.
b) Which three requirements must be satisfied while designing a solutions to
the critical section problem? Explain in detail.
c) Consider the following set of processes with the length of cpu burst time
and arrival time in milliseconds.
processes B.T A.T
P1 5 1.5
p2 1 0
p3 2 2
p4 4 3
Compute total waiting time and turnaround time using preemptive SJF.
scheduling algorithm
Q4) Attempt Any Two of the following : [2 × 4 = 8]
a) Describe PCB with all its fields.
b) Explain bounded buffer problem in detail.
c) Consider the following reference string and find out the total number of
page faults using OPT and FIFO. Assume no of frames are 3
1,2,3,4,2,1,5,6,2,1,2,3,7,6,3,2,1,2,3
[5902]-51 2