Answer (Choose 1 answer)
Which is the correct description of transitions between process states below? (see picture)
A. 1: Process blocks for input; 2: Input becomes available; 3: Scheduler picks another process; 4:Scheduler picks this process
Running
3
1
2
B. 1: Process blocks for input; 2: Scheduler picks this process; 3: Scheduler picks another process; 4:Input becomes available
C. 1: Process blocks for input; 2: Input becomes available; 3: Scheduler picks this process; 4: Scheduler picks another process
Blocked
Ready
D. 1: Process blocks for input; 2: Scheduler picks another process; 3: Scheduler picks this process: 4:Input becomes available
4
Exit 20