InterviewSolution
Saved Bookmarks
| 1. |
The process is in state when, the process is waiting for an I/O completion or reception of a signal. |
|
Answer» ong>ANSWER: READY - The PROCESS is waiting to be assigned to a processor. RUNNING - Instructions are being executed. WAITING - The process is waiting for some EVENT to OCCUR(such as an I/O completion or reception of a signal). TERMINATED - The process has finished execution. Explanation: Hope this answer is HELPFUL to u and give me thanks and take thanks please follow also &please mark me as brainlist. |
|