edited by
2,623 views
0 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

1 Answer

Position:
Show:

Related questions

8 8 votes
6 answers 6 answers
6.7k
6.7k views
rahul sharma 5 asked Aug 26, 2017
6,657 views
If we have only one process in ready queue with burst time "m", then how many context switching will happen using round robing scheduling with time quantum q ,where q<m.A...
0 0 votes
1 1 answer
1.6k
1.6k views
Parshu gate asked Dec 10, 2017
1,599 views
Choose correct answer from the below options:If the following jobs are to be executed on a single processor systemThe jobs are arrived at time 0 and in the order a, b, c,...
3 3 votes
1 1 answer
200
200 views
GO Classes asked Jul 21
200 views
A system has two processes, $P_1$ and $P_2$.$P_1$ is currently running. $P_2$ is ready. The operating system uses preemptive Round Robin scheduling. $P_1$'s scheduling qu...
6 6 votes
1 answers 1 answer
13.7k
13.7k views
sunil sarode asked Nov 15, 2017
13,683 views
Measurements of a certain system have shown that a process runs, on the average, for time T before blocking for Input/Output. Process switch requires t...