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

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?

Awii khan said:   1 decade ago
Each device has a wire (interrupt line) that it can use to signal the processor.

Juma William said:   1 decade ago
In technology, SVC can mean support vector classifier which is an application of support vector machines for classification.

It can also mean switched virtual circuit which is a type of virtual connection.

Or can mean still video camera which is commonly called digital still camera (DSC).

Reena said:   1 decade ago
I don't know the meaning of SVC/ Please explain it! I'm confusing.

Dipti said:   1 decade ago
SVC means switched virtual connection.

Nippa said:   1 decade ago
Why M is the answer I can't understand?

Shahi said:   1 decade ago
IP means instruction pointer.

Bagh hussain said:   1 decade ago
What is the difference between floppy disk and hard disk?

Ankita said:   1 decade ago
What kind of control is transferred to section of code, which is the code (i.e. Why code is used) & explain interruption of code?


Post your comments here:

Your comments will be displayed after verification.