You must start working on the company website (Task 1 ) before you can finish marketing materials (Task 2 ) is an example of the ________ task dependency type in Project 2013

A) Finish-to-Finish B) Start-to-Finish C) Finish-to-Start D) Start-to-Start

B

Computer Science & Information Technology

You might also like to view...

Which of the following methods of the ADT stack accepts a parameter?

a) push b) pop c) createStack d) peek

Computer Science & Information Technology

The following 4 lines of C++ code, use strings.

``` string firstName; // Define a string object char lastName[7]; // Define a C-string firstName = "Abraham"; // Assign a value to the string object lastName = "Lincoln"; // Assign a value to the C-string ```

Computer Science & Information Technology