A scheduler has completed both the forward pass and the backward pass on a predictive project schedule and now wants to explain to the team what the critical path actually represents. Which statement correctly describes the critical path?
- AIt is the sequence of activities with the greatest total float, which gives the schedule its maximum flexibility.
- BIt is the longest path through the network, and its activities have zero total float. Correct
- CIt is the path that contains the single longest-duration activity in the whole schedule.
- DIt is the shortest path through the network, along which any delay is absorbed by available float.
Why A is wrong: This inverts the concept. Activities with large total float can be delayed without affecting the finish date, so they are the least constraining, not the critical path. Critical activities have the least float, not the most.
Why B is correct: The critical path is the longest duration path from start to finish, so it drives the earliest completion date. Because there is no slack anywhere along it, each of its activities has zero total float, meaning any delay pushes the project end out.
Why C is wrong: A long individual activity may sit on a short path, while many shorter activities in sequence can form a longer path. Critical path length comes from the sum along a path, not from any one activity, so this is a common trap.
Why D is wrong: This reverses the definition. The shortest path has the most slack and delays there are indeed absorbed by float, which is exactly why it is not critical. The critical path is the longest path and has no float to absorb delay.