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.
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
Memory is an important component of the computer, also known as internal memory and main memory. It is used to temporarily store operation data in the CPU, as well as data exchanged with external memories such as hard disks. It is the bridge between external memory and the CPU. All programs in the computer run in the memory. The performance of the memory affects the overall performance of the computer. As long as the computer starts 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.
Memory is mainly divided into RAM (random access memory), ROM (read-only memory) and Cache (cache).
ROM (Read Only Memory):
ROM read-only memory works in a non-destructive readout mode and can only Reading cannot write information. 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. The data stored in ROM is usually written before being loaded into the whole machine. It can only be read out during the operation of the whole machine. Unlike random access memory, the stored content can be rewritten quickly and conveniently. 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.
Features: Can only read data from the memory, but cannot write information into it. The data will still exist after the computer is powered off.
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 power-on self-test of the system, initialization of each functional module in the system, basic input/output driver of the system and boot operating system.
Extended knowledge:
RAM (Random Access Memory):
Random Memory, commonly known as memory, the computer memory we often refer to as 8g refers to this (not entirely correct). RAM requires constant power supply at all times, otherwise data will be lost. It is made of semiconductor materials and is the working place of the computer.
Features:
You can read data from the memory and write information to the memory
For storage The commands, programs and data required to run the program
Information is naturally lost when the computer is powered off.
Cache (cache memory)
Cache is between the CPU and RAM. It is a memory that reads and writes faster than RAM. . When the CPU writes or reads data to RAM, it will be stored in the Cache simultaneously. When the CPU needs the data again, the CPU will read the data from the Cache instead of accessing the slower memory. If the required data is in the Cache No, the CPU will read the data in the Cache again.
The difference between RAM and ROM
Generally speaking, it is difficult to understand the relationship between RAM and ROM and the usual running memory and hard disk capacity. In fact, from the general The meaning is the same, but there are some differences from the perspective of computers and mobile phones:
It is generally easier to understand from the perspective of computers. RAM is what we usually call running memory. It is indeed available at any time. Readable and writable. Because the data processed by the CPU is mediated by running memory. Information is not saved after a power outage. So for ROM, is it the hard disk? Doesn’t it mean that ROM can only be read? The hard drive can be modified. Indeed, it must be made clear that RAM and ROM are both memories, and the hard disk is external memory, so ROM is not equal to the hard disk. The ROM in the computer is mainly used to store some system information or start the BIOS program. These are very important. They can only be read and generally cannot be modified. They will not disappear even if the power is turned off.
Compared with RAM and ROM, the biggest difference between the two is that the data stored in RAM will disappear automatically after the power is turned off, while ROM will not disappear automatically and can be saved for a long time without power.
In a mobile phone, RAM is the same running memory as a computer; and ROM is connected to the hard disk. Part of the ROM in the mobile phone is used to store system information and some installation software, and the rest is large. Part of the capacity is used as a hard disk, which can be read and written.
For more related knowledge, please visit the FAQ column!
The above is the detailed content of What are the characteristics of rom memory. For more information, please follow other related articles on the PHP Chinese website!

计算机具有很强的记忆能力的基础是:足够容量的存储装置。存储器可分为内存和外存,它们使得计算机具有强大的记忆功能,可以存储大量的信息,这些信息,不仅包括各类数据信息,还包括加工这些数据的程序。

能直接存取。内存储器又称内存,是外存与CPU进行沟通的桥梁,计算机中所有程序的运行都是在内存中进行。内存的作用是用于暂时存放CPU中的运算数据,以及与硬盘等外部存储器交换的数据。只要计算机运行,操作系统就会把需要运算的数据从内存调到CPU中进行运算;当运算完成后,CPU再将结果传送出来,内存的运行也决定了计算机的稳定运行。

存储器中存取速度最快的是“内存储器”;计算机中的存储器采用层次结构,按照速度快慢排列依次是内存储器、高速缓冲存储器、计算机的主存、大容量磁盘,其中内存一般分为RAM随机存取存储器和ROM只读存储器。

存储器系统是指计算机中由存放程序和数据的各种存储设备、控制部件及管理信息调度的设备(硬件)和算法(软件)所组成的系统。存储系统提供写入和读出计算机工作需要的信息(程序和数据)的能力,实现计算机的信息记忆功能。存储系统的层次化结构可以分为5级:寄存器组、高速缓存Cache、主存、虚拟存储器和外部存储器。

u盘是中国发明的,朗科公司是U盘的全球发明者。2002年7月,朗科公司的“用于数据处理系统的快闪电子式外存储方法及其装置”获得国家知识产权局正式授权,该专利填补了中国计算机存储领域20年来发明专利的空白;2004年12月7日,朗科获得美国国家专利局正式授权的闪存盘基础发明专利。

cache叫做高速缓冲存储器,是介于中央处理器和主存储器之间的高速小容量存储器,一般由高速SRAM构成;这种局部存储器是面向CPU的,引入它是为减小或消除CPU与内存之间的速度差异对系统性能带来的影响。Cache容量小但速度快,内存速度较低但容量大,通过优化调度算法,系统的性能会大大改善。

存储器是用来保存程序和数据,以及运算的中间结果和最后结果的记忆装置。内存储器与外存储器的区别:1、内存是执行程序时的临时存储区,掉电后数据全部丢失;外存是用来存储原始数据和运算结果的,掉电后数据不会丢失;2、内存的特点是存取速度快,但是容量小、价格贵,而外存的特点是容量大、价格低,但是存取速度慢;3、内存用于存放计算机立即要用的程序和数据,外存用于存放暂时不用的程序和数据。

cache的特点:在CPU与主存储器之间设置的一个一级或两级高速小容量存储器,其信息是随着计算机的断电自然丢失。ROM的特点:只能从存储器中读数据,而不能往里写信息,计算机断电后数据仍然存在。ram的特点:既可以从存储器中读数据,也可以往存储器中写信息;用于存放运行程序所需的命令、程序和数据等;计算机断电后信息自然丢失。

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

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download
The most popular open source editor
