What process records and maintains information needed to manage a project over its lifecycle?

A. Project planning
B. Decision making
C. Information management
D. Configuration management

Answer: C

Computer Science & Information Technology

You might also like to view...

________ in File Explorer allows a Windows 8 user to view the contents of the computer's storage devices

A) Zip file B) This PC C) OneDrive D) USB flash drive

Computer Science & Information Technology

Which statement correctly passes the array items to method takeArray? Array items contains 10 elements.

a. takeArray(items[]). b. takeArray(items). c. takeArray(items[9]). d. Arrays cannot be passed to methods—each item must be sent to the method separately.

Computer Science & Information Technology