Which state does a process enter if it completes its execution loop but its parent process has not yet read its exit status value via system routines? MCQ with Answer and Explanation
Explanation:
A normal process lifecycle generally progresses from its creation (New), placement in queue (Ready), actual execution (Running), to completion (Terminated).
No comments yet. Be the first to start the discussion!