Chapter 4 - RAM Flashcards
The main purpose of RAM is to
a. store programs when not in use
b. load programs when asked for from Windows
a. store programs when not in use
DRAM is the acronym for _____________
dynamic random access memory
DRAM functions like a ____________, with numbered rows containing cells with each holding a one or zero.
spreadsheet
Each cell uses ____________ and __________ that can hold a single bit.
microscopic capacitors and transistors
The DRAM makers make chips that can hold
a. only a finite number of bits less than 4Mb
b. various numbers of bits determined by the manufacturer
b. various numbers of bits determined by the manufacturer
Each chip has a limit on the number of lines of code it can contain, as well as a limit on the width of the lines it can handle. It is determined by the manufacturer.
True or false
True
Techs describe chips by ____ .
bits
DRAM that has 1,048,576 rows and 8 columns wou be described as :
a. 1mbyte x 8
b. 1M x 8
c. a spreadsheet
b. 1M x 8
DRAM has been the standard RAM used in all computers since the 1970s for three reasons. What are they?
low cost, high speed, and capability to hold large amounts of data in a small package.
The original 8088 processor had an 8-bit frontside bus. This required the use of RAM that could store data in ________ chunks.
8-bit, or one byte
How did the older systems turn the 1 bit wide DRAM into 8-bit wide memory?
take eight 1-bit-wide chips and use the MCC to organize them electronically to be eight wide.
In the 8088 some complex commands required 2 bytes of data. How did the 8088 handle this requirement and what was the disadvantage.
the 8088 took 1 byte at a time, requiring the MCC to go to the RAM twice to get the 16 bit command. The disadvantage was it took twice as long.
What was the difference between the 8088 and the 8086?
8086 was identical except for a 16 bit frontside bus.
Why did Intel stay with the 8088 even with its disadvantage.
No one had created an affordable MCC or RAM that handled two bytes at a time. Cost was prohibitive.
DRAM manufacturers created wider DRAM chips that were identified as:
a. x4
b. x8
c. x16
d. all the above, and higher
e. none of the above
d. all the above, and higher (as high as x128)