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.