Consider the following statements regarding interrupts.
(1) If a process is interrupted during system call handling then the OS will crash.
(II) If a process is interrupted during system call handling then the process is moved to the READY queue.
(III) If an interrupt handler is interrupted, the OS will crash.
Which of the above statements are true?1
l and Ill
2
III only
3
II and IIII
4
None of the above