Multiple choice

The switching of process from running state to ready state denotes ____________.

  1. occurence of an interrupt

  2. completion of input output

  3. input output request

  4. process termination

  5. process being created

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

This option is correct. Whenever an interruption occurs, the execution of currently running process stops and it goes to the ready state, where it waits to be assigned to a process.