Computer Science, asked by amarthalajoshna4957, 1 year ago

Context switching between processes is carried out by the dispatcher?

Answers

Answered by KameenaYaar01
0

Answer:

CPU Response to Interrupts. The hardware of the CPU does the exact same thing for each interrupt, which is what allows operating systems to take control away from the current running user process. The switching of running processes to execute code from the OS kernel is called a context switch.

Similar questions