Computer-Graphics
February 17, 2025
Data-Structures
February 19, 2025
Computer-Graphics
February 17, 2025
Data-Structures
February 19, 2025

Operating-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

A
degenerate to shortest job first
B
degenerate to priority scheduling
C
degenerate to first come first serve
D
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.

Leave a Reply

Your email address will not be published. Required fields are marked *