Memory Flashcards
Week 5 - 10 (43 cards)
what is the main memory trade-off
capacity vs cost per bit vs access time
what are the 3 performance parameters
- access time
- memory cycle time
- transfer rate
what is the access time
time between presenting the address and recieving or storing the valid data
what is the memory cycle time
access time + recovery time
what is the transfer rate
the rate at which data can be moved
what is a unit of transfer
number of data lines into and out of a memory module
what is the internal unit of transfer
data bus width
what is the external unit of transfer
block
what is an addressable unit
smallest location which can be uniquely addressed
how does sequentiual access access memory
starts at the beginning of the memory and accesses records in order
what are the 3 ways to access memory
- sequential
- direct
- random
how is access time determined in sequential access
depends on the location of the data & the previous location
- highly variable
how does direct access access memory
moves to a general region of memory then uses sequential access
how is access time determined in direct access
- indiviual blocks have unique addresses
- still depends on location and previous location
how does random access access memory
allows any selected memory location to be directly addressed and accessed
how is access time determined in random access
- independent of location of previous access
- unique physical address identifies locations exactly
what are the 3 types of storage
- semiconductor
- magnetic
- optical
4 physical characteristics of memory
- information can decay naturally or be lost without electrical power
- volatile/non-volatile
- non-readable memory cannot be altered - ROM
- power consumption - influences cost
describe RAM
- read/write
- volatile - useful for temporary storage
- can be static or dynamic
describe dynamic RAM
- periodically refreshes cells as charges can leak, even when powered
- simpler & smaller
- denser & v expense
- suited to large memory requirements
- requires a refresh option - chip disabled while refreshing
describe static RAM
- cells store bits using the same on/off logic elements used in the processor, no charges to leak so no refreshing needed
- requires less circuitry
- faster
- suited for cache
describe ROM
- provides permanent data which cannot be changed
- non-volatile
what are the 2 types of memory errors
- hard
- soft
what is a hard failure
permanent physical affects