When is a preemptive CPU scheduler called? When a process switches from the running state to the ready state. When a pro
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
When is a preemptive CPU scheduler called? When a process switches from the running state to the ready state. When a pro
When is a preemptive CPU scheduler called? When a process switches from the running state to the ready state. When a process performs any system call. When the current process calls exit and terminates. When the time slice of the current process expires. When the current process performs a blocking I/O system call.