What's new

Help PREEMPTIVE VS NON-PREEMPTIVE patulong po sa explanation

EEEEERRRRRAAAA

Honorary Poster
Preemptive Scheduling is a CPU scheduling technique that works by dividing time slots of CPU to a given process. The time slot given might be able to complete the whole process or might not be able to it. When the burst time of the process is greater than CPU cycle, it is placed back into the ready queue and will execute in the next chance. This scheduling is used when the process switch to ready state.

Non-preemptive Scheduling is a CPU scheduling technique the process takes the resource (CPU time) and holds it till the process gets terminated or is pushed to the waiting state. No process is interrupted until it is completed, and after that processor switches to another process.


Patulong po sa explaination mga boss. D kosi gets
 

Similar threads

Back
Top