A _____ is the critical date for completing a major part of aproject.
a. project schedule
b. project milestone
c. project deadline
d. project evaluation
b. project milestone
A project milestone is a critical date for completing a major part of aproject. Major parts include program design, coding, testing, and release (for a programming project).
Computer Science & Information Technology
You might also like to view...
How many times will PETE be displayed when the following lines are executed?
For c As Integer = 15 to -4 Step -6 lstBox.Items.Add("PETE") Next (A) 1 (B) 2 (C) 3 (D) 4
Computer Science & Information Technology
A portion of code that performs a specific task and returns a value is known as a(n)
a) variable b) method c) operand d) identifier
Computer Science & Information Technology