What is the correct total time?
What will be an ideal response?
If you use the technique described on page 75, the correct answer is 31 days. However, the method in the textbook does not take into account the concepts of workdays vs. calendar days. For example, suppose you wanted the project to start on June 11, 2012. If you enter the WBS data into Microsoft Project and use a standard five-day calendar, the project will end on July 23, which represents 42 calendar days to complete. Either method is fine, as long as it is explained clearly.
You might also like to view...
Which command would show the current working directory?
A) passwd B. dd C. chmod D. pwd
Which of the following is an illegal use of function put?
a. cout.put( 'A' ); b. cout.put( "A" ); c. cout.put( 'A' ).put( '\n' ); d. cout.put( 65 );