Content deleted Content added
Refreshing each cell every 64 ms is closer to a dozen times a second than a million times a second. Which systems need ECC is better covered in the ECC memory article. |
Reflist |
||
Line 1:
{{short description|Methods used to implement electronic computer data storage}}
'''Memory architecture''' describes the methods used to implement electronic computer data storage in a manner that is a combination of the fastest, most reliable, most durable, and least expensive way to store and retrieve information. Depending on the specific application, a compromise of one of these requirements may be necessary in order to improve another requirement. Memory architecture also explains how binary digits are converted into electric signals and then stored in the memory cells. And also the structure of a memory cell.
For example, [[dynamic memory]] is commonly used for [[primary data storage]] due to its fast access speed. However dynamic memory must be repeatedly [[memory refresh|refreshed]] with a surge of current dozens of time per second, or the stored data will decay and be lost. [[Flash memory]] allows for long-term storage over a period of years, but it is much slower than dynamic memory, and the static memory storage cells wear out with frequent use.
Line 54:
*[[von Neumann architecture]]
*[[X86 memory segmentation]]
==References==
{{Reflist}}
[[Category:Computer memory]]
|