Multiple choice

Which of the following types of interrupts in context switching allows process to switch from running state to ready state and another process must be dispatched for execution?

  1. Memory fault

  2. I/O interrupt

  3. Clock interrupt

  4. Trap

  5. System call

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This type of interrupt in context switching allows process to switch from running state to ready state and another process must be dispatched for execution.