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

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

《计算机组成及汇编语言原理》学习第 1 天,p1-p8 总结,总计 8 页。

一、技术总结

1.Intel 8088

microprocessor(微处理器), 1979-1988。

2.MS-DOS

Microsoft Disk Operating System的缩写,是一个操作系统(operating system)。

3.Moore’s Law & Moore’s second law

(1)Moore’s law

The number of transistors in an integrated circuit (IC) doubles about every two years.

(2)Moore’s second law

p6,Fabrications cost doubles every 4 years。

4.components of a computer

Central Processing Unit(Control Unit,ALU)、memory(ROM, RAM)、Input/Output (I/O) Peripherals、Interconnections and Buses、Support Units。

注:这里的 memory 不包含 disk。

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

1.niece

(1)niece

c. daughter of one’s brother or sister(外甥女、侄女)。p4, To My Nieces: Lyric Elizabeth, Jayce Rebekah, and Trinity Elizabeth

(2)nephew

与 niece 相对的是 nephew。c. son of one’s brother or sister(外甥、侄子)

2.美国大学各年级学生称谓

(1)freshman

(2)sophomore

(3)junior

(4)senior

p14, When I started teaching at my present university (1998), the organization and architecture course focused on the 8088 running MS-DOS—essentially a programming environment as old as the sophomores taking the class。

3.guinea pig

Acknowledgements, Without the students at Duquesne University, and particularly my guinea pigs from the Computer Organization and Assembly Language classes, this textbook couldn’t have happened.

c.也写作guineapig,a small animal covered in fur with rounded ears, short legs, and no tail, often kept as a pet by children(豚鼠)。

在这里,作者是一种比喻用法,将 students 比喻成 guinea pigs。

4.beige

u. a pale brown color(米色)。adj. pale brown in color。p3, If you asked, most people would point to a set of boxes on someone’s desk (or perhaps in someone’s briefcase)—probably a set of dull-looking rectangular boxes encased in gray or beige plastic, and surrounded by a tangle of wires and perhaps something resembling a TV.

5.implication

c/u. an occasion when you seem to suggest sth without saying it directly(暗示)这是最常用的意思。

c(usually pluaral). the effect that an action or decision will have on sth else in the future((可能的或间接的)影响).

p6, The implications of smaller transistors (and increasing transistor density) are profound.

三、其它

1.为什么选择这本书?

这本书来自于:https://github.com/codefollower/My-Blog/issues/1。工作之后,个人一直追求的一个方面就是“系统化”,笼统的来说就是两方面“基础”+“专业”。这本书属于基础方面的深化,通过 Java 虚拟机来讲计算机组成。

很多路你要自己走过了才知道对不对,读书也是这样,只有自己真正读过了,才知道好不好,才能内化为自己的东西。

四、参考资料

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/506931.html

相关文章:

  • 【游戏中orika完成一个Entity的复制及其Entity异步落地的实现】 1.ctrl+shift+a是飞书下的截图 2.落地实现
  • 在 Ubuntu 上安装 MySQL 的详细指南
  • Java 优化springboot jar 内存 年轻代和老年代的比例 减少垃圾清理耗时 如调整 -XX:NewRatio
  • 嵌入式驱动RK3566 HDMI eDP MIPI 背光 屏幕选型与调试提升篇-eDP屏
  • 在Java虚拟机(JVM)中,方法可以分为虚方法和非虚方法。
  • 【windows】sonarqube起不来的问题解决
  • golang异常
  • 搭建MongoDB
  • Android中坐标体系知识超详细讲解
  • 不需要服务器,使用netlify快速部署自己的网站
  • Swin transformer 论文阅读记录 代码分析
  • 信息安全概论
  • 2024年12月16日Github流行趋势
  • Go 1.24即将到来!
  • FFmpeg库之ffplay
  • scala中模式匹配的应用
  • WebRTC搭建与应用(一)-ICE服务搭建
  • 【计算机视觉基础CV】03-深度学习图像分类实战:鲜花数据集加载与预处理详解
  • Kafka学习篇
  • 冬日养仓鼠小指南:温暖与陪伴同行
  • 【计算机视觉基础CV】05 - 深入解析ResNet与GoogLeNet:从基础理论到实际应用
  • Python爬虫之代理的设置
  • Canoe E2E校验自定义Checksum算法
  • [HNCTF 2022 Week1]你想学密码吗?
  • 端到端自动驾驶大模型:视觉-语言-动作模型 VLA
  • druid与pgsql结合踩坑记
  • 【xxl-job】XXL-Job源码深度剖析:分布式任务调度的艺术与实践
  • 图漾相机-ROS1_SDK_ubuntu版本编译(新版本)
  • 项目二十三:电阻测量(需要简单的外围检测电路,将电阻转换为电压)测量100,1k,4.7k,10k,20k的电阻阻值,由数码管显示。要求测试误差 <10%
  • 【NLP 17、NLP的基础——分词】