User Tools

Site Tools


spo600:volatile

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
spo600:volatile [2024/01/12 21:33] – created chrisspo600:volatile [2024/05/25 05:16] (current) – external edit 127.0.0.1
Line 1: Line 1:
-== Volatile ==+=====  Volatile  =====
  
-'''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.
  
 Examples of volatile storage: Examples of volatile storage:
-* Random Access Memory (dynamic or static RAM)+   Random Access Memory (dynamic or static RAM)
  
 Examples of non-volatile storage: Examples of non-volatile storage:
-* Flash memory +   Flash memory 
-* Disk drives +   Disk drives 
-* Magnetic tape+   Magnetic tape
  
-=== Other Uses of the Term "Volatile" ===+====  Other Uses of the Term "Volatile"  ====
  
 The term //volatile// can also refer to an attribute of data objects or memory regions that can be accessed by independent input/output processes or devices. Effectively, these values are subject to change over time by external factors, code, or devices, making the values appear to be unpredictable. This thwarts many types of optimizations. The term //volatile// can also refer to an attribute of data objects or memory regions that can be accessed by independent input/output processes or devices. Effectively, these values are subject to change over time by external factors, code, or devices, making the values appear to be unpredictable. This thwarts many types of optimizations.
  
spo600/volatile.1705095195.txt.gz · Last modified: 2024/04/16 18:10 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki