Operating System
Programming and Technical
Q. What is pre-emptive and non-preemptive scheduling?
A. Preemptive scheduling: The preemptive scheduling is prioritized. The highest priority process should always be the process that is currently utilized. Non-Preemptive scheduling: When a process enters the state of running, the state of that process is not deleted from the scheduler until it finishes its service time
Read Solution (Total 0)
Operating System Other Question