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.

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.

Jyothilakshmi said:   9 years ago
Svc is supervisor call. The os may be activated a supervisor call from the program being executed. Then place the user process in blocked state.

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?

Saquib said:   10 years ago
A section of code means transfer of signals through line and if processor is engaged then it is stored in MEMORY for short period.

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

Shewangizaw Bogale said:   9 years ago
M : Memory location / memory pointer,

SVC : Supervisor Call,

IP : Instruction pointer,

MDR: Memory data register.
(1)

Vsiva said:   1 decade ago
M is a Memory and Ip means instruction point and SVC I don't know than sure answer and Mdr Memory data register.

Ram said:   10 years ago
M: Memory.

SVC: Software Storage Vitalization.

IP: Instruction Pointer.

MDR: Memory Data Register.

Isse afrah said:   1 decade ago
You don't have to use shortcut words we are in exam please write full word. Best exam ever thanks.

Ameya said:   2 years ago
The ISR code performs the necessary actions to handle the interrupt.

ISR is stored in memory (M)
(2)


Post your comments here:

Your comments will be displayed after verification.