Case-Based Critical Thinking QuestionsCase 3-2Your manager is squeezing you hard-your project is two days overdue. You huddle with your team to weigh your options and brainstorm some solutions.Which of the following is a valid means of modifying task information to shorten the critical path, according to your colleague Peter? Assume that the design task and the photo research task are both critical tasks.

A. Add FS dependency between the design and the photo research.
B. Change an FS dependency between the design and the photo research to an SS dependency.
C. Add positive lag time to an FS dependency between the design and the photo research tasks.
D. Either A or B


Answer: B

Computer Science & Information Technology

You might also like to view...

________ enable you to specify, with a single method declaration, a set of related methods;______ enable you to specify, with a single class declaration, a set of related classes.

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

Computer Science & Information Technology

A(n) _________ is a digital representation of an image, such as a digital photo, clip art, a scanned drawing, or an original image created using a software program. A. graphic B. animation C. video D. audio

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

Computer Science & Information Technology

A(n) _________ should show the tables and their fields, data types, and relationships

A) extensible markup language B) database documenter C) database documentation D) entity relationship diagram

Computer Science & Information Technology

What is required to fix the following invalid code? do {    x++; } while (x

A. add a semicolon after the condition B. remove the braces C. put the condition after the do clause D. add //begin loop after the do clause

Computer Science & Information Technology