Bird
Raised Fist0

Identify the bug in the following statement about the five-state process model: "A process in the Terminated state can transition back to the Ready state if it is restarted."

medium🐞 Bug Identification Q7 of Q15
Operating Systems - Process State Machine - Five-State Model
Identify the bug in the following statement about the five-state process model: "A process in the Terminated state can transition back to the Ready state if it is restarted."
AProcesses cannot transition from Terminated to Ready; they must be recreated as new processes.
BTerminated processes can be resumed directly without recreation.
CTerminated state is a temporary waiting state before Ready.
DProcesses in Terminated state automatically move to Ready after cleanup.
Step-by-Step Solution
Solution:
  1. Step 1: Understand Terminated state semantics

    Terminated means process execution is complete and resources are released.
  2. Step 2: No direct transition back to Ready

    A terminated process cannot resume; a new process must be created.
  3. Step 3: Other options misunderstand Terminated state

    Terminated is final, not temporary or automatic transition.
  4. Final Answer:

    Option A -> Option A
  5. Quick Check:

    Terminated processes require new creation, no direct Ready transition [OK]
Quick Trick: Terminated means process ended, no restart without new creation [OK]
Common Mistakes:
MISTAKES
  • Believing Terminated processes can resume
  • Confusing Terminated with Waiting
  • Assuming automatic cleanup leads to Ready
Trap Explanation:
PITFALL
  • Candidates often think Terminated is reversible without process recreation.
Interviewer Note:
CONTEXT
  • Tests understanding of process lifecycle finality.
Master "Process State Machine - Five-State Model" in Operating Systems

2 interactive learning modes - each teaches the same concept differently

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Operating Systems Quizzes