Difference between revisions of "Volatile"
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…') |
Chris Tyler (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | [[Category:Computer Architecture]] | |
'''Volatile''' storage holds data only as long as power is applied -- data is lost when power is cut. | '''Volatile''' storage holds data only as long as power is applied -- data is lost when power is cut. | ||
Latest revision as of 15:16, 6 January 2014
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