Non-volatile random-access memory: Difference between revisions

Content deleted Content added
m Rewrote a chemical formula using the chem2 template so that its' not tagged as a typo by automated spellcheckers.
Added link to sequential access memory
Tags: Visual edit Mobile edit Mobile web edit
Line 2:
{{See also|Nonvolatile BIOS memory}}
{{Memory types}}
'''Non-volatile random-access memory''' ('''NVRAM''') is [[random-access memory]] that retains data without applied power. This is in contrast to [[dynamic random-access memory]] (DRAM) and [[static random-access memory]] (SRAM), which both maintain data only for as long as power is applied, or such forms of [[Sequential access memory|sequential-access memory]] such as [[magnetic tape]], which cannot be randomly accessed but which retains data indefinitely without electric power.
 
[[Read-only memory]] devices can be used to store system [[firmware]] in [[embedded system]]s such as an automotive ignition system control or home appliance. They are also used to hold the initial processor instructions required to [[Bootstrapping|bootstrap]] a computer system. Read-write memory can be used to store calibration constants, passwords, or setup information, and may be integrated into a [[microcontroller]].