Step 1: Understand the process creation sequence.
- **B**: The process creation starts with the **fork()** system call, which creates a new child process.
- **A**: After the process is created, the **exec()** system call is used by the child process to replace its memory space with a new program.
- **D**: The **exec()** system call loads a new binary file into memory and starts execution.
- **C**: The parent process can then create more children or call the **wait()** system call to wait for the child process to finish execution.
Step 2: Conclusion.
Thus, the correct order is **B, A, D, C**.
Match List-I with List-II 
Match List-I with List-II\[\begin{array}{|c|c|} \hline \textbf{Provision} & \textbf{Case Law} \\ \hline \text{(A) Strict Liability} & \text{(1) Ryland v. Fletcher} \\ \hline \text{(B) Absolute Liability} & \text{(II) M.C. Mehta v. Union of India} \\ \hline \text{(C) Negligence} & \text{(III) Nicholas v. Marsland} \\ \hline \text{(D) Act of God} & \text{(IV) MCD v. Subhagwanti} \\ \hline \end{array}\]