Question 11188 – Programming
November 11, 2023Question 10368 – Cache
November 12, 2023Software-Engineering
Question 27 |
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?
5, 5 | |
4, 5 | |
5, 4 | |
4, 4 |
Question 27 Explanation:
Note: Out of syllabus.
Correct Answer: B
Question 27 Explanation:
Note: Out of syllabus.
Subscribe
Login
0 Comments