What is preemptive scheduling in operating system?
Answers
Answered by
0
A scheduling discipline is preemptiveif, 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.
Answered by
40
Explanation:
. ... When the burst time of the process is greater than CPU cycle, it is placed back into the ready queue and will execute in the next chance. This scheduling is used when the process switch to ready state.
Similar questions