Memory Flashcards
Define ROM (read only memory)
-Memory that cannot be written, it holds data.
-ROM holds the instructions for a computer to start once the power is on.
Define non-volatile in terms of memory
Retains data even when power is off.
Define access time
the time it takes for the correct data to become available after an address is presented to the device
How has memory performance changed over time?
Manufacturers have made access time as short as possible
from 500ns to 5ns or less
How can memory devices be categorised?
-programmed by the user
-programmed by the manufacturer
Define ROM
Read only memory.
-Data cannot be overwritten after manufacturer has built the program into the chip.
What are the benefits of ROM
-Low cost
-High volume
-stable program
What are the most common user-programmable devices?
-EEPROM (electronically erasable) - written byte to byte
-Flash Memories - written in a block
What are some pros of EEPROM over Flash memory?
-EEPROM can be reporgrammed multiple times
-non-volatile
-faster than flash memory in write and erase operations
Define EPROM
Erasable programmable read only memory
-has a glass window where strong UV light erases the data
-or can erased via electrical pulses
-EEPROM/UVEPROM
Explain the importance of access time
If the access time is longer than required by the processor, errors occur.
If the access time is shorter than required, the device will be more expensive than necessary
What are the main differences between Flash and E2PROM?
-E2PROM: individual locations can be erased
-FLASH: erasing circuits are common to a block of memory cells
-Flash is more cost effective
Why is the number of write/erase cycles important?
Certain software can wear out memory if written incorrectly
Define RAM
Random access memory- volatile memory that stores information from the microprocessor or other digital devices
Define SRAM
Static RAM
-uses transistors and latches to store data
-volatile