In most current systems, ________ is the type of RAM used
A) DRAM B) SDRAM C) DDR2 D) DDR3
D
Computer Science & Information Technology
You might also like to view...
Positive numbers less than 2-127 are called ________.
A. positive underflow B. positive overflow C. negative underflow D. negative overflow
Computer Science & Information Technology
Structure variable declarations can be incorporated into a structure definition by placing a comma-separated list of variable names:
a. After struct StructureName and before the left brace. b. After the left brace and before the member declarations. c. After the member declarations and before the right brace. d. After the right brace and before the semicolon.
Computer Science & Information Technology