Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 1 (Q.No. 8)
8.
A section of code to which control is transferred when a processor is interrupted is known as
M
SVC
IP
MDR
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
69 comments Page 2 of 7.

Gajalakshmi said:   1 decade ago
M means memory.

Palakoti said:   1 decade ago
IP here is not Internet Protocol. It is Instruction Pointer(IP).

Rickyknowyou said:   1 decade ago
Steps on executing interrupt:.

1) The current instruction is finished and next instruction address is saved in the PC i.e. program counter.

2) then it goes to the MEMORY (M) where the ISR (interrupt service routine) is there and execute the interrupt from it.

Gill said:   1 decade ago
M is a memory pointer.

Farhat said:   1 decade ago
Here it is IP means instruction pointer.

Tijo said:   1 decade ago
MDR - Memory data register (register of a computers control unit that contains data to be stored in computer storage).

Kannan MCA said:   1 decade ago
M is a memory pointer

Avinash Maurya said:   1 decade ago
M is Memory Alocation.

IP means instruction pointer.

M is right.

Mahi said:   1 decade ago
M is correct answer.
M means memory where actually ISR present.

Sarmistha said:   1 decade ago
M is memory location.

SVC is software storage virtualization.

IP is instruction pointer.

MDR is memory data register.

So M is the right answer.


Post your comments here:

Your comments will be displayed after verification.