Explain the difference between preemptive and non-preemptive process scheduling with an example.
Answers
Answered by
1
The basic difference between preemptive and non-preemptive scheduling is that in preemptive scheduling the CPU is allocated to the processes for the limited time. While in Non-preemptive scheduling, the CPU is allocated to the process till it terminates or switches to waiting state.
Similar questions