Which of the following would a technician install if the motherboard supported a maximum bus speed of 400MHz and the user wanted the memory to run at the maximum bus speed within the manufacturer's specifications?

A. PCI600
B. PC2100
C. PC2700
D. PC3200


Answer: D. PC3200

Computer Science & Information Technology

You might also like to view...

To prepare for disaster recovery, an organization must have which of the following?

a. Multiple servers b. Multiple routers c. A wiring plan d. A backup plan

Computer Science & Information Technology

What is the UNIX/Linux philosophy?

What will be an ideal response?

Computer Science & Information Technology

Overloaded functions and operators demonstrate

A. Execution-time polymorphism. B. Run-time polymorphism. C. Compile-time polymorphism. D. None of the Above.

Computer Science & Information Technology

Describe the output produced by this poorly indented program segment:

int number = 4; double alpha = -1.0; if (number > 0) if (alpha > 0) cout << "Here I am!" << endl; else cout << "No, I’m here!" << endl; cout << "No, actually, I’m here!" << endl;

Computer Science & Information Technology