Home Common Problem What cannot be modified using instructions in the microcomputer's internal memory

What cannot be modified using instructions in the microcomputer's internal memory

Jan 15, 2021 pm 02:17 PM
Microcomputer internal memory rom

In the internal memory of the microcomputer, instructions cannot be used to modify the storage content 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.

What cannot be modified using instructions in the microcomputer's internal memory

The operating environment of this tutorial: Windows 7 system, Dell G3 computer.

In the internal memory of the microcomputer, instructions cannot be used to modify the storage content of the ROM part.

ROM memory

Read-Only Memory (ROM) works in a non-destructive readout mode and only Can read but 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

The characteristic of read-only memory is that it can only read information but cannot write information. A basic input/output system is usually solidified in the ROM of the computer motherboard. It's 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.

What cannot be modified using instructions in the microcomputers internal memory

#There are many types of ROM, and each type of read-only memory has its own characteristics and scope of application. According to its manufacturing process and function, there are five types of ROM, namely mask-programmed read-only memory MROM (Mask-programmed ROM), programmable read-only memory PROM (Programmable ROM), erasable and programmable read-only memory Memory EPROM (Erasable Programmable ROM), electrically erasable programmable read-only memory EEPROM (Electrically Erasable Programmable ROM) and flash erasable read-write memory (Flash Memory).


Scope of use

Since ROM has the characteristic of not losing information after power off, it can be used as the BIOS chip for computer startup. . EPROM, EEPROM and Flash ROM (NOR Flash and NAND Flash) have the same performance as ROM, but can be rewritten. Generally, reading is faster than writing. Writing requires a higher voltage than reading (reading 5V and writing 12V), but Flash can be read at the same voltage. It has large capacity and low cost, and is widely used in MP3 disks such as USB flash drives. In computer systems, RAM is generally used as memory, and ROM is generally used as firmware to store some hardware drivers.

If you want to read more related articles, please visit PHP Chinese website! !

The above is the detailed content of What cannot be modified using instructions in the microcomputer's internal memory. 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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

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)

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.

Computers with microprocessors as the core belong to which generation of computers Computers with microprocessors as the core belong to which generation of computers Dec 24, 2020 pm 04:26 PM

Microcomputers with microprocessors as the core belong to the 4th generation of computers. Transistors are the characteristics of the second generation computers, integrated circuits are the characteristics of the third generation computers, vacuum tubes are the characteristics of the first generation computers, and large-scale integrated circuits are the characteristics of the fourth generation computers; and microprocessors are composed of one or a few A central processing unit composed of several large-scale integrated circuits.

What are the characteristics of cache, rom and ram? What are the characteristics of cache, rom and ram? Aug 26, 2022 pm 04:05 PM

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.

What are the basic components of a microcomputer hardware system? What are the basic components of a microcomputer hardware system? Dec 25, 2020 pm 02:53 PM

The basic components of a microcomputer hardware system include CPU, memory, input devices and output devices. The microcomputer hardware system contains five important components: arithmetic unit, controller, memory, input device, and output device; and the controller and arithmetic unit together form the central processing unit (CPU). The main function of the arithmetic unit is to calculate and process data and information; the controller can be regarded as the brain and command center of the computer. It allows the various components of the computer to complete instructions in an orderly manner by integrating and analyzing relevant data and information.

What is the alt key on the keyboard used by microcomputers called? What is the alt key on the keyboard used by microcomputers called? Oct 26, 2022 am 11:25 AM

The alt key on the keyboard used by microcomputers is called the "alternative shift key"; the alt key is one of the special keys of the keyboard, used in combination with other keys to indicate special operations; in Windows, it is also used alone as a menu bar used for mobile operations.

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.

The difference between ram and rom The difference between ram and rom Jan 08, 2024 am 10:51 AM

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.

What kind of memory is rom? What kind of memory is rom? Dec 09, 2020 am 11:04 AM

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.