Secondary storage

вторичная память, память второго уровня, внешняя память, внешние запоминающие устройства в иерархии ЗУ компьютера - это память на магнитных и оптических дисках Смотри также: bulk storage, external storage, main storage, mass storage Синоним(ы): secondary memory, external storage Антоним(ы): primary memory

Англо-русский словарь компьютерных терминов

Secondary storage

1) вспомогательное ЗУ 2) внешнее [периферийное] ЗУ

Англо-русский политехнический словарь

Secondary storage

Any non-volatile storage medium that is not directly accessible to the processor. Memory directly accessible to the processor includes main memory, cache and the CPU registers. Secondary storage includes hard drives, magnetic tape, CD-ROM, DVD drives, floppy disks, punch cards and paper tape. Secondary storage devices are usually accessed via some kind of controller. This contains registers that can be directly accessed by the CPU like main memory ("memory mapped"). Reading and writing these registers can cause the device to perform actions like reading a block of data off a disk or rewinding a tape. See also DMA. Programs and data stored in secondary storage must first be loaded into main memory before the processor can use them.

Free Online Dictionary of Computing