Chapter 4 Ram Vocab Flashcards

1
Q

What kind of RAM does CPUs use?

A

Dynamic random access memory (DRAM) as RAM for all PCs

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

Synchronous DRAM (SDRAM)

A

SDRAM is still DRAM, but it’s synchronous tied to the system clock, just like the CPU or MCC, so the MCC knows knows when data is ready to be grabbed from SDRAM

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

What does DIMM stand for?

A

Dual inline memory module (DIMM)

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

What is SO-DIMM?

A

Small outline DIMM (SO-DIMM)

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

Bank

A

A DIMM in any one of the DIMM slots could fit the 64 bit bus, so each slot was called a bank

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

Double data rate SDRAM (DDR SDRAM)

A

bacillus copied a proprietary memory solution developed by Rambus, doubling the throughput of SDRAM by making two processes for every clock cycle

184 pin DIMMs

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

Rambus DRAM

A

RDRAM was initially introduced a a replacement for regular SDRAM. while faster than SDRAM, RDRAM was ultimately rejected by the industry due to delays in development and high prices compared to its predecessor.

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

Extreme memory profile (XMP)

A

enables power users to overclock their RAM easily, boosting their already fast memory.

AMDs version of XMP is called AMP for AMD Memory profile.

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

Triple-channel memory architecture or quad-channel memory architecture

A

Works a lot like dual channel, but with 3 or 4 sticks of RAM instead of two.

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

Power management integrated circuit or PMIC and

A

Cooperation between hardware, bios, and os to reduce power consumption

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

Latency

A

The delay in RAMs response time

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

Error correction code RAM (ECC RAM)

A
  • detects and corrects any time a single bit is flipped, on the fly.
  • it can detect but not correct a double bit error
  • slower than regular RAM
  • only found in expensive motherboards in high end systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Registered RAM and buffered RAM

A
  • both mean a small register installed on some memory modules to act as a buffer between the DIMM and the memory controller.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Virtual memory aka virtual RAM

A

When you’ve loaded too many programs, the system swaps less used programs form RAM to the page file, opening more space for programs currently active

  • virtual memory starts by creating a page file that resides somewhere on your hard drive. — this works as a temp. Storage box. Windows removed running programs temporarily from RAM in the page file so other programs can load and run.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Disk trashing

A

If windows needs to access the page file too frequently you’ll notice that hard drive access LED going crazy as windows rushes to move programs between RAM and the page file.

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

Serial presence detect (SPD)

A

Your motherboard should detect and automatically set up any DIMM you install by using (SPD)

17
Q

Page fault

A

Is a milder error that can be caused by memory issues but not necessarily system RAM problems.

18
Q

Non maskable interrupt (NMI)

A

An interruption the CPU cannot ignore

This manifests as a proprietary crash screen —- aka the blue screen of death (BSoD) —- a bright blue screen with a scary sounding error message on it

MacOS have the spinning pinwheel of death (SPoD)