Question: In a project with tasks P, Q, R, and S, if P must be completed before Q and R, and S can be done at any time, which of the following is a possible order of completion?
Options:
Correct Answer: P, Q, R, S
Solution:
The order P, Q, R, S respects the dependency of P on Q and R.