A customer states their computer was fine until yesterday when they heard a pop noise and the computer stopped working. Which of the following components should the technician test FIRST?

A. Main system board
B. Processor
C. Hard disk drive
D. Power supply


Answer: D. Power supply

Computer Science & Information Technology

You might also like to view...

Use the in operator to provide some flexibility to the castle game. Allow the player in the Courtyard to go "north" or "up" to the upper Hallway, or "down" or "south" to return to the Courtyard from the Hallway.

Note: Since this method requires the use of the in keyword, it’s asking that the answer make use of strings or collections that combine both direction possibilities. So in the Hallway example, to go north or up would be represented with the string “north up”, as seen below. Alternatively one could make use of a list of both words.

Computer Science & Information Technology

The modular nature of structured programs means that work can be divided among many programmers.

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

Computer Science & Information Technology

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

1. The C-string library function strcmp compares two strings for equal length. 2. To get a complete line of 70 or so character into a C-string is as simple as declaring a long enough C-string and then using the >> operator to extract the line from the input.

Computer Science & Information Technology

The heat sink and cooling fan keep the processor from overheating

Indicate whether the statement is true or false

Computer Science & Information Technology