102k views
3 votes
The child process can : (choose two)

a) be a duplicate of the parent process
b) never be a duplicate of the parent process
c) have another program loaded into it
d) never have another program loaded into it

User TriskalJM
by
8.8k points

1 Answer

3 votes

Final answer:

The child process can be a duplicate of the parent process and can have another program loaded into it.

Step-by-step explanation:

a) be a duplicate of the parent process

: The child process can be created by duplicating the parent process, which means it inherits all the characteristics of the parent process. This allows the child process to perform similar tasks as the parent process.

c) have another program loaded into it

: The child process can also load another program into its own memory space, allowing it to execute a different program than the parent process.

User Jibiel
by
8.1k points