Volatile
Revision as of 20:50, 15 December 2013 by Chris Tyler (talk | contribs) (Created page with '[[[Category:Computer Architecture]]{{Chris Tyler Draft}} '''Volatile''' storage holds data only as long as power is applied -- data is lost when power is cut. Examples of volati…')
[[[Category:Computer Architecture]]
Volatile storage holds data only as long as power is applied -- data is lost when power is cut.
Examples of volatile storage:
- Random Access Memory (dynamic or static RAM)
Examples of non-volatile storage:
- Flash memory
- Disk drives
- Magnetic tape