当前位置:网站首页>Basic knowledge learning record
Basic knowledge learning record
2022-04-23 13:59:00 【Li Xingye】
One 、 Basic structure of computer
1、 feng · Neumann model
(1) The computer hardware consists of the following figure Five parts form

(2) The idea of storing programs : The running process of the system is the process of continuously executing the program instructions in the memory in a certain order .
2、 Memory classification
(1) Main memory is memory . The data to be processed in the program and the processing results are stored in memory
(2) External memory is mainly a large capacity memory used to keep data for a long time
(3) The register is CPU Internal high-speed memory , Fast width , The number is small
Two 、 What is a program
In a broad sense , A set of operable work steps designed in advance to achieve a specific goal , Call it procedure .
For computers , A program is an ordered set of instructions that can be recognized ( Binary ). It is stored on disk and loaded into memory to execute .
3、 ... and 、 The development of programming language
1、 machine language
Direct use of machine instructions (0,1 Sequence ) To design programs , Can be directly recognized by the computer .
Bad for memory , Big workload .
2、 assembly language
Symbolize machine instructions , Machine instructions are represented by a simple set of symbols , Closer to natural language , Easier to use , But the workload is huge .
Great difference after changing the platform , Poor portability .

3、 High-level language
It has nothing to do with a fixed computer system , Closer to human natural language . One statement can correspond to multiple machine instructions , Little work 、 High development efficiency .

Four 、 Programming steps
edit (vi)-> compile 、 link (gcc)-> perform 、 debugging
5、 ... and 、 summary
This part is to simply understand , Later learning will be more in-depth !
版权声明
本文为[Li Xingye]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231358379359.html
边栏推荐
- Express ② (routing)
- 基础知识学习记录
- Un modèle universel pour la construction d'un modèle d'apprentissage scikit
- 零拷貝技術
- Tensorflow & pytorch common error reporting
- Influence of openssh version on SSH mutual trust creation in RAC environment
- redis如何解决缓存雪崩、缓存击穿和缓存穿透问题
- Spark入门基本操作
- Function executes only the once function for the first time
- Leetcode brush question 897 incremental sequential search tree
猜你喜欢

SQL learning window function

Question bank and answer analysis of the 2022 simulated examination of the latest eight members of Jiangxi construction (quality control)

服务器中挖矿病毒了,屮

Reading notes: meta matrix factorization for federated rating predictions

编程旅行之函数

淘宝发布宝贝提示“您的消保保证金额度不足,已启动到期保障”

elmo(BiLSTM-CRF+elmo)(Conll-2003 命名实体识别NER)

美联储数字货币最新进展

Apache seatunnel 2.1.0 deployment and stepping on the pit
![Special test 05 · double integral [Li Yanfang's whole class]](/img/af/0d52a6268166812425296c3aeb8f85.png)
Special test 05 · double integral [Li Yanfang's whole class]
随机推荐
Chapter 15 new technologies of software engineering
Analysis of cluster component gpnp failed to start successfully in RAC environment
Es introduction learning notes
淘宝发布宝贝提示“您的消保保证金额度不足,已启动到期保障”
STM32学习记录0007——新建工程(基于寄存器版)
函数只执行第一次的执行一次 once函数
Android: answers to the recruitment and interview of intermediate Android Development Agency in early 2019 (medium)
leetcode--977. Squares of a Sorted Array
Haruki Murakami -- Excerpt from "what do I talk about when I talk about running"
[VMware] address of VMware Tools
Using Jupiter notebook in virtual environment
Android interview theme collection
What is the difference between blue-green publishing, rolling publishing and gray publishing?
JS 烧脑面试题大赏
pycharm Install packages failed
33 million IOPs, 39 microsecond delay, carbon footprint certification, who is serious?
JS 力扣刷题 103. 二叉树的锯齿形层序遍历
Scientists say Australian plan to cull up to 10,000 wild horses doesn’t go far enough
scikit-learn构建模型的万能模板
SQL learning window function