answersLogoWhite

0

Secondary storage is?æthe devices for permanent storage and it is not affected if the computer is turned on or not. Secondary storage is?æmostly known as auxiliary storage or external hardware.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Engineering

Name three examples of secondary storage devices?

The most popular secondary storage devices are hard disks, CDs, DVDs, USB Flash drive and floppy disks.


What is the complete definition of secondary storage?

Secondary storage is a device that are not attached to the computer; however, it can be inserted in order to archive additional data. Examples of secondary storage include CDs, DVDs, and floppy discs.


Ram is classified as what kind of storage in a computer system?

RAM is volatile storage, short-term storage or working memory. As opposed to a hard-drive which is non-volatile, long term storage or a mass-storage medium.


Where does a computer store a program and the data that the program is working with while the program is running?

secondary storage


Definition of memory and its types?

Memory refers to the physical devices used to store programs (sequences of instructions) or data (e.g. program state information) on a temporary or permanent basis for use in a computer or other digital electronic device. Computer Memory is two types as Primary Memory and Secondary Memory at the base of uses. The term primary memory is used for the information in physical systems which function at high-speed (i.e. RAM), as a distinction from secondary memory, which are physical devices for program and data storage which are slow to access but offer higher memory capacity. When data of Primary Memory stored on secondary memory is called "virtual memory".Primary MemoryThe term "memory" is often (but not always) associated with addressable semiconductor memory, i.e. integrated circuits consisting of silicon-based transistors and used as primary memory. Primary storage (or main memory or internal memory), often referred to simply as memory, is the only one directly accessible to the CPU. The CPU continuously reads instructions stored there and executes them as required. Any data actively operated on is also stored there in uniform manner. RAM used for primary storage is also volatile, i.e. they lose the information when not powered). Cash Memory is also a super fast then RAM and it working for only processor.There are two main types of semiconductor memory: volatile and non-volatile.Examples of non-volatile memory are flash memory (sometimes used as secondary, sometimes primary computer memory) and ROM/PROM/EPROM/EEPROM memory (used for firmware such as boot programs). Examples of volatile memory are primary memory (typically dynamic RAM, DRAM), and fast CPU cache memory (typically static RAM, SRAM, which is fast but energy-consuming and offer lower memory capacity per area unit than DRAM).Secondary MemoryThe term "storage" is often (but not always) used in separate computers of traditional secondary memory such as tape, magnetic disks and optical discs (CD-ROM and DVD-ROM). Secondary storage (also known as external memory or auxiliary storage), differs from primary storage in that it is not directly accessible by the CPU. The computer usually uses its input/output channels to access secondary storage and transfers the desired data using intermediate area in primary storage. Secondary storage does not lose the data when the device is powered down-it is non-volatile. Hard disk, CD and DVD drives are usually used as secondary storage. Some other examples of secondary storage technologies are: flash memory (e.g. USB flash drives or keys), floppy disks, magnetic tape, paper tape, punched cards, standalone RAM disks, and Iomega Zip drives.