Differentiate between pre-emptive and non-pre-emptive scheduling.

 

Answer:- In a Pre-emptive scheduling approach, CUP can be taken away from a process if there is a need while in a non-pre-emptive approach if once a process has been given the CPU, the CPU cannot be taken away from that process unless the process completes or leaves the CPU for performing an Input Output.

Post a Comment