Question: In a project involving tasks A, B, C, and D, if task D can only start after task B is completed, which of the following is a possible order of tasks?
Options:
Correct Answer: B, A, C, D
Solution:
The order B, A, C, D is valid as D starts after B.