edited by
1,306 views
0 votes
0 votes

Lets consider one situation where,
OS is scheduling processes(P1,P2,P3...Pn) with Round Robin method and current running process is P1 and next scheduled process in queue is also P1 (this case is possible in Round Robin).

Will a context switch occur after the quantum time is over?
Provide reason behind your answer.

Supporting Question:

How many context switch will take place in Round Robin scheduling method with quantum=3unit for the given data below. AT=Arrival Time, BT=Burst Time

edited by

1 Answer

Related questions

8 votes
8 votes
6 answers
1
1 votes
1 votes
1 answer
4
sanyam53 asked Jan 7, 2017
1,653 views
How many time context switch in Round Robin? ( if only one process remain in ready queue at end of scheduling does that count every time, when time slice over or only one...