Question: In a set of tasks where A must be completed before B, and C must be completed before A, which of the following sequences is valid?
Options:
Correct Answer: C, A, B
Solution:
The sequence C, A, B respects the order of dependencies.