Jessie, the PC technician, replaced a power supply in an older ATC computer. Jessie notices that the ATX motherboard connector has more pins than the main power connector coming from the power supply. What should Jessie do?

A) Obtain a compatible power supply.
B) Replace the motherboard.
C) Obtain a 20- to 24-pin power adapter.
D) Nothing. The newer ATX power supply is compatible with both 20- and 24-pin connectors.


D

Computer Science & Information Technology

You might also like to view...

To override or change the standard UNIX input or output device, code a __________.

a. pipe b. wild card character c. filter d. redirection parameter

Computer Science & Information Technology

________ uses email messages or IMs that appear to be from those you do business with, such as your bank, credit card company, or social network

A) Phishing B) Cyberbullying C) Spoofing D) Pharming

Computer Science & Information Technology

The following algorithm represents the ____.Function Numeric unKnown(Numeric x, Numeric y)   If y = 0 Then      Return x   Else      Return GCD(y, x % y)   End IfEnd Function

A. sum of squares B. Fibonacci series C. GCD function D. factorial series

Computer Science & Information Technology

What is most commonly used for the goal of nonrepudiation in cryptography?

A. block cipher B. digital certificate C. PKI D. digital signature

Computer Science & Information Technology