当前位置:网站首页>Von Neumann architecture
Von Neumann architecture
2022-07-06 17:01:00 【My71】
Knowledge point
- Von Neumann architecture is right Hardware components and software execution methods Two parts make provisions .
- Five hardware of computer ( Von Neumann ): Arithmetic unit 、 controller 、 Memory 、 input device 、 Output devices .
- Arithmetic units and controllers are collectively referred to as Central processing unit CPU The core of the computer 、 The brain .
- Program = data + Method , The procedure is made by CPU Executive .
Arithmetic unit
You can only add .
controller
Assign the work of the arithmetic unit .
Memory
- The memory should conform to the following two points
- Can store data .
- The program in the storage space can be called directly by the arithmetic unit .
- Hard disk 、U Disk does not belong to memory , Does not meet the second point , It belongs to external memory , It also belongs to input and output devices .
- Memory is memory , Memory refers to memory .
Memory
- Memory includes : Memory module 、 Cache (cache)、BIOS chip
- BIOS: Basic I / O device , There are separate BIOS Chip storage BIOS Program .
- ROM: read-only memory , Power failure without losing data .
- RAM: Ram , Loss of data due to power failure , Volatility .
- ROM and RAM All the programs in will be executed .
- BIOS The chip belongs to ROM, Memory modules and caches belong to RAM.
Input / Output devices (I/O)
- input device : keyboard 、 mouse 、 Scanner, etc .
- Output devices : Monitor 、 The printer 、 Projector, etc .
- Input / The output device consists of CPU management , But not with CPU Direct link , Need to pass through I/O Interface .
- Input / The output device contains I/O Interface and peripherals are two parts .
Program operation process
- download / The installer is to install the program in the local hard disk , Any program cannot run when it is in the hard disk , Follow the following steps when starting the program
- Read and write the program in the hard disk to the memory , Load memory .
- CPU The arithmetic unit in executes the program in memory , Show the working area of the program on the desktop .
- When you exit the program , The program will not disappear from memory .
Mobile phone structure
- The mobile phone also adopts von Neumann structure , Mobile phones are embedded products .
- Mobile phone memory is divided into : Running memory and body memory .
- Run a memory :RAM
- Body memory :ROM
- The program in the body memory can be directly CPU call , The program is in Data generated at run time Is stored in Run a memory Medium .
General purpose devices and embedded devices
- General equipment :CPU from RAM Read instructions in , At the same time RAM Read data from .
- Embedded device :CPU from ROM Read instructions in , from RAM Read data from .
Memory structure
- Harvard structure : Instructions and data are stored separately . Most embedded devices are Harvard architecture .
- Von Neumann structure : Instructions and data are stored uniformly , All put in RAM in . Most general-purpose devices are von Neumann structures .
- Memory structures are divided into the above two , But there is only one computer structure , That is the von Neumann architecture .
Way of execution
The binary program is used to store the execution method
The transistor
- Transistors are divided into two-stage transistors and three-stage transistors .
- Its main function is to act as a switch .
边栏推荐
- Which is more important for programming, practice or theory [there are some things recently, I don't have time to write an article, so I'll post an article on hydrology, and I'll fill in later]
- 字节跳动2022校招研发提前批宣讲会,同学们最关心的10个问题
- 登陆验证koa-passport中间件的简单使用
- 唯有學C不負眾望 TOP5 S1E8|S1E9:字符和字符串&&算術運算符
- 我走過最迷的路,是字節跳動程序員的腦回路
- The "advertising maniacs" in this group of programmers turned Tiktok advertisements into ar games
- The most lost road I have ever walked through is the brain circuit of ByteDance programmers
- 7-7 ring the stupid bell
- Activiti directory (III) deployment process and initiation process
- yum install xxx报错
猜你喜欢

~79 Movie card exercise

字节跳动多篇论文入选 CVPR 2021,精选干货都在这里了

High performance mysql (Third Edition) notes

我走过最迷的路,是字节跳动程序员的脑回路

Eureka single machine construction

Fdog series (4): use the QT framework to imitate QQ to realize the login interface, interface chapter.

Fdog series (V): use QT to imitate QQ to realize login interface to main interface, function chapter.

TCP的三次握手和四次挥手

README. txt

Solr word segmentation analysis
随机推荐
Idea resolving jar package conflicts
Solr standalone installation
Yao BanZhi and his team came together, and the competition experts gathered together. What fairy programming competition is this?
README. txt
[unsolved]7-14 calculation diagram
冯诺依曼体系结构
MySQL数字函数
Log4j2 major vulnerabilities and Solutions
这群程序员中的「广告狂人」,把抖音广告做成了AR游戏
LeetCode1556. Thousand separated number
~82 style of table
~69 other ways to use icon fonts
LeetCode 1566. Repeat the pattern with length m at least k times
Ce n'est qu'en apprenant que c est à la hauteur des attentes Top5 s1e8 | s1e9: caractères et chaînes & opérateurs arithmétiques
Activiti目录(五)驳回、重新发起、取消流程
Continue and break jump out of multiple loops
Shell_ 00_ First meeting shell
7-6 sum of combinatorial numbers
Solr new core
DOS 功能调用