Q118
Which of the following is not process states?
A.
New
B.
Running
C.
Ready
D.
Finished
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
Finished is a not process state. Ready State– A state in which a process is ready and waiting for its execution. Blocked State– A state in which a process doesn't execute until and unless a process event occurs, like completion of an Input/output operation. Running State– A state in which the process is currently executing.