Is rom internal memory or external memory?
ROM is memory, a solid-state storage. ROM is also called read-only memory. It can only read out the solid-state semiconductor memory that has stored data in advance. The characteristic of ROM is that it can be written once and read repeatedly.
ROM belongs to memory. ROM is also called read-only memory. It can only read the solid-state semiconductor memory that has stored data in advance. The difference between ROM and RAM is that ROM is characterized by writing once and reading repeatedly; RAM is characterized by random access, and the two are often easily confused.
In a broad sense, memory refers to the three parts of Cache, ROM and RAM. The Cache is now inside the CPU, the ROM is on the motherboard and is used to store the BIOS, and the installed memory refers to It's RAM. Solid-state semiconductor memory that can only read previously stored data.
Mobile phone memory is generally divided into running memory RAM and body storage memory ROM.
Running memory RAM: equivalent to computer memory, used for data exchange and instruction processing. The larger the memory, the faster the running speed. The running memory RAM of mobile phones generally cannot be expanded;
Body storage memory ROM: equivalent to the hard disk of a computer, used to store data, files, and information. The larger the space, the more things can be stored. For example, an extended SD card can be inserted, which is also an expansion of the ROM.
In computers, when the running memory RAM is insufficient, part of the ROM can be called as a cache, but this is generally not possible on mobile phones. When the running memory RAM of the mobile phone is insufficient, the only solution is to clean it up.
In layman’s terms, rom is solid-state storage and ram is dynamic storage. The two biggest differences can be seen literally. The ROM is equivalent to a permanent hard drive. Storing things on it can be used repeatedly and is not easy to lose! RAM is equivalent to the C drive on an Internet cafe computer. Data will be lost due to restarting and other reasons, and it will act as a cache on the phone! As for applications such as qq, they are installed on rom! There is also an SD card that increases the total memory of the phone, but to a certain extent, the SD card is equivalent to a ROM. The former is more flexible to use! By the way, rom and ram are chips that must be installed during mobile phone manufacturing. It is an important component of a mobile phone!
The above is the detailed content of Is rom internal memory or external memory?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



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.

Characteristics of cache: A one- or two-level high-speed, small-capacity memory set between the CPU and the main memory. The information is naturally lost when the computer is powered off. Characteristics of ROM: 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. Characteristics of ram: it can read data from the memory and write information to the memory; it is used to store commands, programs and data required to run the program; information is naturally lost when the computer is powered off.

rom is read only memory. Read-only memory works in a non-destructive read-out manner and can only read information but not write it. Once the information is written, it is fixed and will not be lost even if the power is turned off, so it is also called fixed memory.

Difference: 1. RAM is random access memory, which is a kind of memory used to temporarily store data and instructions in computers, while ROM is read-only memory, which can only read pre-stored data but cannot write data. Memory; 2. RAM is mainly used to store programs and data used during short-term operation, while ROM is often used to store fixed programs and data, such as operating system boot programs, important parameter settings, etc.; 3. RAM can For reading and writing, the stored content can be changed at any time, while the data in ROM can only be read and cannot be modified.

RAM and ROM are two common types of memory in computers. Although their names are similar, their functions and features are quite different. First, RAM (Random Access Memory) is a type of temporary memory used to store and retrieve data while the computer is running. It is called "random access" because it can randomly access any location in memory. RAM generally has faster read and write speeds and shorter access times, allowing the computer to execute programs and manipulate data faster. However, RAM data is volatile and also

In computer terminology, ROM refers to "read-only memory". Information has been solidified in the memory and can only be read, but cannot be rewritten. The characteristic of ROM is that the information written into the memory can be stored for a long time and the information will not be lost due to power outage. When the computer is running, it can only read out the information in the read-only memory and cannot write any more information.

RAM (RandomAccessMemory, random access memory) and ROM (ReadOnlyMemory, read-only memory) are common memory types in computers. Although they are both used to store data, they have some significant differences in functionality and features. RAM (Random Access Memory): RAM is a type of volatile memory, which means that the data in it is lost when the power is turned off. This is because RAM uses capacitors to store data, and capacitors can only store data when current

In the internal memory of a microcomputer, instructions cannot be used to modify the storage contents of the ROM part. The data stored in read-only memory ROM is usually written before being loaded into the whole machine. Once the information is written, it is fixed and can only be read out during the operation of the whole machine. Unlike random access memory, the storage content can be quickly and easily rewritten. The data stored in ROM is stable and will not change after a power outage. It has a simple structure and is easy to use, so it is often used to store various fixed programs and data.