Question: In a set of tasks where A must be completed before D, and D must be completed before E, which of the following is a valid order?
Options:
Correct Answer: A, D, E
Solution:
The order A, D, E respects the constraints that A is before D and D is before E.