

InterviewSolution
Saved Bookmarks
1. |
Which of the following is not a process state?(a) Terminated(b) Running(c) Blocked(d) ExecutionThis question was posed to me by my school principal while I was bunking the class.My question comes from System Softwares topic in chapter Computer Software of Computer Fundamentals |
Answer» CORRECT choice is (c) Blocked To explain I would say: There is no blocked state in a process model. The different states are ready, RUNNING, EXECUTING,waiting and terminated. |
|