InterviewSolution
Saved Bookmarks
| 1. |
What is an interrupt vector?(a) It is an address that is indexed to an interrupt handler(b) It is a unique device number that is indexed by an address(c) It is a unique identity given to an interrupt(d) None of the mentionedThis question was posed to me in an interview.The question is from Process Structures in division Distributed Communication of Operating System |
|
Answer» Right OPTION is (a) It is an address that is INDEXED to an INTERRUPT handler |
|