Difficulty: Easy
Correct Answer: All of the above
Explanation:
Introduction / Context:
Understanding slack (float) and the critical path is central to network-based scheduling. These concepts indicate schedule flexibility and identify the sequence of activities that determines project completion time.
Given Data / Assumptions:
Concept / Approach:
Slack (for events) is computed as LS − ES (latest minus earliest). The critical path comprises activities for which any delay directly delays the project end date. Hence, zero float defines criticality, and the sum of durations along this path is the maximum path length in the network.
Step-by-Step Solution:
Verification / Alternative check:
Forward and backward pass calculations in any CPM/PERT example confirm that delaying a critical activity increases project duration one-for-one.
Why Other Options Are Wrong:
Any single statement without the others gives a partial picture; only “All of the above” is complete and correct.
Common Pitfalls:
Confusing activity float (TF, FF) with event slack; assuming the shortest path is critical (it is the longest).
Final Answer:
All of the above
Discussion & Comments