Question: When a process creates a new process,There are also two address-space possibilities for the new process:
<ol>
<li>The child process is a duplicate of the parent process (it has the same program and data as the parent).</li>
<li>The child process is a Not duplicate of the parent process (it has not have the same program and data as the parent).</li>
<li>The child process has a new program loaded into it.</li>
<li>The child process has a same program loaded into it.</li>
</ol>
Answer:
MCQ: When a process creates a new process,There are also two address-space possibilities for the new process:
<ol>
<li>The child process is a duplicate of the parent process (it has the same program and data as the parent).</li>
<li>The child process is a Not duplicate of the parent process (it has not have the same program and data as the parent).</li>
<li>The child process has a new program loaded into it.</li>
<li>The child process has a same program loaded into it.</li>
</ol>