Computer Science, asked by pothnagari343, 1 year ago

What is preemptive scheduling in operating system?

Answers

Answered by KartikSharma13
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 Anonymous
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