Difference between revisions of "Volatile"

From CDOT Wiki
Jump to: navigation, search
(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…')
 
 
Line 1: Line 1:
[[[Category:Computer Architecture]]{{Chris Tyler Draft}}
+
[[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 16: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