Chapter 4: RAM Flashcards

1
Q

Random-access memory (RAM)

A

Main memory that the CPU uses to store or retrieve data, which can be done in any order, regardless of whatever the CPU last accessed

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

Static RAM (SRAM)

A

RAM that does not need to be periodically refreshed, soldered directly to a printed circuity board (PCB) or integrated directly to a chip, Faster and found in smaller quantities than DRAM

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

Dynamic RAM (DRAM)

A

RAM that does need to be periodically refreshed, Every bit of information stored in a separate capacitor which loses charge over time, causing data to fade unless the capacitor is recharged or refreshed, Slower but can reach high capacities

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

Read-Only Memory (ROM)

A

Non-volatile, Historically could only be read from not written to, but now can do both

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

Synchronous DRAM (SDRAM)

A

DRAM that is synchronized to the base clock of the mobo

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

Double Data Rate (DDR)

A

Synchronized to the memory clock like SDRAM, 64-bit wide bus allowing for 8 bytes of data per cycle

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

Bandwidth or Data Transfer Rate for all types of DDR (Formula)

A

Multiply the megatransfers per second (MT/s) by 8

E.g. 200 MT/s x 8 = 1,600 MB/s

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

Number of pins in DDR1

A

184

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

Number of pins in DDR2

A

240

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

Number of pins in DDR3

A

240

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

MT/s in DDR3-1333

A

1333 MT/s

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

I/O clock speed for DDR3-1333

A

667 MHz (Half the megatransfers)

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

Data transfer rate of PC3-10600

A

10,600 MB/s

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

Number of pins in DDR4

A

288

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

Memory latency or Column Address Strobe (CAS or CL) latency

A

The slight delay the occurs while the memory module responds to the memory controller; Higher the CL number, the longer the delay

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

Single-sided memory module

A

Refers to a memory module with a single “bank” of chips that the computer’s memory controller can access all at once

17
Q

Double-sided memory module

A

Refers to a memory module with its chips divided into two “sides” known as banks; Only one “side” can be seen by the computer at any time and to use the second half, the computer must switch

18
Q

RAM Parity

A

When memory stores an extra bit (known as a parity bit) used for error detection

19
Q

Error Correction Code (ECC)

A

Can detect and correct errors in RAM; May be used by real time applications; Slowest and most expensive of RAM types