Which of the following is not a component of project management?

A. goals and objectives
B. timeline
C. end user evaluation
D. resources


Answer: C

Computer Science & Information Technology

You might also like to view...

Which one of the following declaration statements is not a value type?

a. decimal gross Pay = 0.0m; b. int player Score = 0; c. bool qualify = false; d. Random rand = new Random();

Computer Science & Information Technology

Which of the following statements sets the words on a button to "Push Me"?

(A) btnButton.Name = "Push Me" (B) btnButton.Text = Push Me (C) btnButton.Text = "Push Me" (D) btnButton =" Push Me"

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. When included in the Text property of a button, the && symbols placed side by side will display as a single & character. 2. When you declare a constant, you must assign it an initial value. 3. A form’s Load event takes place when the user first clicks on the form at run time. 4. A variable is a storage location on a computer’s hard drive that holds information while the computer is off.

Computer Science & Information Technology

Software Windows 10 uses to understand and use the features of a printer is known as which of the following?

A. shared printer B. print server C. print firewall D. printer driver

Computer Science & Information Technology