1.

Which of the following is not the state of a process?(a) New(b) Old(c) Waiting(d) RunningThis question was posed to me in an interview for internship.The query is from Process Control Block in portion Processes of Operating System

Answer»

The correct CHOICE is (B) OLD

The best I can explain: There is no process state such as old. When a process is created then the process is in New state. When the process gets the CPU for its execution then the process is in Running state. When the process is waiting for an external EVENT then the process is in a Waiting state.



Discussion

No Comment Found

Related InterviewSolutions