memory and storage Flashcards
what is an example of primary storage
RAM/ROM
what is a characteristic of memory
volatile
what is a characteristic of storage
non-volatile
what does volatile mean
if something is volatile it loses all its data when it is switched off
how does a computer access data from secondary storage
secondary storage-primary storage-CPU
can the CPU directly access RAM
yes
what does RAM hold
data and instructions currently in use by the processor
what is the typical size of RAM
4-32GB
is RAM volatile
yes
what are the 2 types of RAM
SRAM and DRAM
is ROM volatile
no
why is ROM used
some programs and data need to be permanently stored in memory
how big are instructions on ROM chips
4-8MB
can you read and write to a ROM chip
no you can only read
what does ROM store
bootstrap loader
what does bootstrap loader do(2)
runs when computer turns on and it contains instructions to find and run the operating system
what is BIOS(2)
allows computer to run without secondary storage and allows control over basic technical configuration
what does EEPROM stand for
electrically erasable programmable read only memory
what can EEPROM do
data can be erased and replaced electronically
what are instructions on ROM called
firmware
when does virtual memory occur
when we run out of RAM
what is virtual memory used for
store extra programs not being used
where is virtual memory held
hard disk/secondary storage
what is an advantage of virtual memory
allows and increase to the amount of memory available for applications when RAM is full