Chapter 4 - RAM Flashcards

1
Q

The main purpose of RAM is to

a. store programs when not in use
b. load programs when asked for from Windows

A

a. store programs when not in use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

DRAM is the acronym for _____________

A

dynamic random access memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

DRAM functions like a ____________, with numbered rows containing cells with each holding a one or zero.

A

spreadsheet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Each cell uses ____________ and __________ that can hold a single bit.

A

microscopic capacitors and transistors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

b. various numbers of bits determined by the manufacturer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Techs describe chips by ____ .

A

bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

b. 1M x 8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

DRAM has been the standard RAM used in all computers since the 1970s for three reasons. What are they?

A

low cost, high speed, and capability to hold large amounts of data in a small package.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The original 8088 processor had an 8-bit frontside bus. This required the use of RAM that could store data in ________ chunks.

A

8-bit, or one byte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How did the older systems turn the 1 bit wide DRAM into 8-bit wide memory?

A

take eight 1-bit-wide chips and use the MCC to organize them electronically to be eight wide.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In the 8088 some complex commands required 2 bytes of data. How did the 8088 handle this requirement and what was the disadvantage.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What was the difference between the 8088 and the 8086?

A

8086 was identical except for a 16 bit frontside bus.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Why did Intel stay with the 8088 even with its disadvantage.

A

No one had created an affordable MCC or RAM that handled two bytes at a time. Cost was prohibitive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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

A

d. all the above, and higher (as high as x128)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Multiple DRAM put on a small circuit board called a stick or module is called a _____________.

A

SIMM, or single inline memory module

17
Q

A motherboard can accept any SIMM on the market. True or False.

A

False, must use the motherboard documentation to find the corrrect SIMM for each motherboard.

18
Q

Most modern CPUs have at least a ____ bit frontside bus which requires a MCC that can handle ____ bits of data at a time.

A

64, 64

19
Q

Modern DRAM generally come in ___ and ___ data form factor with a varying number of chips.

a. 8, 16
b. 8, 32
c. 32, 64
d. 64, 128

A

c. 32, 64 Techs describe these memory modules by their width, x32 or x64. When discussing the memory, you need to know if the person is talking DRAM width or the module width.

20
Q

Define SDRAM.

A

synchronous dynamic random access memory

21
Q

Why is SDRAM synchronous?

A

it is tied to the system clock, which reduces wasted time.

22
Q

SDRAM is on a stick called a DIMM (dual inline memory module, which has a different number of pins depending on what computer it is used. Where are the following pin sizes used :

a. 168 pins
b. 68 pins
c. 144 pin micro DIMM
d. 172 pin micro DIMM
e. 72 pin, 144 pin and 200 pin small outline DIMM (SO-DIMM)

A

a. desktop
b. laptop
c. laptop
d. laptop
e. laptop

23
Q

Of the DIMMs named in question 22, all are 64 bit wide data to match the 64 bit frontside bus except which one? What is the width of this DIMM?

A

72 pin, 32 bit SO-DIMM

24
Q

All modern PCs can use SDRAM. True or false

A

False. the motherboard must be designed to use SDRAM.

25
Q

A SDRAM DIMM installed in a slot can handle the 64 bit bus, and is referred to as a _________.

A

bank.

26
Q

Using 72 pin SODIMM would require two sticks to make a bank because the width of the SODIMM is ___bits.

A

32

27
Q

SDRAM is tied to the system clock, so its clock speed matched the:

a. MCC speed
b. frontside bus speed.
c. none of the above

A

b. frontside bus speed.

28
Q

Five speeds were commonly used on the early SDRAM systems. The were:

a. 10, 100, 133, 150, 200 MHz
b. 75, 90, 100, 133, 150 MHZ
c. 66, 75, 83, 100, 133 MHz

A

c. 66, 75, 83, 100, 133 MHz

29
Q

RAM speed has to match or exceed the system speed to keep the computer stable. True or False

A

True

30
Q

SDRAM speeds were prefixed by PC, i.e. PC66. If a frontside bus has a speed of 100MHz, you will have to have a RAM speed of:

a. PC75
b. PC100
c. PC100 or PC133
d. PC100 or PC150

A

c. PC100 or PC133