If a project is scheduled from a Finish date and you enter a Finish date into the Entry table for a task, then Project 2010 will automatically apply the ____ constraint type to that task.

A. Start No Earlier Than
B. Start No Later Than
C. Finish No Later Than
D. Finish No Earlier Than


Answer: C

Computer Science & Information Technology

You might also like to view...

Type parameters _____________.

a) are identifiers that are used in place of actual type names b) can be used to declare the return type c) act as placeholders for the types of the argument passed to the generic method d) All of the above

Computer Science & Information Technology

Which of the following tools can be used to deploy operating systems to the point where you do not need to physically touch the computer?

A. Windows System Image Manager (Windows SIM) B. System Center Configuration Manager C. Deployment Imaging Servicing and Management (DISM) D. Windows Imaging and Configuration Designer (Windows ICD)

Computer Science & Information Technology

To add an int value 5 to a vector v of integers, use _________.

a. v.push_back(5); b. v.add(5); c. v.append(5); d. v.insert(5);

Computer Science & Information Technology

When a new version of a system is installed, the prior release is _____, or stored.

A. archived B. deleted C. discontinued D. reinstalled

Computer Science & Information Technology