What connector has 4 pins, is used for older IDE drives and some SATA drives, and can provide +5 V and +12 V power outputs?

A. SATA connector
B. Berg connector
C. Molex connector
D. PCIe connector


Answer: C

Computer Science & Information Technology

You might also like to view...

What does the following statement do?

vector v(10, 2); a. It creates a vector object and initializes the first two elements with the values 10 and 2. b. It creates a vector object with a starting size of 2 and initializes the first element with the value 10. c. It creates a vector object with a starting size of 10 and initializes the first element with the value 2. d. It creates a vector object with a starting size of 10 and initializes all the elements with the value 2.

Computer Science & Information Technology

Which of the following correctly represents the expression a = a + 3?

a) 3a b) a += 3 c) a + 3 d) None of the above.

Computer Science & Information Technology

Which of the following defines how a network uses close-range radio signals to communicate between two devices or objects equipped with this technology?

A. NFC B. IrDA C. VoIP D. WiMAX

Computer Science & Information Technology

The name of a two-dimensional array is a pointer to an array.

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

Computer Science & Information Technology