After installing the processor and reassembling the computer, the system begins the boot process and suddenly turns off before completing the boot.  What should you do?

A. Turn everything off, unplug the power cord, press the power button to drain the power, open the case, and recheck the processor installation.
B. Turn everything off, unplug the power cord, press the power button to drain the power, open the case, and verify that the cooler is securely seated and connected.
C. Turn everything off, unplug the power cord, press the power button to drain the power, open the case, and rotate the processor 90 degrees in the socket.
D. Turn everything off, unplug the power cord, press the power button to drain the power, open the case, and replace power supply.


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is a part into which a DTD like the one in the accompanying figure can be divided?

A. element declaration B. strict declaration C. external subset D. root element

Computer Science & Information Technology

To create a set that consists of string elements "red", "green", and "blue", use

a. new HashSet({"red", "green", "blue"}) b. new HashSet(new String[]{"red", "green", "blue"}) c. new HashSet(Arrays.asList(new String[]{"red", "green", "blue"})) d. new LinkedHashSet(Arrays.asList(new String[]{"red", "green", "blue"})) e. new Set(Arrays.asList(new String[]{"red", "green", "blue"}))

Computer Science & Information Technology

The item marked 1 in the accompanying figure is the ____ control.

A. Stroke Color B. Fill Color C. No Color D. Fill Style

Computer Science & Information Technology

A network within an organization that uses Internet technologies is known as a(n) ________

A) inter Internet B) intranet C) superhighway D) Webnet

Computer Science & Information Technology