 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
n |
Let us start
with these states:
|
|
|
|
u |
The Running state
|
|
|
|
F |
The process that
gets executed (single CPU)
|
|
|
|
u |
The Ready state
|
|
|
|
F |
any process that
is ready to be executed
|
|
|
|
u |
The Blocked state
|
|
|
|
F |
when a process
cannot execute until some event
|
|
occurs (ex: the
completion of an I/O)
|
|