Computer Science, asked by ahmedpumpwala9075, 1 year ago

Compare pre emptive and non pre emptive scheduling

Answers

Answered by utkarsh1898
2

Non-preemptive Scheduling is one which can be applied in the circumstances when a process terminates, or a process switches from running to waiting state. In Non-Preemptive Scheduling, once the resources (CPU) is allocated to a process, the process holds the CPU till it gets terminated or it reaches a waiting state.

Similar questions