Case-Based Critical Thinking QuestionsCase 2-1Kathy is having a difficult time understanding task dependencies, but in her new role as production manager, she will have to learn them in order to build production schedules for all of the projects that her team produces, so she turns to her colleague Amber for help. Amber suggests that the best way to teach Kathy is to give her some illustrative examples.In order to clarify the key terminology in the concept of task dependencies, Amber calls upon the examples she has provided to explain what a predecessor task is. Which of the following is an example of a predecessor task?

A. heating up the oven
B. spreading the de-icer
C. inspecting the renovation project
D. selling the tickets to the performance


Answer: A

Computer Science & Information Technology

You might also like to view...

If a programming language does not use short-circuit evaluation, what is the output of the following code fragment if the value of myInt is 0?

int other=3, myInt; if(myInt !=0 && other % myInt !=0) cout << "other is odd\n"; else cout << "other is even\n"; a. other is even b. other is odd c. 0 d. run-time error, no output

Computer Science & Information Technology

How many chart types does Excel offer?

A. 5 B. 11 C. 29 D. 50

Computer Science & Information Technology

When documents are organized in Outline view, ________ are automatically assigned to each level in the outline

Fill in the blank(s) with correct word

Computer Science & Information Technology

To combine criteria with ____________________, the criteria must go on separate lines in the Criteria area of the grid.

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

Computer Science & Information Technology