Flash memory

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=physical }} '''Flash memory''' is solid-state nonvolatile computer memory, which can be read and written and keeps its values even with power off. A ...")
 
(Replace contents from the flash memory category to avoid unnecessary duplicates that are needed for housekeeping.)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
{{FormatInfo
+
{{:Category:Flash memory}}
|formattype=physical
+
}}
+
 
+
'''Flash memory''' is solid-state nonvolatile computer memory, which can be read and written and keeps its values even with power off. A common use is for [[thumb drive]]s, but there are many other devices which use it for storage.
+
 
+
The two main types are NAND and NOR, named after the logic gates they resemble. NAND memory is written or read in blocks, so it is suitable for substituting for disk drives (which read and write in sectors). NOR memory can read or write single bytes, so it can substitute for RAM.
+
 
+
Before flash memory, nonvolatile memory consisted of EPROMs, which could only be rewritten in their entirety (and then behaved like ROMs until rewritten again), and EEPROMs which could be rewritten in small blocks or single bytes, but were slow.
+
 
+
== Links ==
+
* [[Wikipedia:Flash memory|Wikipedia article]]
+
* [http://139.138.48.19/pdf/NAND/Toshiba/NandDesignGuide.pdf.pdf NAND flash applications design guide (Toshiba)]\
+

Latest revision as of 02:00, 16 August 2025

File Format
Name Flash memory
Ontology

Flash memory is solid-state non-volatile computer memory, which can be read and written and keeps its values even with power off. Common uses include Solid-State Drive, thumb drives, and many other devices which uses it for storage. A type of "managed Flash memory" is Secure Digital (SD).

The two main types are NAND and NOR, named after the logic gates they resemble. NAND memory is written or read in blocks, so it is suitable for substituting for disk drives (which read and write in sectors). NOR memory can read or write single bytes, so it can substitute for RAM.

Before flash memory, non-volatile memory consisted of either Eraseable Programmable Read Only Memory (EPROM) which could only be reprogrammed via exposing the transparent window to ultra-violet light, or Electronically Eraseable Programmable Read Only Memory (EEPROM) which could be rewritten in small blocks or single bytes, but were slow. Once data is written, these behaves like Read Only Memory(ROM)

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox