Difficulty: Easy
Correct Answer: dummy
Explanation:
Introduction / Context:
Network techniques (PERT/CPM) sometimes require artificial constructs to express logic without implying real work or time consumption. Understanding these constructs ensures correct dependency modeling.
Given Data / Assumptions:
Concept / Approach:
A dummy activity is a zero-duration connector used in Activity-on-Arrow (AOA) networks to preserve logic when two activities share some but not all predecessors, or when unique identification of relationships is needed.
Step-by-Step Solution:
Step 1: Differentiate real activities (with duration) from artificial links (no duration).Step 2: Recognize that an “event” is a node (milestone), not an activity.Step 3: Identify “dummy” as the artificial, zero-time activity used to express precedence only.
Verification / Alternative check:
Classic PERT/CPM AOA notation depicts dummy as a dashed arrow with duration = 0 to represent pure dependency.
Why Other Options Are Wrong:
Common Pitfalls:
Assigning time or resources to dummies; confusing dummies with actual work or with float/slack concepts.
Final Answer:
dummy
Discussion & Comments