Memory Flashcards
RAM
Random Access Memory is used as main memory in a computer
Can be read and written into (volatile)
Volatile memory
Temporary memory
Data wiped when power is lost
Non - volatile Memory
Permanent memory
keeps content even when there isn’t power
What is RAM used for
where data, files and programs are stored when being used
when a computer boots up the operating system is copied into RAM from secondary storage
RAM is slower than CPU cache, but faster than secondary storage
Virtual memory
when part of secondary storage is used as an extension of RAM when RAM is full
RAM moves data that hasn’t been recently used into virtual memory
If the CPU wants to read data from virtual Memory, it needs to be swapped out into RAM (time consuming)
ROM
Read - only memory
Can only be read, not written onto (non -volatile)
Stores BIOS -> instructions needed to boot computer up