250+ TOP MCQs on Fast Interrupts and Answers

Embedded Systems Multiple Choice Questions on “Fast Interrupts”.

1. Which processors use fast interrupts?
A. DSP processor
B. RISC processor
C. CISC processor
D. Harvard processor
Answer: A
Clarification: The fast interrupts are used in the DSP processors or in microcontrollers in which a small routine is executed without saving the context of the processor.

2. Which interrupts generate fast interrupt exception?
A. internal interrupt
B. external interrupt
C. software interrupt
D. hardware interrupt
Answer: B
Clarification: The external interrupts generates the fast interrupt routine exception in which the external interrupt is synchronised with the processor clock.

3. What is the disadvantage of the fast interrupts?
A. stack frame
B. delay
C. size of routine
D. low speed
Answer: C
Clarification: The disadvantages associated with the fast interrupt is the size of routine which can be executed and the resources allocated. In this technique, it allocates a couple of address registers for the fast interrupt routine.

4. Which of the following does not have a stack frame building?
A. hardware interrupt
B. software interrupt
C. non-maskable interrupt
D. fast interrupt
Answer: D
Clarification: The fast interrupt does not have stack frame building and it does not possess any such delays. This can be considered as the advantage of the fast interrupts.

5. What is programmed to generate a two instruction fast interrupt?
A. software
B. application
C. timer
D. sensor
Answer: C
Clarification: The SCI timer generates the two instruction fast interrupt. This increment the register R1.

6. Which of the following can auto increment the register R1?
A. SCI timer
B. interrupt
C. software interrupt
D. non-maskable interrupt
Answer: A
Clarification: The SCI timer is used to generate the two instruction fast interrupt that can increment the register R1 which acts as a simple counter.

7. Which of the following forces a standard service routine?
A. READY interrupt
B. IRQA interrupt
C. NMI
D. software interrupt
Answer: B
Clarification: The SCI timer is used to generate the two instruction fast interrupt which increments the register R1 that acts as a simple counter which times the period between the events. The events itself generates an IRQA interrupt, that forces the service routine.

8. Which of the following can be used as a reset button?
A. NMI
B. internal interrupt
C. external interrupt
D. software interrupt
Answer: A
Clarification: The non-maskable interrupt is used to generate an interrupt to try and recover control and therefore, the NMI can be used as a reset button.

9. Which of the following is connected to a fault detection circuit?
A. internal interrupt
B. external interrupt
C. NMI
D. software interrupt
Answer: C
Clarification: The non-maskable interrupt is used to generate an interrupt which can be connected to a fault detection circuit like watchdog timer or parity checker.

Leave a Reply

Your email address will not be published. Required fields are marked *