753 views

2 Answers

3 votes
3 votes
I think Right answer is (c) Interrupt handling because context switching happens due to any one of the following reason:--
(1) when a high priority process comes to ready state,compare to priority of running process.
(2) Interrupt occurs.
(3) user and kernel mode switch.
(4) preemptive CPU scheduling used...
1 votes
1 votes
interrupt handler because when context switching happen saving state of process and moving to next process ishappens at interrupt handler

Related questions

0 votes
0 votes
0 answers
2