retagged by
3,293 views
0 votes
0 votes

A software project plan has identified ten tasks with each having dependencies as given in the following table:

Task Depends On
T1 -
T2 T1
T3 T1
T4 T1
T5 T2
T6 T3
T7 T3, T4
T8 T4
T9 T5, T7, T8
T10 T6, T9

Answer the following questions:

  • (Q1)  What is the maximum number of tasks that can be done concurrently?
  • (Q2)  What is the minimum time required to complete the project, assuming that each task requires one time unit and there is no restriction on the number of tasks that can be done in parallel ?
  1. 5, 5
  2. 4, 4
  3. 4, 5
  4. 5, 4
retagged by

1 Answer

Best answer
1 votes
1 votes
Answer: C

T5, T6, T7 and T8 can be done concurrently.

T1 -> T2 -> T5 -> T9 -> T9 -> T10 yields the minimum time required to complete the project.
selected by
Answer:

Related questions