1,732 views
0 votes
0 votes
when the interrupt occurs ,then

a: process switching may be there

b: context saving must be there

c: both a and b

d.None of these

1 Answer

0 votes
0 votes
It must be C right? Because, the CPU will save the context of current executing process by saving the register values (b) and then jump to the execution of the Interrupt Service Routine for that interrupt (a).

Related questions

0 votes
0 votes
0 answers
1
pC asked Oct 7, 2016
408 views
When compiler finds there is a System Call then what are the activitites taking place ?Activities involved in Mode shifting process from user to kernal mode and back.
0 votes
0 votes
1 answer
2
its_vv asked Jul 1, 2022
970 views
Both internal and software caused by executing the program instructions . So both are same ?
3 votes
3 votes
2 answers
3