Memory Storage Media Flashcards
primary storage
main memory inside a computer
directly accessed by CPU
e.g. ROM, RAM, Cache
secondary storage
non-volatile(persistent) memory
accessed by device that is part of computer system - not directly accessed by CPU
e.g. HDD, SDD
off-line storage
non-volatile memory
isn’t permanently connected to computer(can be removed from system)
e.g. DVD, Blu-ray, CD, USB
ROM
Read only memory
stores boot program/BIOS
used to boot up computer when it is switched on
non-volatile - contents are stored when power is turned off
fixed size
contents never change(read only)
RAM
random access memory
used to store data or programs/instructions that are currently in use
volatile- contents lost when power switches off
easily expandable
contents change frequently
Virtual memory
section of hard disk
stores items in RAM that are currently not being used
allows more programs and data to be loaded when RAM is full
Adding more RAM
more memory for programs and data to be loaded into
CPU can multitask more programs
programs may run faster due to less use of virtual memory
Cache memory
temporary storage area between CPU and RAM
store frequently used instructions and data
2 advantages of cache memory
faster to access- data doesn’t need to be fetched from RAM
uses faster SRAM
1 disadvantage of cache memory
more expensive
DRAM
dynamic ram
capacitators hold bits of information(0 and 1)
transistors act as a switch to read/change capacitors value
2 advantages of DRAM
less expensive
higher storage capacity
1 disadvantage of DRAM
needs to be constantly refreshed/charged so values aren’t lost
SRAM
static ram
uses ‘flip flops’ which hold each bit of memory
used when speed is essential e.g. memory cache
3 advantage of SRAM
doesn’t need to be constantly refreshed
faster
consumes less power
Magnetic tape
magnetic storage
serial access medium
has to be read starting at beginning of tape
used for ‘cold storage’
- storing large volumes of data offline which will seldom be accessed