What process maintains documentation of all reported problems as well as their characteristics and final resolutions?

A. Configuration management
B. Product assurance
C. Quality management
D. Problem resolution

Answer: D

Computer Science & Information Technology

You might also like to view...

Double-clicking a macro in the Navigation Pane will ________ the macro

A) do nothing to B) run C) open D) delete

Computer Science & Information Technology

b. The value variable will contain the sum of all the values in the numbers array.

``` int[][] scores = { {88, 80, 79, 92}, {75, 84, 93, 80}, {98, 95, 92, 94}, {91, 84, 88, 96} }; ``` a. 95 b. 84 c. 94 d. 93

Computer Science & Information Technology