Question: If tasks A, B, and C are scheduled such that A must be completed before B, and B must be completed before C, which of the following sequences is valid?
Options:
Correct Answer: A, B, C
Solution:
The sequence A, B, C respects the order that A is before B and B is before C.