Topic 3 Theory Flashcards
What are the different types of memory
Random-access memory (RAM)
Read-only memory (ROM)
Programmable Read-only memory (PROM)
Erasable Programmable Read-only memory (EPROM)
Electrically Erasable Programmable Read-only memory (EEPROM)
Flash memory
Common properties of semiconductor memory
Exhibit two stable or semi-stable states, represent binary 1 and 0.
able to read and write.
3 functional terminals of memory cell
Select, Control, Data in/Sense
types of RAM
Dynamic and Static RAM
Definition of Dynamic RAM
made with cells to store data as charge on capacitors.
DRAM requires periodic charges being refreshed to maintain data storage
Definition of Static RAM
made with transistors with a flip-flop circuit.
Does not require periodic charges
Similarities of SRAM and DRAM
they are both volatile
Differences of SRAM and DRAM
DRAM are smaller,simpler to build, denser, less expensive and used in main memory.
SRAM are faster, more expensive and used in cache memory.
Definition of hard failures in memory error.
Permanent physical defect
memory cells cannot reliably store data.
Happens due to harsh environmental abuse, manufacturing defects, wear and tear.
Definition of soft error in memory error.
Random, non- destructive event alters contents of one or more memory cells.
No permanent damage to memory.
Power supply problems,alpha particles.
Definition of Synchronous Dynamic Random Access Memory (SDRAM)
Exchange data with CPU synchronzied to a clock signal.
Run at full speed of data bus without wait states.
SDRAM uses a burst mode to eleiminate address setup.
data transfer synchronized to rising edge.
DDR-SDRAM
doubles the data rate of regular SDRAM.
data transfer is synchronized to both rising and falling edge.
Solid State Drives (SSD) vs Hard disk Drive (HDD)
SSD is made to replace HDD.
SSD Advantages over HDD.
High-performance I/O operations per second
Durable
Longer Lifespan
Lower power consumptions
Quieter and cooler
Lower access times and latency rates
Disadvantages
more expensive,
smaller storage capacity compared to HDD
Practical issues of SSD
- Tends to slow down along usages
- Unusuable after a typical numer of 100,000 writes as lifetime of flash cell.
Memory hierarchy among nonvolatile RAM
(Fast access time but more expensive, least bit density )
SRAM (cache), DRAM (main memory), NAND FLASH, and HARD DISK (external storage)