InterviewSolution
Saved Bookmarks
| 1. |
If during the execution of an instruction an exception is raised then __________(a) The instruction is executed and the exception is handled(b) The instruction is halted and the exception is handled(c) The processor completes the execution and saves the data and then handle the exception(d) None of the mentionedI got this question by my school principal while I was bunking the class.Question is from Exceptions topic in chapter Input/Output Organisation of Computer Architecture |
|
Answer» Right option is (b) The instruction is HALTED and the EXCEPTION is handled |
|