closed by
367 views
0 votes
0 votes
closed as a duplicate of: ISRO2015-33
Suppose a system contains 'n' processes and system uses the round robin algorithm  for cpu scheduling then which data structure is best suited for ready queue of these process

1.stack

2.queue

3.circular queue

4.tree
closed by

Related questions

0 votes
0 votes
1 answer
2
Nam14 asked Apr 5, 2023
532 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 ...
0 votes
0 votes
3 answers
3
Chaitanya Kale asked Sep 22, 2022
659 views
If we are using non-preemptive CPU scheduling then can there be process state transition from running to ready state?
1 votes
1 votes
1 answer
4
iarnav asked Jan 12, 2022
402 views
Does non preemptive CPU scheduling needs hardware support.kindly explain.