………………… is one of pre-emptive scheduling algorithm
2006
………………… is one of pre-emptive scheduling algorithm
- A.
Shortest job first
- B.
Round Robin
- C.
Priority based
- D.
Shortest-Job-next
Attempted by 226 students.
Show answer & explanation
Correct answer: B
Round Robin is a pre-emptive scheduling algorithm because it uses time slicing to interrupt processes after a fixed time interval. Other algorithms like Shortest Job First are typically non-preemptive, meaning they allow a process to run until completion.
A video solution is available for this question — log in and enroll to watch it.