2.1 PRIMARY storage (ram, rom) Flashcards
benefits of primary storage
- very quick directly accessed by the cpu
- typically smaller in storage size
- called ‘main memory’
- ram and rom
storage is split into two types, what are they?
volatile and non volatile
what is volatile storage?
temporary - data is lost when power is turned off
what is non volatile storage?
saves the data even when not being powered. data stored long term.
explain the type of storage ram is
volatile
primary storage
explain the type of storage rom is
non volatile
primary storage
read only
why do we need primary storage?
program instructions and data must be copied from the hard drive into RAM: we need it for the speed
what is virtual memory?
if there is insufficient space in ram for all the programs the computer runs it can use the HDD as an exetention of RAM
what happens when you need to use data stored in virtual memory?
it is moved back to RAM