Lecture 4 Flashcards

1
Q

How is memory capacity specified?

A

By word size (8,16,32 bits) and number of bytes stored.

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

What is the unit of transfer?

A

Governed by data bus width, equal to number of bits that can be read/written at a time.
External memory transferred in larger units than a word: blocks.

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

What are four memory access methods?

A

Sequential (magnetic tape), Direct (jumping to vicinity plus sequential), Random (exact addresses, RAM), Associative (cache, comparison).

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

What are three performance parameters for memory?

A

Access time, memory cycle times (access time plus time before next access), transfer rate.

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

What are four physical types of memory?

A

Semiconductor (RAM/ROM), magnetic surface (DISK,TAPE), optical (DVD), magneto-optical (removable disk).

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

What are four physical characteristics of memory?

A

Decay, volatility, erasability, power consumption

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

What is a key design issue for RAM?

A

Memory layout or organisation

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

What are the three levels f memory hierarchy top to bottom?

A

Inboard, outboard, off line.

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

As we move from top to bottom with memory hierarchy what four factors change?

A

Cost per bit decreases, capacity increases, access time increases, frequency of access decreases.

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

What are two categories of registers?

A

User-Visible and Control/Status.
User Visible include AC, Data & Address.
Control include PC, IR, MBR, MAR, PSW

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

What are two main types of RAM?

A

DRAM: dynamic (refreshed frequently), simple (bits stored as charges in capacitors), allows high density & cheap.
SRAM: Static, uses flip flops, fast, complex so more expensive and needs more space, no refresh needed so faster, used in cache.

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

What are the five advanced DRAM technologies?

A

Enchanced, cache dram, sdram, rdram, sldram.

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

What is edram.

A

Enhanced dram is a combination of sram and dram. A small sram cache is included.

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

What is cache dram?

A

Takes advantage of small cache. SRAM component is larger than in edram.

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

What is Sdram?

A

Synchronous dram, synchronized with cpu clock, cpu doesn’t have to wait.

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

What is purpose of ROM?

A

Read only memory, store info persistently. Non volatile, BIOS and other system programs stored in it.

17
Q

What is PROM?

A

Programmable ROM, needs special equipment to program

18
Q

What is eprom?

A

Erasable, more expensive

19
Q

What is eeprom?

A

Electrically erasable, read mostly memory, more expensive again

20
Q

What is flash rom?

A

Most important memory, enhanced eeprom, high density

21
Q

What are three possible locations of memory?

A

CPU (Registers), Intenal (Main), External (Peripheral).