Which Windows 7 tool gives you an overview of how a PC has behaved over time, showing important events such as application or OS crashes?

A. Performance console
B. Reliability and Performance Monitor
C. System Monitor
D. Reliability Monitor


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false (assume we're referring to class Time)?

a.Often a class’s interface and implementation will be created and compiled by one programmer and used by a separate programmer who implements the client code that uses the class. b. To hide the class’s member-function implementation details, the class-implementation programmer would provide the client-code programmer with the header Time.h (which specifies the class’s interface and data members) and the Time object code (i.e., the machine-code instructions that represent Time’s member functions). c. The client-code programmer is not given Time.cpp, so the client remains unaware of how Time’s member functions are implemented. d. The client-code programmer needs to know only Time’s interface to use the class and must be able to link its object code.

Computer Science & Information Technology

Give a statistical argument for why FCFS offers a small variance of response times.

What will be an ideal response?

Computer Science & Information Technology

A Web browser keeps track of a(n) ________ of pages visited to assist users in recalling the address of pages they have visited

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ________ is a control that has a text box and a list that is hidden until its arrow is clicked

A) input mask B) combo box C) layout D) control grid

Computer Science & Information Technology