A motherboard supports memory module capacities of 64MB through 1GB for a total of 3GB. The motherboard has three memory slots. The customer wants 1.5GB of RAM. Which memory population is the BEST?
A) 512MB in slots 1 and 2, and 64MB in slot 3
B) 256MB in all three slots
C) 1GB in all three slots
D) 1GB in slot 1 and 512MB in slot 2
D
Computer Science & Information Technology
You might also like to view...
In the class BinaryNodeTree, the protected method inorder has a parameter visit. What is the specification for this parameter?
a. virtual b. value c. reference d. dummy
Computer Science & Information Technology
The scope of a private instance field is __________.
a. the instance methods of the same class b. inside the class but not inside any method in that class c. inside the parentheses of a method header d. the method in which it is defined
Computer Science & Information Technology