3.3 - Given a scenario, install RAM types. Flashcards

1
Q

What is memory?

A

Random Access Memory (RAM) is the most common.

But it’s not the only kind of memory.

RAM is not referring to hard drive or SSD storage Don’t mix the two terms.

Data is stored permanently on the drive.
Data and programs can only be used when moved to RAM.

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

SO-DIMM

A

Small Outline Dual In-line Memory Module.

About half the width as a DIMM.

DDR2, DDR3, and DDR4 SDRAM.

Used in laptops and mobile devices.

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

DIMM

A

Dual inline memory module.

Electrical contacts are different on each side.

64 bit data width.

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

DRAM

A

Dynamic Random Access Memory.

The memory on the DIMM.

Dynamic - Needs constant refreshing.
• Without refreshing, the data disappears.

Random access.
• Any storage location can be accessed directly.

• Unlike magnetic tape.

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

SDRAM

A

Synchronous Dynamic Random Access Memory.

or Synchronous DRAM.

SDRAM is synchronous with the common system clock.

  • Queue up one process while waiting for another.
  • Classic DRAM didn’t wait for a clock signal.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

RAM

A

Random-access memory.

Form of computer memory that can be read and changed in any order, typically used to store working data and machine code.

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

DDR vs SDR

A

Double Date Rate RAM vs Syncronous Dynamic RAM.

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

DDR2

A

Double Data Rate 2.

Twice as fast as DDR.

DDR2 will not work in DDR slots.

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

DDR3

A

Double Data Rate 3.

Twice the data rate of DDR2.
• Larger chip capacities - Maximum 16 GB per DIMM.

• No backwards compatibility.

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

DDR4

A

Double Date Rate 4.

Speed increases over DDR3.
• Faster frequencies.
• Maximum 64 GB per DIMM.

• Again, no backwards compatibility.

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

Multi-channel memory

A

Dual-channel, triple-channel, or quad-channel.

  • Memory combinations should match.
  • Exact matches are best.
  • Memory module slots are often coloured differently.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Memory that checks itself.

A

Used on critical computer systems.
VM servers, database servers, any server.

Parity memory
Adds an additional parity bit.

Won’t always detect an error.

Can’t correct an error.

Error Correcting Code (ECC)
Detects errors and corrects on the fly.

Not all systems use ECC.

It looks the same as non-ECC memory.

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