0 votes
by (1.1k points)

1 Answer

0 votes
by (1.1k points)
selected by
 
Best answer

In Preemptive Scheduling, tasks are switched based on priority while in non-preemptive Scheduling no switching takes place.

A preemptive algorithm has the overhead of switching the process from the ready state to the running state while Non-preemptive Scheduling has no such overhead of switching.

Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
...