A technician has installed a new motherboard in a workstation, but after hardware tests, the motherboard has failed. Which of the following should the technician do FIRST before replacing the motherboard?

A. Reseat all power connections.
B. Remove the CMOS battery.
C. Install the graphics card.
D. Ground to the case.

Answer: D. Ground to the case.

Computer Science & Information Technology

You might also like to view...

The ________ is the easiest way to create a crosstab query

Fill in the blank(s) with correct word

Computer Science & Information Technology

In C++, the condition ( 4 > y > 1 ):

a. Evaluates correctly and could be replaced by ( 4 > y && y > 1 ). b. Does not evaluate correctly and should be replaced by ( 4 > y && y > 1 ). c. Evaluates correctly and could not be replaced by ( 4 > y && y > 1 ). d. Does not evaluate correctly and should not be replaced by ( 4 > y && y > 1 ).

Computer Science & Information Technology