Question:medium

Choose the software interrupt from the following list:

Show Hint

Software interrupts are triggered by instructions, while hardware interrupts depend on external events.
Updated On: Feb 11, 2026
  • INTR
  • RST 6.5
  • RST 5
  • TRAP
Show Solution

The Correct Option is C

Solution and Explanation

Software interrupts are program-initiated, triggered by instruction execution rather than external hardware signals. RST 5 exemplifies a software interrupt, explicitly invoked by a program for specific task handling. In contrast, INTR is a general-purpose hardware interrupt, RST 6.5 is a vectored hardware interrupt, and TRAP is a non-maskable hardware interrupt.
Was this answer helpful?
0


Questions Asked in CUET (PG) exam