Difficulty: Easy
Correct Answer: An activity
Explanation:
Introduction / Context:CPM/PERT networks represent projects as connected elements. Distinguishing between activities, events, and durations is foundational to do forward/backward passes, compute floats, and identify the critical path.
Given Data / Assumptions:
Concept / Approach:An activity is the performance of work that takes time and resources. An event (milestone) is a point in time indicating the start or finish of activities. Duration is the measured time an activity takes, not the work itself.
Step-by-Step Solution:
Identify the task (e.g., machine setup, pour concrete, test module).Represent it as an activity (arrow or node).Associate a duration with the activity based on estimates or data.Define start/finish events (AOA) or predecessor/successor links (AON).Verification / Alternative check:Check glossary in project management standards: “activity” explicitly denotes the work to be performed.
Why Other Options Are Wrong:
Common Pitfalls:Calling milestones “activities”; forgetting that dummy activities in AOA have zero duration and carry logic only.
Final Answer:An activity
Discussion & Comments