Two-State Process Model Flashcards
In two-state process model, a process can either be in a running state or in a not running state [T/F]
True
When the OS creates a new process, it creates a process control block for the new process and adds the new process into the not running state of the system. Then, the process waits for an opportunity to execute.
Not running state
The dispatch portion of the OS selects a particular process to run. Then it enters the running state
Running state
This process model is effective only if all processes are always ready to execute. The queue in the not running state would be in a first-in-first-out (FIFO) arrangement, wherein each process in the queue is given a certain amount of time, alternately, to execute and then return to the queue, unless completed.
Two-State Process Model