Define the difference between preemptive and nonpreemptive scheduling. State why strict nonpreemptive scheduling is unlikely to be used in a computer center.
Preemptive scheduling permits a process to be interrupted in the midst of its implementation, taking the CPU away and allocating it to another process. Nonpreemptive scheduling makes sure that a process relinquishes control of the CPU only when it finishes with its current CPU burst.