Skip to content
Early access — you're among the first to try PYQLabs. Share feedback
Concept drill

round robin

GATE CSE & IT · Process Scheduling · 1993-2022

10
PYQs
90%
keyed
0
elite explanations
10
years appeared

Study anchor

Galvin — Operating System Concepts

Processes, scheduling, memory, files, deadlocks

Practice action

Start latest PYQ

PYQs in this concept

All concepts →
2022 PYQ

Consider four processes P, Q, R and S scheduled on a CPU as per round robin algorithm with a time quantum of 4 units. The processes arrive in the order P, Q, R, S, all at time t =...

hardanswer keybasic explanation
2021 PYQ

Which of the following statement(s) is/are correct in the context of CPU scheduling?

mediumanswer keybasic explanation
2014 PYQ

Three processes $$A, B$$ and $$C$$ each execute a loop of $$100$$ iterations. In each iteration of the loop, a process performs a single computation that requires $${t_c}\,\,CPU$$...

medium
2012 PYQ

Consider the $$3$$ processes, $$P1,$$ $$P2$$ and $$P3$$ shown in the table. Process Arrival Time Time Units Required P1 0 5 P2 1 7 P3 3 4 The completion order of the $$3$$ processe...

mediumanswer key
2010 PYQ

Which of the following statements are true? $${\rm I}.$$ Shortest remaining time first scheduling may cause starvation $${\rm II}.$$ Preemptive scheduling may cause starvation $${\...

easyanswer key
2003 PYQ

A uni-processor computer system only has two processes, both of which alternate $$10$$ $$ms$$ $$CPU$$ bursts with $$90$$ $$ms$$ $${\rm I}/O$$ bursts. Both the processes were create...

mediumanswer key
1998 PYQ

Consider $$n$$ processes sharing the $$CPU$$ in a round-robin fashion. Assuming that each process switch takes $$s$$ seconds, what must be the quantum size $$q$$ such that the over...

mediumanswer keybasic explanation
1996 PYQ

Four jobs to be executed on a single processor system arrive at time $${0^ + }$$ in the order $$A, B, C, D.$$ their burst $$CPU$$ time requirements are $$4, 1, 8, 1$$ time units re...

easyanswer key
1995 PYQ

Which scheduling policy is most suitable for a time-shared operating systems?

easyanswer keybasic explanation
1993 PYQ

Assume that the following jobs are to be executed on a single processor system. Job Id CPU Burst Time p 4 q 1 r 8 s 1 t 2 The jobs are assumed to have arrived at time $${0^ + }$$ a...

mediumanswer key