Science, asked by Vivekshukla2368, 1 year ago

What happens when a process is preempted?

Answers

Answered by sunaaa
0
The device driver makes process A runnable and returns. Rather than returning to the interrupted processB, the kernel now preempts B from processing, resuming execution of the awakened process A. Another interesting situation occurs when several processes contend for kernel resources.
Similar questions