Which of the following is NOT a process state?
2023
Which of the following is NOT a process state?
Answer: B. Start — A process passes through standard states such as New, Ready, Running, Waiting/Blocked, and Terminated. Ready means waiting for CPU allocation, New means the…
- A.
Ready
- B.
Start
- C.
New
- D.
Running
Attempted by 1295 students.
Show answer & explanation
Correct answer: B
A process passes through standard states such as New, Ready, Running, Waiting/Blocked, and Terminated. Ready means waiting for CPU allocation, New means the process is being created, and Running means it is executing on the CPU. “Start” is not a standard process state, so it is the correct answer.
Loading lesson…