Computer-Graphics
February 17, 2025Data-Structures
February 19, 2025Operating-Systems
|
Question 58
|
If the time-slice used in the round-robin scheduling policy is more than the maximum time required to execute any process, then the policy will
|
degenerate to shortest job first
|
|
|
degenerate to priority scheduling
|
|
|
degenerate to first come first serve
|
|
|
none of the above
|
Question 58 Explanation:
Round robin executes processes in FCFS manner with a time slice. In this time slice becomes long enough, so that a process finishes within it, it becomes FCFS.
Correct Answer: C
Question 58 Explanation:
Round robin executes processes in FCFS manner with a time slice. In this time slice becomes long enough, so that a process finishes within it, it becomes FCFS.
