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 5 of 7.

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.

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

Gajalakshmi said:   1 decade ago
M means memory.

Rathika.b said:   1 decade ago
@ vani:

SVC means "Supervisor Call". it executes the interrupt routine while the memory is in execution. This SVS is related to "assembler".

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

IP means instruction pointer.

M is right.

Logha.k said:   1 decade ago
I don't understand this question and short form also?

What is SVC, IP, etc. ?

Vani said:   1 decade ago
What is the meaning of SVC?

Sandeep said:   1 decade ago
M means Memory. Its points to memory location.

Shameer said:   1 decade ago
Please give explanation to this question?

Purwaahi jain said:   1 decade ago
Its right, but Mr. Sai krishna what is the M here ? I didn't get.


Post your comments here:

Your comments will be displayed after verification.