Question:medium

Consider the following statements about interrupts.
Statement-I: Internal interrupts are synchronous with the program while external interrupts are asynchronous.
Statement-II: Internal interrupts are called traps. The correct answer is

Show Hint

Internal Interrupts = Traps = Synchronous External Interrupts = Hardware Interrupts = Asynchronous
Updated On: Jun 25, 2026
  • Statement-I is true, but Statement-II is false
  • Both Statement-I and Statement-II are true
  • Statement-I is false, but Statement-II is true
  • Both Statement-I and Statement-II are false
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0