Non-volatile random-access memory: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Task 18 (cosmetic): eval 11 templates: hyphenate params (4×);
m Linked magnetic tape in the first paragraph
Line 2:
{{Memory types}}
{{short description|Type of computer memory}}
'''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 memory 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]].