Recent questions tagged round-robin-scheduling

1 votes
1 answer
32
Ques: Can Round Robin algorithm be non-preemptive ?My answer: RR with largest Burst Time as Time Quantum is FCFS in nature and its non-preemptiveAm I right ? Please corre...
4 votes
2 answers
35
Here what are the number of context switches ? Is it 5 or 6? Do we consider context switch before P1 (i.e during the start) ?
0 votes
2 answers
36
1 votes
1 answer
39
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...
2 votes
1 answer
40
Find each of the following cases with detailed explanation by an example schedule.d
5 votes
2 answers
41
Consider the following set of processes, with arrival times and the required CPU-burst times given in milliseconds.$\begin{array}{|l|l|l|l|} \hline \textbf{Process} & \te...