Vidyalelo
Computer Fundamentals · Q118

Operating System

Computer Related · Computer Fundamentals · question 118

Q118

Which of the following is not process states?

A.
New
B.
Running
C.
Ready
D.
Finished
Answer

Answer: 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.