

InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
51. |
What does ISR stand for?(a) interrupt standard routine(b) interrupt service routine(c) interrupt software routine(d) interrupt synchronous routineI got this question by my college director while I was bunking the class.I'm obligated to ask this question of Introduction of Interrupts in portion Interrupts and Exceptions of Embedded Systems |
Answer» The correct OPTION is (b) interrupt service ROUTINE |
|
52. |
Which of the following use SWI as interrupt mechanism?(a) PowerPC(b) MC68000(c) Z80(d) IBM PCThis question was posed to me in my homework.I'd like to ask this question from Sources of Interrupts in section Interrupts and Exceptions of Embedded Systems |
Answer» Correct option is (c) Z80 |
|
53. |
What is programmed to generate a two instruction fast interrupt?(a) software(b) application(c) timer(d) sensorThe question was asked in a national level competition.This interesting question is from Fast Interrupts in chapter Interrupts and Exceptions of Embedded Systems |
Answer» Correct choice is (C) timer |
|
54. |
Which of the following is a 16 kbyte block?(a) register(b) vector table(c) buffer(d) lookaside bufferThe question was posed to me during an online exam.This is a very interesting question from RISC Exceptions-II topic in portion Interrupts and Exceptions of Embedded Systems |
Answer» CORRECT option is (B) vector table Explanation: The vector table is a 16 kbyte block which is divided into 256 byte divisions in which each division is ALLOCATED for particular exceptions and it also CONTAINS the handler routine ASSOCIATED with the exceptions. |
|
55. |
Which of the following is used to reduce the external memory cycle?(a) internal hardware stack(b) internal software stack(c) external software stack(d) internal registerThe question was asked during an online exam.This intriguing question comes from The mechanism of Interrupts topic in division Interrupts and Exceptions of Embedded Systems |
Answer» Correct choice is (a) INTERNAL hardware stack |
|
56. |
Which of the following is the common method for connecting the peripheral to the processor?(a) internal interrupts(b) external interrupts(c) software(d) exceptionI got this question in semester exam.Origin of the question is Sources of Interrupts in section Interrupts and Exceptions of Embedded Systems |
Answer» Right option is (b) EXTERNAL INTERRUPTS |
|
57. |
Which of the following can be used to create time-driven systems?(a) memory(b) input(c) output(d) interruptsThis question was addressed to me in semester exam.I would like to ask this question from Introduction of Interrupts in division Interrupts and Exceptions of Embedded Systems |
Answer» The CORRECT CHOICE is (d) interrupts |
|
58. |
Which of the following forces a standard service routine?(a) READY interrupt(b) IRQA interrupt(c) NMI(d) software interruptThis question was addressed to me in quiz.Query is from Fast Interrupts topic in chapter Interrupts and Exceptions of Embedded Systems |
Answer» The correct answer is (b) IRQA interrupt |
|
59. |
What does MSR stand for?(a) machine state register(b) machine software register(c) minimum state register(d) maximum state registerI got this question in semester exam.My question comes from RISC Exceptions topic in portion Interrupts and Exceptions of Embedded Systems |
Answer» The CORRECT answer is (a) machine STATE REGISTER |
|
60. |
Which code is written as part of the ISR?(a) data receive code(b) sequential code(c) data transfer code(d) concurrent codeThe question was asked in semester exam.Query is from Introduction of Interrupts in division Interrupts and Exceptions of Embedded Systems |
Answer» RIGHT answer is (c) data TRANSFER code The best I can explain: The data transfer CODES are written as part of the interrupt service ROUTINE which is associated with the interrupt GENERATION by the hardware. |
|
61. |
Which registers are used to determine the completion status?(a) MSR(b) flag register(c) DSISR(d) index registerI have been asked this question in my homework.This interesting question is from RISC Exceptions in portion Interrupts and Exceptions of Embedded Systems |
Answer» The correct CHOICE is (c) DSISR |
|
62. |
How many general types of exceptions are there?(a) 2(b) 3(c) 6(d) 4This question was addressed to me in class test.This question is from RISC Exceptions topic in section Interrupts and Exceptions of Embedded Systems |
Answer» Right option is (d) 4 |
|
63. |
Which priority encoder is used in MC68000?(a) 4-to-2 priority encoder(b) LS148 7-to-3(c) 2-to-4 priority encoder(d) LS148 3-to-7The question was asked in examination.My question is taken from The mechanism of Interrupts topic in portion Interrupts and Exceptions of Embedded Systems |
Answer» Right choice is (b) LS148 7-to-3 |
|
64. |
Which interrupt can make a change in the processor’s mode?(a) internal interrupt(b) external interrupts(c) exceptions(d) software modeI had been asked this question in final exam.My enquiry is from Sources of Interrupts topic in section Interrupts and Exceptions of Embedded Systems |
Answer» Right option is (c) exceptions |
|
65. |
In which of the following method does the code is written in a straight sequence?(a) method 1(b) timing method(c) sequence method(d) spaghetti methodThe question was asked in examination.Query is from Introduction of Interrupts topic in portion Interrupts and Exceptions of Embedded Systems |
Answer» The correct ANSWER is (d) SPAGHETTI method |
|
66. |
Which of the following possesses an additional priority?(a) asynchronous precise(b) asynchronous imprecise(c) synchronous precise(d) synchronous impreciseI have been asked this question in final exam.Origin of the question is RISC Exceptions-II in division Interrupts and Exceptions of Embedded Systems |
Answer» Correct ANSWER is (C) synchronous precise |
|
67. |
How is the internal registers and memories are reset?(a) system reset(b) memory reset(c) peripheral reset(d) software resetThis question was posed to me in a job interview.Query is from RISC Exceptions-II topic in chapter Interrupts and Exceptions of Embedded Systems |
Answer» The correct answer is (a) SYSTEM RESET |
|
68. |
Which of the following converts the seven external pins into a 3-bit binary code?(a) priority encoder(b) 4-to-2 priority encoder(c) LS148 7-to-3(d) 2-to-4 priority encoderThe question was posed to me in semester exam.This question is from The mechanism of Interrupts topic in chapter Interrupts and Exceptions of Embedded Systems |
Answer» | |
69. |
Which NMI is used in the IBM PC?(a) SWI(b) TRAP(c) 80×86 NMI(d) Maskable interruptThe question was asked in an interview.Enquiry is from Sources of Interrupts in division Interrupts and Exceptions of Embedded Systems |
Answer» Correct answer is (c) 80×86 NMI |
|
70. |
Which interrupts are generated by the on-chip peripherals?(a) internal(b) external(c) software(d) hardwareThe question was posed to me in an interview for job.I need to ask this question from Sources of Interrupts in chapter Interrupts and Exceptions of Embedded Systems |
Answer» The CORRECT choice is (a) INTERNAL |
|
71. |
Which of the following are asynchronous to the operation?(a) interrupts(b) software(c) DMA(d) memoryI have been asked this question at a job interview.I'd like to ask this question from Introduction of Interrupts in chapter Interrupts and Exceptions of Embedded Systems |
Answer» CORRECT choice is (a) interrupts For EXPLANATION: The interrupts are asynchronous to the operation and THEREFORE can be used with systems that are the EVENT as opposed to the time DRIVEN. |
|