If you need to see information about problems and errors that have happened over time, what utility should you use?

A. Performance Monitor
B. Resource Monitor
C. Reliability Monitor
D. Services Console


Answer: C

Computer Science & Information Technology

You might also like to view...

What is i printed?

``` public class Test { public static void main(String[] args) { int j = 0; int i = ++j + j * 5; System.out.println("What is i? " + i); } } ``` a. 0 b. 1 c. 5 d. 6

Computer Science & Information Technology

If your code contains errors, the errors are listed in the ____ Errors panel at the bottom of the screen.

A. Review B. Compile C. Download D. Quarantine

Computer Science & Information Technology

Both shapes and pictures, such as photos and clip art, are treated as ____________________ in PowerPoint.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following would be a practical use for a void function?

A. returning the sum of two numbers B. returning the average of two numbers C. displaying two numbers D. calculating the area of a rectangle

Computer Science & Information Technology