Core Memory Unit
Item Name Code (INC) 60318
![]() |
An electronic item which accepts and systematically retains digital or analog input data in such a manner as to facilitate rapid recovery of the stored information. The item consists of one or more memory array frames and wound magnetic cores. It may include core selector circuitry, signal drivers, and memory address register. See also MAGNETIC DRUM, DATA STORAGE.
Additional Information for Core Memory Unit
Core memory, also known as magnetic core memory or simply core, is a type of computer memory that was commonly used in early computer systems. It was the primary form of random-access memory (RAM) from the mid-1950s to the mid-1970s.
A core memory unit consists of a grid of tiny magnetic cores, which are small doughnut-shaped ferrite cores made of a magnetic material. Each core represents a single bit of information, either a 0 or a 1. The cores are threaded with wires that allow electrical currents to be sent through them to read or write data.
To store data in core memory, a current is sent through a selected core to magnetize it in one direction, representing a 1. To store a 0, no current is sent through the core, leaving it magnetized in the opposite direction. Reading data from core memory involves detecting the magnetic state of the cores by inducing a voltage in the wire passing through them.
Core memory was relatively slow compared to modern memory technologies, but it had several advantages. It was non-volatile, meaning it retained its data even when power was turned off. It was also highly reliable and resistant to physical damage. Additionally, core memory was relatively inexpensive compared to other memory technologies of the time.
As computer technology advanced, core memory was eventually replaced by faster and more compact memory technologies, such as semiconductor memory (e.g., dynamic random-access memory or DRAM). However, core memory played a crucial role in the early development of computers and remains an important part of computing history.