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