retagged by
263 views
0 votes
0 votes

Consider the following statements regarding interrupts.

  1. If a process is interrupted during system call handling then the $\text{OS}$ will crash.
  2. If a process is interrupted during system call handling then the process is moved to the $\text{READY}$ queue.
  3. If an interrupt handler is interrupted, the $\text{OS}$ will crash.

.Which of the above statements are true?

  1. None of the above
  2. $\text{III}$ only
  3. $\text{II}$ and $\text{III}$ 
  4. $\text{I}$ and $\text{III}$ 
retagged by

Please log in or register to answer this question.

Answer:

Related questions