Your co-worker Patrick has a Core i5 3.1 GHz CPU. Pat wants you to tell him what the bus speed is and what the maximum multiplier is. What do you tell him?

a. 3.1 GHz and 100
b. 100 and 31
c. 3.1 GHz and 31
d. 200 and 31

Answer: b. 100 and 31

Computer Science & Information Technology

You might also like to view...

You can ________ a macro that is stored in a document or template to another document or template

A) restore B) record C) copy D) write

Computer Science & Information Technology

What does the following statement do?

vector v(10); a. It creates a vector object and initializes all its elements to the value 10. b. It creates a vector object with a starting size of 10. c. It creates a vector object and initializes the first element with the value 10. d. It creates a vector object that can only store values of 10 or less.

Computer Science & Information Technology