Question 10
1 pts
Which of the following statements correctly describes the handling of
exceptions and interrupts in the MIPS architecture?
The Cause register in MIPS holds the address of the offending instruction
when an exception occurs.
In MIPS, an exception that occurs due to an arithmetic overflow is referred
to as an interrupt.
For a vectored interrupt in MIPS, the cause of the exception determines the
address to which control is transferred.
The Exception Program Counter (EPC) in MIPS stores the cause of the
exception and is used to determine the appropriate action by the operating
system.