A motherboard contains four memory slots. Two of the slots are colored blue and two of the slots are colored black. Which of the following would be the correct way to populate memory in the slots for best performance?

A. Slower memory in both blue slots and faster memory in both black slots
B. Memory that matches in speed and size in either both blue slots and both black slots
C. Faster memory in both blue slots and slower memory in both black slots
D. Place memory in either both black slots or both blue slots but not both at the same time

Ans: B. Memory that matches in speed and size in either both blue slots and both black slots

Computer Science & Information Technology

You might also like to view...

Draw the pictures to show how Program 94 works in the same way.

This is simply the images but with the numbers halved instead of doubled at each step.

Computer Science & Information Technology

Given Graphics object g, what method call is used to draw a line from X = 10, Y = 20 to X = 80, Y = 40?

A. g.drawLine(10, 80, 20, 40); B. g.drawLine(10, 20, 80, 40); C. g.drawLine(10, 20, 40, 80); D. g.drawLine((10, 20), (80, 40));

Computer Science & Information Technology