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

Gautam Gahlot said:   7 years ago
M is the memory.
(1)

Prashant said:   8 years ago
M is the memory.
(1)

Hashish jain said:   8 years ago
Please give me the accurate meaning of M.
(1)

Sakib khan said:   8 years ago
Wrong answer.

ISR. (interrupt service routine) is the interrupt handler which is the right answer and is not present so the answer is none of these.
(2)

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

SVC : Supervisor Call,

IP : Instruction pointer,

MDR: Memory data register.
(1)

Jyothilakshmi said:   8 years ago
When an interrupt occurred the control is first transferred to an interrupt handler.
(1)

Jyothilakshmi said:   8 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.

Duggu said:   8 years ago
M is the memory.

Sathvik reddy said:   8 years ago
I didn't get what is M here and how it is the correct answer to this question?

Aadhil said:   8 years ago
All the sections reside in memory. So, saying that 'M' means memory (which is the right answer) is illogical. I guess admins should change the answer to 'ISR', which is currently not in option.
(1)


Post your comments here:

Your comments will be displayed after verification.