What is the difference between preemptive scheduling and time slicing

Under preemptive scheduling, the highest priority task executes until it enters the waitingor dead states ora higher priority task comes into existence. Under time slicing, a task executes for apredefined slice oftime and then reenters the pool of ready tasks. The scheduler then determines which taskshould executenext, based on priority and other factors.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions