Home Common Problem Among external memories, what types of memories use magnetic media?

Among external memories, what types of memories use magnetic media?

Oct 30, 2020 am 11:46 AM
external memory memory

In external storage, the storage using magnetic media includes: floppy disk, hard disk, and tape. The floppy disk uses a soft polyester material to make a prototype negative, and is coated with magnetic material on both surfaces; the hard disk is composed of an aluminum alloy original plate coated with magnetic material; the magnetic tape is coated with a layer of granular magnetic material on the tape base Or it is evaporated and deposited with a layer of magnetic oxide or alloy film.

Among external memories, what types of memories use magnetic media?

There are many types of memory, which can be divided into main memory and auxiliary memory according to their uses. Main memory is also called internal memory (referred to as memory), and auxiliary memory is also called External memory (referred to as external memory).

External storage refers to storage other than computer memory and CPU cache. This type of storage can generally still save data after power is turned off.

The most prominent feature of internal memory is fast access speed, but small capacity and expensive price; the characteristics of external memory are large capacity, low price, but slow access speed.

Internal memory is used to store programs and data that are needed immediately; external memory is used to store programs and data that are not used temporarily. Information is frequently exchanged between internal memory and external memory.

External memory is usually magnetic media or optical disks, such as hard disks, floppy disks, tapes, CDs, etc., which can store information for a long time and does not rely on electricity to store information, but is driven by mechanical parts and is faster than the CPU It seems much slower.

Floppy Disk: Floppy DiskUse a soft polyester material to make the prototype negative, coated with magnetic material on both surfaces. Commonly used floppy disks have a diameter of 3.5 inches and a storage capacity of 1.44MB. Floppy disks read data through a floppy disk drive.

U disk: U disk is also called "flash disk" and can store data through the USB port of the computer. Compared with floppy disks, U disks have replaced floppy disks due to their small size, large storage capacity, and ease of portability.

Hard disk: Hard disk is composed of an aluminum alloy original plate coated with magnetic material. Each hard disk is composed of several magnetic discs.

Tape storage: Tape is also called sequential access memory SAM. It has a large storage capacity, but the search speed is very slow, and is generally only used as a data back-up store. There are three types of tape drives used in computer systems: reel tape drives, data streaming tape drives, and spiral scan tape drives.

Tape is a tape-shaped material carrying a magnetic layer used to record sounds, images, digital or other signals. It is the most produced and widely used magnetic recording material. . It is usually formed by coating a layer of granular magnetic material on a plastic film base (support) or evaporating and depositing a layer of magnetic oxide or alloy film. Paper and celluloid were once used as tape bases, but now polyester films with high strength, good stability and resistance to deformation are mainly used.

Optical disc storage: Optical disc refers to a disc that uses optical means to store information. It applies optical storage technology, which uses lasers to write information on a certain medium, and then uses lasers to read out the information. Optical disk storage can be divided into: CD-ROM, CD-R, CD-RW, and DVD-ROM, etc.

The above is the detailed content of Among external memories, what types of memories use magnetic media?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Which memory has the fastest access speed? Which memory has the fastest access speed? Jul 26, 2022 am 10:54 AM

The fastest access memory is "internal memory"; the memory in the computer adopts a hierarchical structure, arranged in order of speed, including internal memory, cache memory, the computer's main memory, and large-capacity disks. The memory is generally divided into RAM Random Access Memory and ROM Read Only Memory.

Can the CPU directly access data in the internal memory? Can the CPU directly access data in the internal memory? Nov 25, 2022 pm 02:02 PM

Can be accessed directly. Internal memory, also called memory, is the bridge between external memory and the CPU. All programs in the computer run in memory. The function of memory is to temporarily store calculation data in the CPU and data exchanged with external memories such as hard disks. As long as the computer is running, the operating system will transfer the data that needs to be calculated from the memory to the CPU for calculation; when the calculation is completed, the CPU will transmit the results. The operation of the memory also determines the stable operation of the computer.

What is the basis for computers to have strong memory capabilities? What is the basis for computers to have strong memory capabilities? Jul 09, 2021 pm 03:59 PM

The basis for a computer to have a strong memory capability is a storage device with sufficient capacity. Memory can be divided into internal memory and external memory. They enable computers to have powerful memory functions and can store large amounts of information. This information includes not only various types of data information, but also programs for processing these data.

Which country invented the USB flash drive? Which country invented the USB flash drive? Oct 09, 2022 pm 02:26 PM

The USB flash drive was invented in China, and Netac is the global inventor of the USB flash drive. In July 2002, Netac's "Fast Lightning External Storage Method and Device for Data Processing Systems" was officially authorized by the State Intellectual Property Office. This patent filled the 20-year gap in invention patents in the field of computer storage in China; 2004 On December 7, 2019, Netac received the basic invention patent for flash disks officially authorized by the U.S. National Patent Office.

What is the memory system in a computer system? What is the memory system in a computer system? Jul 22, 2022 pm 02:23 PM

The memory system refers to a system in a computer consisting of various storage devices that store programs and data, control components, and devices (hardware) and algorithms (software) that manage information scheduling. The storage system provides the ability to write and read information (programs and data) required for computer work, and realizes the computer's information memory function. The hierarchical structure of the storage system can be divided into five levels: register group, cache cache, main memory, virtual memory and external memory.

Is the hard disk external storage or internal memory? Is the hard disk external storage or internal memory? Feb 23, 2023 pm 04:14 PM

The hard drive is external storage. The full name of external memory is "external memory", which refers to storage other than computer memory and CPU cache. Generally, data can still be saved after power failure; external memory is usually magnetic media or optical disks, such as hard disks, floppy disks, tapes, CDs, etc., which can It stores information for a long time and does not rely on electricity to store information. However, it is driven by mechanical components and is much slower than a CPU.

What is cache? What is cache? Nov 25, 2022 am 11:48 AM

Cache is called cache memory. It is a high-speed small-capacity memory between the central processing unit and the main memory. It is generally composed of high-speed SRAM. This kind of local memory is oriented to the CPU. It is introduced to reduce or eliminate the gap between the CPU and the memory. The impact of the speed difference between them on system performance. Cache capacity is small but fast, memory speed is low but capacity is large. By optimizing the scheduling algorithm, the performance of the system will be greatly improved.

What are the characteristics of rom memory What are the characteristics of rom memory Nov 29, 2022 am 11:29 AM

The characteristic of ROM memory is that it can only read data from the memory, but cannot write information into it. The data will still exist after the computer is powered off. ROM read-only memory can only read information but cannot write information. Usually a basic input/output system is solidified in the ROM of the computer motherboard, called BIOS (Basic Input Output System); its main function is to complete the automatic power-on of the system. Inspection, initialization of each functional module in the system, basic input/output driver of the system and booting the operating system.