Os Firsttest 2021
Os Firsttest 2021
OPERATING SYSTEM
Time: 2:30 pm to 4:00 pm Date: 08/06/2021
1/2
Duration: 1 hours Max Marks: 50
Note:
i) Answer all the THREE parts(Part A,Part-B.Part-C)
ii) Answer any ONE full question from each part
iii) Upon completion of Test, submit the scanned pages and send PDF with
filename as USN_SUBCODE_TEST_1 to [email protected]
Part-A(Max-Marks:20)
Q.No Sub Question Marks CO Level
Ques
1 a Explain various operating system services 8 1 L1,L4
b What are system calls ? Briefly point out its types 7 2 L2,L6
c Discuss advantages of multiprocessor systems 5 1 L4
OR
2 a What is inter process communication? Explain its types 8 1 L1,L3
b Explain dual mode operating in operating system 7 2 L2,L6
with a neat block diagram
c Discuss on system boot. 5 1 L4
Part-B (Max-Marks:20)
Q.No Sub Question Marks CO Level
Ques
3 a Explain process states with state transition diagram 8 1 L1,L4
b With a neat diagram explain the concept of virtual machines 7 2 L2,L6
c Discuss the benefits of multithreaded programming 5 1 L4
OR
4 a Analyze modular kernel approach with layered 8 1 L1,L4
approach with a neat sketch.
b Discuss multithreaded models 7 2 L2,L6
c Discuss various scheduling criteria for comparing CPU 5 1 L4,L5
scheduling algorithm
Part-C (Max-Marks:10)
Q.No Sub Question Marks CO Level
Ques
5 a For the process listed below,draw Gantt chart using pre- 10 2 L3,L6
emptive and non-preemptive scheduling algorithm. A large
priority number has a higher priority . Calculate Average
waiting time and Average turnaround time
Process Arrival time Burst time Priority
P1 0 6 4
P2 3 5 2
P3 3 3 6
P4 5 5 3
OR
6 a What is the critical section problem point out and 5 2 L1,L4
explain its three requirements
b What are semaphores,explain how mutual exclusion 5 2 L2,L6
is implemented with semaphores