ALL > Computer and Education > courses > university courses > undergraduate courses > Operating System > ZSTU class(2019-2020-1) > student directories > 2017329621046-倪纯纯 >
homework-2 Version 0
👤 Author: by 491975124qqcom 2019-12-04 07:23:16
1.A process has five states: new, running, waiting, ready, terminated.

The life circle of  process starts when it is created. When it is allowed, it will be ready. The process in the ready state is allocated by the scheduling algorithm to run. When the running process receives the exit instruction, it enters the termination state, and the process ends. The running process will also receive I/O operation or event waiting requirements, thus entering the waiting state. When I/O operations and events are completed, the process is ready for the next instruction. Running processes are also ready to receive interrupt instructions.

2.Each process will occupy CPU. In order to control each process and realize CPU switching between processes, each process need to be controlled by a PCB

Please login to reply. Login

Reversion History

Loading...
No reversions found.