A DIMM is commonly installed _____
A) At a 45-degree tilt
B) While the computer is powered (hot swappable) or powered off
C) Straight down into the socket
D) With the module keys facing inward toward the module
C
You might also like to view...
The BorderLayout layout manager:
a. divides an area into five regions: NORTH, SOUTH, EAST, WEST and CENTER. b. divides an area into five regions: UP, DOWN, LEFT, RIGHT and MIDDLE. c. orders components vertically. d. order components horizontally.
Class templates allow you to create one general version of a class without having to
A) write any code. B) use member functions. C) use private members. D) duplicate code to handle multiple data types. E) None of the above
The equal comparison operator in Java is __________.
a. <> b. != c. == d. ^=
When you print an image, the resolution should be somewhere between ____ ppi.
a. 50 and 100 b. 75 and 100 c. 200 and 400 d. 600 and 800