Discussion :: Operating System
- What scheduling algorithm allows processes that are logical runnable to be temporarily suspended?
Answer : Option A
Explanation :
Preemptive Scheduling: A scheduling discipline is preemptive if, once a process has been given the CPU can taken away. The strategy of allowing processes that are logically runable to be temporarily suspended is called Preemptive Scheduling and it is contrast to the "run to completion" method.
Be The First To Comment