Question:

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: Dec 29, 2024
  • INTR
  • RST 6.5
  • RST 5
  • TRAP
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

- Software interrupts are triggered by executing instructions in a program and are not related to external hardware signals. - RST 5 is a software interrupt, as it is explicitly called by the program to handle specific tasks. - Other options: INTR: A general-purpose hardware interrupt. RST 6.5: A vectored hardware interrupt. TRAP: A non-maskable hardware interrupt.
Was this answer helpful?
0
0

Questions Asked in CUET PG exam

View More Questions