当前位置: 首页 > news >正文

《计算机组成及汇编语言原理》阅读笔记:p116-p120

《计算机组成及汇编语言原理》学习第 7 天,p116-p120 总结,总计 5 页。

一、技术总结

1.CPU优化

(1)increase overall performance number

例如:16位电脑提升到32位电脑。

(2)multiprocessing

One way to make computers more useful is to allow them to run more than one program at a time.——不是很确定这里指的是不是“多进程”。

Rather than relying on the good citizenship of each user program, the solution is to create a special überprogram called the operating system, whose primary job is to act as a program control program, as in “program to control [other] programs,” and enforcer of the security rules.——这种方式的实现是通过操作系统来进行的。

(3)Instruction Set optimization

(4)pipelining

(5)Superscalar Architecture

二、英语总结(生词:2)

1.vacation condominium

(1)condo: condominium 的缩写

表示公寓的常见单词有 apartment/flast,condo。apartment/flat和 condo的区别是:apartment/flat的住户对房屋没有所有权,condao的住户对房屋有所有权。apartment 和 flat 的区别是 apartment 在美式英语中用得比较多,flat 在英式英语中用得比较多。

p116, As with time-sharing a vacation condominium, time is divided into slices (weeks for the condo, perhaps milli- or microseconds for the CPU), and you are allowed to use the equipment for one slice.

刚开始看这句话很懵,“vacation condominium” 和 CPU 有什么关系呢?查了一下 “as with” 的意思 “in the same way as”——好吧,对这个词没理解对,刚开始理解成了“with”,其实是 “like” 的意思,作者这是在类比。

2.citizenship

(1)citizenship: citizen + -ship

(2)citizen: cite(city) + -ain(-ian)

u.Citizenship is also carrying out the duties and responsibilities of a member of a particular society.

p117, Rather than relying on the good citizenship of each user program, the solution is to create a special überprogram called the operating system, whose primary job is to act as a program control program, as in “program to control [other] programs,” and enforcer of the security rules.

三、其它

今天没有什么想说的。

四、参考资料

1. 编程

(1) Patrick Juola,《计算机组成及汇编语言原理》:https://book.douban.com/subject/3069889/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com

(2) Cambridge Dictionary:https://dictionary.cambridge.org

在这里插入图片描述

欢迎搜索及关注:编程人(a_codists)

http://www.lryc.cn/news/510183.html

相关文章:

  • C# OpenCvSharp DNN 卡证检测矫正
  • Spring Boot 中 Map 的最佳实践
  • J-LangChain - 智能链构建
  • 开源低代码平台-Microi吾码 打印引擎使用
  • 【MySQL】索引 面试题
  • 【高阶数据结构】AVL树
  • 【Spring】基于XML的Spring容器配置——<bean>标签与属性解析
  • docker mysql5.7安装
  • HDR视频技术之十一:HEVCH.265 的 HDR 编码方案
  • 最新的强大的文生视频模型Pyramid Flow 论文阅读及复现
  • Effective C++ 条款 11:在 `operator=` 中处理“自我赋值”
  • 19、鸿蒙学习——配置HDC命令 环境变量
  • 初始 ShellJS:一个 Node.js 命令行工具集合
  • 网络工程师常用软件之PING测试工具
  • 深入探索仓颉编程语言:函数与结构类型的终极指南
  • Java 对象的内存分配机制详解
  • v8引擎垃圾回收
  • H5st5.0.0协议分析
  • 明达助力构建智能变电站新体系
  • Flink优化----FlinkSQL 调优
  • 机器学习(二)-简单线性回归
  • 01.01、判定字符是否唯一
  • 第五届“传智杯”全国大学生计算机大赛(练习赛)水题题解
  • iOS 苹果开发者账号: 查看和添加设备UUID 及设备数量
  • 推进数字园区建设-成都国际数字影像产业园
  • oracle linux8.10+ oracle 23ai安装
  • PH热榜 | 2024-12-25
  • OpenCV相机标定与3D重建(36)计算两幅图像之间基本矩阵(Fundamental Matrix)的函数findFundamentalMat()的使用
  • ZLG嵌入式笔记 | 电源设计避坑(上)
  • .NET能做什么?全面解析.NET的应用领域