当前位置:网站首页>基础知识学习记录
基础知识学习记录
2022-04-23 13:58:00 【li星野】
一、计算机基本结构
1、冯·诺依曼模型
(1)计算机硬件由下图五个部分组成

(2)存储程序的思路:系统的运行过程就是按照一定的顺序不断执行存储器中的程序指令的过程。
2、存储器分类
(1)主存储器即内存。程序当中待处理的数据以及处理的结果都存储在内存当中
(2)外存储器主要是用来长期保持数据的大容量存储器
(3)寄存器是CPU内部的高速存储器,宽度快,数目少
二、什么是程序
广义上说,为了实现一个特定的目标而预先设计的一组可以操作的工作步骤,称之为程序。
对于计算机而言,程序就是可以识别的一组有序的指令(二进制文件)。是存储在磁盘当中被加载到内存中执行。
三、程序设计语言的发展
1、机器语言
直接使用机器指令(0,1序列)来设计程序,可以被计算机直接识别。
不利于记忆,工作量大。
2、汇编语言
把机器指令符号化,通过简单的一组符号来表示机器指令,更加接近于自然语言,更加容易使用,但是工作量与很大。
换平台后差别大,移植性差。

3、高级语言
和固定的计算机系统无关,更加接近人类自然语言。一条语句可以对应多条机器指令,工作量小、开发效率高。

四、程序设计步骤
编辑(vi)->编译、链接(gcc)->执行、调试
五、总结
这个部分就是先简单的了解,后期的学习会更加的深入!
版权声明
本文为[li星野]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_43441284/article/details/124337790
边栏推荐
- JS brain burning interview question reward
- 解决方案架构师的小锦囊 - 架构图的 5 种类型
- Dolphin scheduler configuring dataX pit records
- UNIX final exam summary -- for direct Department
- 大专的我,闭关苦学 56 天,含泪拿下阿里 offer,五轮面试,六个小时灵魂拷问
- 商家案例 | 运动健康APP用户促活怎么做?做好这几点足矣
- Business case | how to promote the activity of sports and health app users? It is enough to do these points well
- 2021年秋招,薪资排行NO
- MySQL [SQL performance analysis + SQL tuning]
- Jiannanchun understood the word game
猜你喜欢

2021年秋招,薪资排行NO
![MySQL index [data structure + index creation principle]](/img/11/6bdc8a62e977ffb67be07ded0c8978.png)
MySQL index [data structure + index creation principle]

try --finally

JMeter pressure test tool

Elmo (bilstm-crf + Elmo) (conll-2003 named entity recognition NER)

cnpm的诡异bug

ACFs file system creation, expansion, reduction and other configuration steps

10g database cannot be started when using large memory host

The art of automation

Multithreading
随机推荐
低频量化之明日涨停预测
JS 力扣刷题 103. 二叉树的锯齿形层序遍历
L2-024 部落 (25 分)
Android 面试主题集合整理
JS 力扣刷题 102. 二叉树的层序遍历
AtCoder Beginner Contest 248C Dice Sum (生成函数)
China creates vast research infrastructure to support ambitious climate goals
Dolphin scheduler source package Src tar. GZ decompression problem
33 million IOPs, 39 microsecond delay, carbon footprint certification, who is serious?
Express②(路由)
Information: 2021 / 9 / 29 10:01 - build completed with 1 error and 0 warnings in 11S 30ms error exception handling
Failure to connect due to improper parameter setting of Rac environment database node. Troubleshooting
Jiannanchun understood the word game
Postman reference summary
Analysis of redo log generated by select command
PG SQL intercepts the string to the specified character position
第一章 电商秒杀商品回顾
elmo(BiLSTM-CRF+elmo)(Conll-2003 命名实体识别NER)
自动化的艺术
初探 Lambda Powertools TypeScript