Which of the following data rates are supported by PC3-10600 memory?

a. 1333 MT/s and 1066 MT/s
b. 1600 MT/s and 1333 MT/s
c. 1600 MT/s and 800 MT/s
d. 1066 MT/s and 800 MT/s


Answer: a. 1333 MT/s and 1066 MT/s

Computer Science & Information Technology

You might also like to view...

To select all the text in a placeholder, you click anywhere in the text

Indicate whether the statement is true or false

Computer Science & Information Technology

To insert an equation, you would first go to the ________ group on the Insert tab

A) Illustrations B) Symbols C) Apps D) Links

Computer Science & Information Technology

The iPhone Device Firmware Upgrade (DFU) Mode enables the user to select the firmware version to install on the device

Indicate whether the statement is true or false.

Computer Science & Information Technology

Consider the following program segment.  ifstream inFile; //Line 1int x, y; //Line 2... //Line 3  inFile >> x >> y; //Line 4  Which of the following statements at Line 3 can be used to open the file progdata.dat and input data from this file into x and y at Line 4?

A. inFile.open("progdata.dat"); B. inFile(open,"progdata.dat"); C. open.inFile("progdata.dat"); D. open(inFile,"progdata.dat");

Computer Science & Information Technology