UGC-NET | UGC NET CS 2018 July – II | Question 60
In which of the following scheduling criteria, context switching will never take place ?
(A) ROUND ROBIN
(B) Preemptive SJF
(C) Non-preemptive SJF
(D) Preemptive priority
Answer: (C)
Explanation: In Non – preemptive algorithms context switching will never take place because it doesn’t allow to switch the process until it is completed fully.
So, option (C) is correct.
Quiz of this Question