Chapter 4 - RAM Flashcards

1
Q

When data or programs are not being used, where are they stored?

A

In the HDD or SSD

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

When data or programs are in use, where are they moved?

A

A copy is sent from mass storage to RAM and runs

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

As CPUs data bus increased, what need also increased? Where did DRAM chip move to?

A

The need for RAM wide enough to fill the bus. They moved from being directly on the motherboard, to circuit boards called stick/modules that we know today

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

When the CPU needs certain data, it requests it from?

A

it requests it from system memory (RAM) through the Memory Controller. The process typically works as follows:

CPU Request: The CPU generates a memory address for the data it needs.
Address Bus: The memory address is sent from the CPU to the RAM via the address bus.
Memory Controller: The memory controller (often part of the CPU in modern systems) coordinates the data retrieval. It locates the data in RAM and sends it back to the CPU over the data bus.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

SDRAM

A

“Synchronous Dynamic Access Memory”

SDRAM is still DRAM, but is tied to the system clock.

Operates in sync with the processor’s clock cycles, enabling faster and predictable data access compared to asynchronous DRAM.

How it Works: It breaks data into smaller chunks and accesses it in bursts, reducing wait time by pre-fetching data.

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

DRAM

A

“Dynamic Access Memory”

Is a specific category of RAM (Random Access Memory). RAM is the general term for volatile memory, which temporarily stores data for quick access by a computer’s processor. DRAM is one of the two main types of RAM.

Needs to be constantly refreshed to retain data, as it stores data in capacitors that lose charge over time. It’s typically used as the main memory in computers because it’s cheaper and denser, which allows for more memory capacity.

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

RDRAM

A

“Ram Bus Dynamic Access Memory”

A type of DRAM designed by Rambus Inc. that offers higher bandwidth and faster speeds compared to traditional SDRAM

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

What is Throughput?

A

Throughput is the amount of data or tasks processed by a system in a given amount of time.

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

DDR2

A

DDR2 (Double Data Rate 2) is the second generation of DDR SDRAM, offering faster speeds and less power consumption

240 pin
200 SO-DIMM

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

DDR3

A

DDR3 (Double Data Rate 3) is the third generation of DDR SDRAM, which offers:

Higher speeds, architecture improvements, lower power usage

240 pins
204 SO-DIMM pins

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

DDR3L\DDR3U

A

versions of DDR3 that runs at lower voltage than standard DDR3. They are used in data centers because they generate less heat, which lowers cooling bills

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

DDR4

A

DDR4 (Double Data Rate 3) is the fourth generation of DDR SDRAM, which offers:
Higher density, lower voltage, and faster i/o speeds
288 pins
260 SO-DIMM pins

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

CAS Latency

A

CAS (“Column Array Strobe”) latency refers to the number of clock cycles memory delays before delivering data. Lower CL values are faster.

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

DDR4 (2014)

A

Higher density, lower voltage, faster I/O.

288 pin / 260 SO-DIMM.

Mega-transfers per second as opposed to MHz.

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

What types of memory do motherboards use?

A

Motherboards use buffered or unbuffered memory. Unbuffered memory is consumer RAM.

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

How can adding more RAM improve system performance?

A

Adding more RAM can reduce sluggishness and minimize hard drive usage.

17
Q

What should you check before upgrading RAM?

A

Ensure the problem is due to a lack of system memory.
Choose the correct type of RAM.
Keep RAM in anti-static bags

18
Q

What are two symptoms indicating a need for more RAM?

A

General system sluggishness.
Excessive hard drive accessing.

19
Q

Why might a computer use virtual memory?

A

When real RAM is maxed out, the OS uses part of the hard drive as virtual memory, swapping less-used programs to the page file.

20
Q

Why is DDR5 RAM significant?

A

DDR5 doubles bandwidth, decreases power consumption, and supports up to 256 GB capacity. It uses 288 pins or 262 SO-DIMM pins.

21
Q

What is ECC RAM used for?

A

ECC RAM detects and corrects memory errors on the fly. It’s slower than non-ECC memory and requires a motherboard that supports it.

22
Q

What is registered (buffered) memory?

A

Registered memory has a small register acting as a buffer between the DIMM and memory controller, helping with electrical stability in systems with large memory capacities.