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

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

Neha said:   1 decade ago
Is it right?

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.

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

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

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

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

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

What is SVC, IP, etc. ?

Afreen said:   1 decade ago
IP is internet protocol.

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".


Post your comments here:

Your comments will be displayed after verification.