Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Computer storage
The terms "storage" ( U.K.) or "memory" ( U.S.) refer to the parts of a digital computer that retain physical state ( data) for some interval of time, possibly even after electrical power to the computer is turned off. The anthropomorphic term memory has been used in the U.S. ever since the 20th century.1 Different types and different purposes
There are many ways in which types of memory (fast access) or storage (slower access) can be categorised. These include the following technologies:
- primary access from the CPU or secondary (indirect) access by the CPU, which was based primarily on speed of access to the memory.
- volatile or non-volatile, which is based on the technology (magnetic vs. electrical, etc.)
- read-only memory, WORMWORM means Write Once, Read Many''. It is sometimes used when discussing computer storage media that can be written to once, but read from multiple times. Examples of such storage media are CD-R and DVD-R. Paper has for centuries been a WORM storage mediu, or read-write , again based on technology.
- Random-AccessIn computer science, random access is the ability to access a random element of a group in equal time. The opposite is sequential access, where a remote element takes longer time to access. A typical illustration of this distinction is the ancient scroll or Sequential-AccessIn computer science sequential access means that a group of elements (e. data in a memory array or a disk file or on a tape) is accessed in a predetermined, ordered sequence. Sequential access is sometimes the only way of accessing the data, for example i, which is based on the mechanism of reading the memory.
- Mutable vs. Immutable storage
- BlockBlock storage refers to the direct access to random disk blocks in computer disk storage. Block storage is normally abstracted by a file system for use by programs and end users. Computer storage. or FileFile storage uses a high-level directory tree and filename semantic to abstract disk blocks for access to data storage. access
- media categories, e.g., semiconductor storageA semiconductor is a material that is an insulator at very low temperature, but which has a sizable electrical conductivity at room temperature. The distinction between a semiconductor and an insulator is not very well-defined, but roughly, a semiconducto, optical storage, phase change , magneto-optical storage, and magnetic storage, which is mainly disk-based, rather than memory-based.
Historically, "memory" referred to "magnetic core memory" in the 1950s, and then to semiconductor-based storage in the 1970s, at a time when the fastest response times were for magnetic core, and then for semiconductor memory, respectively. The evolution of usage can be glimpsed in the history of computing hardware, as the costs of the various technologies declined.
Each type of storage is suited for different purposes, and most computers contain several types: primary, secondary, and volatile.
Read more »