Ready Not Running
A trace of two processes on one CPU. Process0 issues a disk read at time 3 and the I/O completes during time 7.
| time | Process0 | Process1 | notes |
|---|---|---|---|
| 1 | Running | Ready | |
| 3 | Running | Ready | Process0 issues the read |
| 4 | Blocked | Running | Process1 gets the CPU |
| 6 | Blocked | Running | |
| 7 | ? | Running | the disk I/O completes |
| 9 | Running | - | Process1 has exited |
What is Process0's state at time 7?
Sign in to answer questions and track your progress
Sign In