QUESTION 2
|
Process forks off a child, and the child is scheduled for execution. |
||
|
Process is interrupted by the hardware timer. |
||
|
Process yields the CPU. |
||
|
Process is forced to relinquish the CPU by its parent process. |
QUESTION 3
|
Pipes are not reliable. |
||
|
Pipes have limited capacity. |
||
|
Pipes can be used only to exchange ASCII (text) data. |
||
|
It is possible to connect a process to an existing pipe. |
QUESTION 4
|
In the process control block. |
||
|
In the registers. |
||
|
In the Ready state. |
||
|
On the disk in a file. |
2) D. Process is forced to relinquish the CPU by its parent process. 3) B. Pipes have limited capacity. 4) A. In the process control block.

QUESTION 2 Which event can NOT initiate the transition of a process from the Running state...