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**.
Consider the following four words, out of which three are alike in some manner and one is different.
(A) Arrow
(B) Missile
(C) Sword
(D) Bullet
Choose the combination that has alike words.
Find the next two terms of the series:
The given series is: \( A, C, F, J, ? \).
(A) O
(B) U
(C) R
(D) V
Choose the correct answer from the options given below:
