539 views
0 votes
0 votes
Q)Round Robbin Scheduling is more suitable when:

a)Minimum Context switches are needed.                        b)More interaction is needed by the tasks.

c)High Priority process needs to be completed first.                d)None of the above

ans:b

need some explanation ?

1 Answer

0 votes
0 votes
Round Robin doesn't guarantee minimum context switches - in fact, it increase it.

Priority is also not taken into account while scheduling.

The crux of round robin is that each process gets serviced after a fixed quantum, thus maximising the interaction of the tasks.

Related questions

0 votes
0 votes
1 answer
3
Nam14 asked Apr 5, 2023
542 views
Please read below passage from 10th edition Operating System Concepts, pg. 202:5.1.3 Preemptive and Nonpreemptive SchedulingCPU-scheduling decisions may take place under ...