Computer Science, asked by LordOK, 11 months ago

Features of Pre-Emptive Scheduling.​

Answers

Answered by Anonymous
2

Answer:

  1. Preemptive scheduling is used when a process switches from running state to ready state or from waiting state to ready state.
  2. The resources (mainly CPU cycles) are allocated to the process for the limited amount of time and then is taken away, and the process is again placed back in the ready queue if that process still has CPU burst time remaining.
  3. That process stays in ready queue till it gets next chance to execute.

Similar questions