Lec 4 - Memory, Stacks and Computing Architectures Flashcards

1
Q

What are 3 types of ROM?

A

PROM, EPROM, EEPROM

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

What does PROM stands for and why so?

A

Programmable ROM - Programmed by a once-only irreversible operation, e.g in factory

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

What is EPROM?

A

Erasable Programmable ROM - Can be removed from the computer and erased and programmed (slowly) by using speical apparatus (e.g UV light)

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

What are some characteristics of EPROM

A
  • Sometimes called “field programmable” i.e “in the field”
  • Bulk erased: every bye erased at the same time
  • Byte programmable: Write bytes 1 by 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is EEPROM

A

Electrically erasable ROM - Can be erased and reprogrammed byte by bye in situ, but writing slower than normal reading

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

What are some variances of RAM?

A

Static RAM

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

What are characteristics of static RAM?

A

Retains information until power removed. Fast, larger area of silicon per byte, modest power requirement

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

What is the downside of static RAM?

A

Chunky - take up spaces and only retain when there is power. Also could be expensive

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

What are characteristics of Dynamic RAM?

A

Retains information as long as the contents are refreshed frequently. Smaller area of silicon per byte, low power requirement
- Does not use flip flops
- Use tiny capacitors to store electric charge
- Because of ‘charge leak’ -> require rewrite every few miliseconds

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

What are the downsides of dynamic RAM?

A

The access is slower

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

What are characteristics of SDRAM?

A
  • Hybrid of dynamic and static RAM
  • “Clocked” by the main CPU clock
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is DDR (double data rate) SDRAM?

A
  • Chips produce data on rising and falling edges -> Register in the other state -> Double rate
  • Higher data rates, e.g 64 bits/ nsec
How well did you know this?
1
Not at all
2
3
4
5
Perfectly