OSY Repeated PYQ
OSY Repeated PYQ
OSY chapter 2 :
Sr. no Question Year
1. a) Explain any four services provided by OS. W-19
b) List and describe any four services of operating system S-22
c) State any four services of operating system S-23
d) List any four services provided by operating system W-23
e) State any four services provided by an operating system S-24
3 a) What is purpose of system call? State any two system calls with their W-19
functions.
b) State any four types of system calls. S-22
c) Explain different types of system calls. S-23
d) What are the different types of system calls? Give examples of each. W-23
e) Explain any four types of system call. S-24
4 a) Enlist the operating system tools. Explain any two in detail. W-19
b) Describe with example, use of following tools: S-22
i) Device Management ii) Performance monitor iii) Task scheduler
c) Write two uses of following operating system tools. S-23
i) Security policy ii) User Management iii) Task scheduler
d) Write two uses of the following operating system tools W-23
i) Security policy ii) User management iii) Performance Monitor
e) Explain the use of following OS tools: S-24
i) Device Manager ii) Task Scheduler
SAYALI MANE
OSY chapter 3:
Sr. no Questions Year
1 a) Draw process state diagram W-19
b) Draw a neat labelled diagram for process state S-22
c) Draw process state diagram and describe each state S-23
d) Draw neat labelled process state diagram along with the correct directions of W-23
arrows
e) Draw process state diagram S-24
7 a) With suitable diagram, describe use of scheduling queues in process scheduling. S-22
9 a) Explain user level thread and Kernel level thread with its advantages and S-24
disadvantages
SAYALI MANE
OSY chapter 4:
Sr. no Question Year
1 a) Explain any four scheduling criteria. W-19
b) State and describe any two scheduling criteria. S-22
c) State and explain four scheduling criteria S-23
2 a) Describe I/o burst and CPU burst cycle with neat diagram. W-19
b) Define CPU bound program and I/O bound program W-23
5 a) The jobs are scheduled for execution as follows Process Arrival Time W-19
Burst Time
P1 0 7 P2 1 4 P3 2 10 P4 3 6 P5 4 8
Solve the problem using: (i) SJF (ii) FCFS Also find average waiting
time using Gantt chart
b) Calculate average waiting time for following data using First Come First S-22
Served (FCFS) and Shortest Job First (SJF) algorithms. Process Burst
time Arrival time
P0 08 0 P1 04 1 P2 05 2 P3 03 3
c) Consider the four processes P1, P2, P3 and P4 with length of CPO Burst S-23
time. Find out Avg waiting time and Avg turn around time for the
following Algorithms.
i) FCFS ii) RR (Slice-4ms) iii) SJF
Process Arrival time Burst time
P1 0 8 P2 1 4 P3 2 9 P4 3 5
d) Solve given problem by using FCFS scheduling algorithm. Draw correct W-23
Gantt chart and calculate average waiting time and average turnaround
time –Process Arrival time Burst time
P0 0 10 P1 1 29 P2 2 3 P3 3 7 P4 4 124
SAYALI MANE
e) How pre-emptive scheduling is better than non pre-emptive scheduling W-23
by solving following problem using SJF (Solve it by using pre-emptive
SJF and non-pre-emptive SJF also).Process Arrival time Burst time
P1 0 8 P2 1 4 P3 2 9 P4 3 5
9 a) Explain working of CPU switch from process to process with neat W-23
labelled diagram.