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:
68 comments Page 7 of 7.

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.

Sai krishna said:   1 decade ago
Whenever there is an interrupt to the sequential instruction execution then the processors loads its program counter with the starting location of a routine which contains code to execute the interrupt. This location where the part of code is stored is called interrupt service routine(ISR). The processor executes the ISR and returns to the next instruction of the main program.

Neha said:   1 decade ago
Is it right?

Mmm said:   1 decade ago
What is the meaning of M ?


Post your comments here:

Your comments will be displayed after verification.