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
Advantages of magnetic tape
large capacity
doesn’t take up much storage space
cost-effective for large volumes of data
Hard disk drive
- data is stored on magnetic surface of several disks that spin at many thousand times a second
- Each disk has two surfaces which can be used to store data
- disk contains concentric circles called tracks(which are divided into sectors)
- disk heads that are mounted on mechanical arms read and write the data
Flash memory
non-volatile no moving parts type of EEPROM stores data by controlling electrons used in phones, cameras and computers
EEPROM
electronically-erasable-programmable read-only memory
How flash memory stores data
- flashes an electrical current through a barrier
- electrons pass from source to the drain, and some are trapped between, on the floating gate
- this gate effect continues whether there is no electricity, and so storage remains when power is removed
How data is created on hard disk drive
by magnetising fine ferrous particles on the disk
north and south polarities represent 0s and 1s
5 advantages of flash memory
uses NAND chips - majority of solid-state storage devices use NAND technology cheaper than EEPROM quieter than HDD more potable than HDD much quicker access time than HDD
3 disadvantages of flash memory
slower than EEPROM
only allows blocks of data to be read or erased
more expensive than HDD