Question: When a process creates a new process, two possibilities for execution exist:
<ol>
<li>The parent continues to execute concurrently with its children.</li>
<li>The parent Stop to execute concurrently with its children.</li>
<li>The parent waits until some or all of its children have terminated.</li>
<li>The parent do not wait until some or all of its children have terminated.</li>
</ol>
Answer:
MCQ: When a process creates a new process, two possibilities for execution exist:
<ol>
<li>The parent continues to execute concurrently with its children.</li>
<li>The parent Stop to execute concurrently with its children.</li>
<li>The parent waits until some or all of its children have terminated.</li>
<li>The parent do not wait until some or all of its children have terminated.</li>
</ol>