You are called by a customer complaining that there computer is getting slower over time. You check the CPU utilization and it varies between 95% and 100%. You close some programs and the CPU drops to 20%. The next day the same customer calls back with the same problem. What tool will you use to resolve the issue?

A. MSTSC
B. MSConfig
C. PerfMon
D. Task Manager


Answer: D. Task Manager

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. For each animation frame, FuncAnimation calls a function that you define to specify how to change the plot. b. Displaying animation frames to the screen is relatively fast compared to the die rolls, which occur at the computer’s CPU speeds. c If we roll only one die per animation frame, we won’t be able to run a large number of rolls in a reasonable amount of time. You can increase the execution speed of the simulation by rolling the die more times per animation frame. d. All of the above statements are true.

Computer Science & Information Technology

Shapes with ____ fills can take an exceptionally long time to load.

A. color B. gradient C. vector D. Both a and c

Computer Science & Information Technology

"0, 1, 2, 3, 5, 8, 13, 21, 34" are the first few numbers of the Fibonacci series.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

StringBuilder greeting = new StringBuilder("Welcome"); ? Use the append() method to add the characters "home" to the end of the StringBuilder object created above.

What will be an ideal response?

Computer Science & Information Technology