Question: In a scheduling set involving four tasks A, B, C, and D, if task A must be completed before task B, and task C cannot start until task D is finished, which of the following sequences is valid?
Options:
Correct Answer: D, C, A, B
Solution:
The only valid sequence is D, C, A, B, as it respects the constraints given.