Module 5 First Half
Module 5 First Half
7. Allocate Resources
Assign team members, tools, and other resources to each
scheduled task.
Example: A designer is assigned to UI design, a database
administrator (DBA) to database design, and developers to
coding tasks.
What is a Dangle?
A dangle is an unconnected node or activity in the network.
It represents a task that either:
o Starts without a preceding activity.
o Ends without leading to any subsequent activity.
Problems Caused by Dangles
1. Logical Inconsistency: It suggests incomplete dependencies in
the project.
2. Difficulty in Scheduling: Makes it hard to compute the critical
path and project timeline.
3. Poor Representation: Causes confusion in project planning and
execution.
Resolving a Dangle
To resolve a dangle, you must:
1. Identify Missing Dependencies: Connect the dangle to the
correct preceding or succeeding activity.
2. Redefine Relationships: Ensure all activities are part of the
logical sequence.
3. Review the Network: Check for errors or missing connections.