Memory Flashcards
What are the two types of storage?
Primary Storage - RAM , ROM
Secondary Storage - Magnetic, Optical, Solid State
What are the properties of ROM?
It is read only meaning it cannot be changed.
Responsible for BIOS.
It is non-volatile (never loses its contents).
Is expensive per unit of storage.
What are the properties of RAM?
It is volatile - all data is lost after computer is turned off.
Random access- any part of the computers data can be accessed.
Typically faster than secondary storage.
Is expensive per unit of storage.
What is the BIOS?
The Basic Input Output System.
Stored in ROM.
Usually loads an operating system and checks the system for errors.
What are 3 flash memory devices?
ROM chips.
Solid State Drives.
Secure Digital (SD) Cards.
What are 4 properties of flash memory?
Fast access. Robust. Non-volatile. Short Lifetime - Can only be rewritten so many times. High capacity (for their physical size).
What is flash memory?
It’s type of memory technology used to create primary or secondary storage.
What is virtual memory?
It is a technique where secondary storage is used as if it were RAM when there is a limited amount of space.
What are 2 issues with virtual memory?
It can damage the health of SSDs.
It can hinder performance.
There might be limited space in secondary storage.
How does virtual memory use “paging”?
Memory in RAM is split into pages.
These are then transferred to virtual memory when not being used.
Then when they are required again they are transferred back to the RAM for use.
A “page” will only be transferred to virtual memory if:
There is space in secondary storage.
The RAM is full.
The page is not being used.