1,773 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

87
views
0 answers
1 votes
mr.smooth asked Jun 12
87 views
Which of the following statements is/are true regarding how the trap instruction (e.g., int n in x86) is invoked when a trap occurs in a system? When ... , the trap instruction is invoked by the user process that raised the I/O request
424
views
0 answers
0 votes
pC asked Oct 7, 2016
424 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.
1.1k
views
1 answers
0 votes
its_vv asked Jul 1, 2022
1,050 views
Both internal and software caused by executing the program instructions . So both are same ?
859
views
2 answers
3 votes
Souvik33 asked Dec 2, 2022
859 views
MSQA ‘Running’ process is surely put into ‘Blocked/Wait’ state during while requesting for an I/O, in which of the following I/O modes?Synchronous I/OAsynchronous I/OInterrupt Driven I/ODMA