memory Flashcards
What does RAM stand for?
Random access memory
What is RAM?
RAM is used as the main memory in a computer. It can be read and written to. When a computer boots up, the operating system is copied from secondary storage to RAM.
What is volatile memory?
Volatile memory is temporary memory. It requires power to retain its data.
What is non-volatile memory?
Non volatile memory is permanent memory- it keeps its contents even when it has no power.
What is main memory?
Main memory is where all data, files and programs are stored while they are being used.
What happens when files are opened? Where do they go?
When software applications, documents and files are opened, they are copied from secondary storage to RAM. They stay in RAM until the files or applications are closed.
Is RAM volatile?
Yes
What happens when RAM fills up?
Computers only have limited amount of RAM. As applications are opened RAM fills up with data.
When RAM is full, data that hasn’t been used recently is moved to a location on secondary storage(virtual memory)
Why might virtual memory be needed?
Virtual memory may be needed if there are too many applications open at once, of if a particularly memory intensive application is being used.
What happens if the CPU needs to read data stored in virtual memory?
The CPU must move the data back to RAM.
Why can using virtual memory make a computer slow to respond?
It can make a computer slow to respond when switching applications or when using a memory intensive application due to data constantly moving between virtual memory and RAM.
The data transfer rates are much slower on secondary storage than RAM.
Is RAM faster than CPU cache?
Is RAM faster than secondary storage?
No
Yes
What does ROM stand for?
ROM means read only memory
Is ROM volatile?
No ROM is non volatile memory
What is ROM?
ROM comes on a small, factory made chip built into the motherboard. It contains all the instructions a computer needs to properly boot up. These instructions are called the BIOS(basic input output system).
It can only be read, not written to.