A PERT diagram is useful when:

A) activities can be done in parallel rather than sequence.
B) there is no slack time available.
C) the project team needs to know which activities should be done at which point in time.
D) activities do not have any precedent activities.


A) activities can be done in parallel rather than sequence.

Computer Science & Information Technology

You might also like to view...

Why is it an error to add a const modifier, as shown to the declaration for the member function input given here?

``` class BankAccount { public: void input( ) const; // other members }; ``` What will be an ideal response?

Computer Science & Information Technology

In a graph with v vertices and e edges, which of the following maxi mum sizes is not correct for a shortest path computation?

a. v for the number of adjacency lists b. e for the total size of all adjacency lists c. e for the size of the dictionary d. v for the size of the queue e. all of the above are correct

Computer Science & Information Technology

10. Draw a sequence diagram for the daytime protocol.

What will be an ideal response?

Computer Science & Information Technology

In the figure above, the number 6 refers to the _____ button.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology