A project manager is developing a network diagram and needs to represent an activity that can start only after its predecessor has finished. Which dependency type does this describe?
Correct: the successor starts only after the predecessor finishes.
Why this answer
Finish-to-Start (FS) is the most common dependency where the successor cannot start until the predecessor finishes.