What is the general understanding of Read Only Memory (ROM)?
What is ROM?
What is PROM?
What is EPROM?
What is EEPROM?
How is ROM implemented?
REFER TO SLIDES
What is Random Access Memory (RAM)?
How is RAM implemented - DRAM AND SRAM
REFER TO SLIDES
What is the memory for RAM?
Mem = 1 cell = 1 bit (=1 flip-flop)
What does 1 Byte equate to?
8 bits
What does 8 data lines equate to?
1 Data Bus
What happens if there is 2 bytes?
REFER TO SLIDES
How is memory controlled?
REEFER TO SLIDES
What are some of the main memeory sizes?
kilobyte (KB = 2^10 Bytes = 1’024 Bytes),
megabyte (MB = 2^10 KB = 2^20 Bytes),
gigabyte (GB = 2^10 MB = 2^30 Bytes)
terabyte (TB = 2^10 GB = 2^40 Bytes)
How is memory size calculated?
size = number of cells * cell size
EX: A Memory module has 2M cells with 16bits per cell.
What is its size in MB? -> 2M * 2 Bytes = 4MB (as 16 bits is 2 bytes)
What is address space?
EX:
* How many address lines has a 4M * 1Byte memory module?
4M = 2^2 *2^20 = 2^22 → 22
* How many data lines has this module?
1Byte = 8 bits