problem 1 - project network\ndraw a project network from the following information. what activity(ies) is a…

problem 1 - project network\ndraw a project network from the following information. what activity(ies) is a burst activity? what activity(ies) is a merge activity?\n| id | description | predecessor |\n| ---- | ---- | ---- |\n| a | identify topic | none |\n| b | research topic | a |\n| c | draft paper | b |\n| d | edit paper | c |\n| e | create graphics | c |\n| f | references | c |\n| g | proof of paper | d,e,f |\n| h | submit paper | g |
Answer
Explanation:
Step1: Define burst and merge activities
A burst activity has more than one immediate - successor, and a merge activity has more than one immediate - predecessor.
Step2: Analyze burst activities
Activity C has successors D, E, and F. So, C is a burst activity.
Step3: Analyze merge activities
Activity G has predecessors D, E, and F. So, G is a merge activity.
Answer:
Burst activity: C Merge activity: G