首页 > 编程语言 >《计算机组成及汇编语言原理》阅读笔记:p9-p27

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

时间:2024-12-21 23:43:28浏览次数:4  
标签:ian 示例 汇编语言 p9 machine p27 logic quantum

《计算机组成及汇编语言原理》学习第 2 天,p9-p27 总结,总计 19 页。

一、技术总结

1.quantum physics(量子物理学)

(1)quantum(量子)

quantum的本意是:c. the smallest amount of sth(量子)。

In physics, a quantum is the minimum amount of any physical entity (physical property) involved in an interaction(在物理学中,量子(quantum)是参与基本相互作用的任何物理实体(物理性质)的最小量)。

2.how transitors work

从中能感受到作者拥有把一个复杂的东西进行简单介绍的功力。

3.Boolean logic

(1)-ean vs -ian

p12, The conventional way of performing logic on bit quantities is called Boolean logic, after the nineteenth-century mathematician George Boole。

以前我经常纠结于到底是boole logic 还是 boolean logic。查了一下,概括起来就是:人名+-ean/-ian表示形容词。至于加-ean还是 -ian取决于历史原因(词源的发展)。示例:

-ean示例:Boolean ligic(布尔逻辑),Euclidean geometry(欧几里德几何)。

-ian示例:Newtonian physics(牛顿物理学), Darwinian theory(达尔文学说/达尔文进化论)。

(2)boolean logic

AND, OR, NOT。

4.machine language(machine code)

(1)定义

The binary encoding of the basic instructions of a computer program. This is not typically written by humans, but by other programs such as compilers or assemblers。

(2)示例

10111000 00000001

之前每次看到 machine language 和 machine code 我就犯糊涂:这两个概念是指同一个东西吗?现在确认了,指的是同一个东西。

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

1.quantum

(1)quantum:

c. the smallest amount of sth(量子)。

(2)quanta: quantum 的复数形式。

p10, The fundamental idea involves some fairly high-powered (well, yes, Nobel-caliber) quantum physics, but it can be understood in terms of electron transport, as long as you don’t need the actual equations.

2.caliber

u.the degree of quanlity or ability;the level of quanlity or ability(级别),强调 quanlity(质量)与excellence(卓越性) in standard(在标准上)。示例:Nobel-caliber(诺贝尔级别)。

3.as long as

provided that or on the condition that。以前记中文老是记不住这类短语的用法,现在从英文理解,感觉一下子就通畅记住了。

4.uneasy

adj. unstable。

p9, A transistor consists mostly of a type of material called a semiconductor, which occupies an uneasy middle ground between good conductors (like copper) and bad conductors/good insulators (like glass).

5.dramatically

adv. in a very sudden or noticable way。

p11, A key aspect of semiconductors is that their ability to transmit electricity can change dramatically with impurities (dopants) in the semiconductor.

6.diode

(1)diode: di-("twice") + hodos("way, path")

c. a device that controls an electric current so that it can only flow in one direction(二极管)。

p11, When you put a piece of n-type next to a piece of p-type semiconductor (the resulting widget is called a diode)

三、其它

这本书有一个 Glossary(术语) 章节,该章节对书中重要的概念进行下定义,这点让我很满意。示例:word(The basic unit of data processing in a machine, formally the size of the general-purpose registers. As of this writing (2006), 32-bit words are typical of most commercially available computers)。

四、参考资料

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)

标签:ian,示例,汇编语言,p9,machine,p27,logic,quantum
From: https://www.cnblogs.com/codists/p/18621551

相关文章

  • 《计算机组成及汇编语言原理》阅读笔记:p1-p8
    《计算机组成及汇编语言原理》学习第1天,p1-p8总结,总计8页。一、技术总结1.Intel8088microprocessor(微处理器),1979-1988。2.MS-DOSMicrosoftDiskOperatingSystem的缩写,是一个操作系统(operatingsystem)。3.Moore'sLaw&Moore'ssecondlaw(1)Moore'slawThe......
  • P2714
    问题转化为C(n,4)-num发现num=sum(-mu[i])*C(cnt[i],4)这时候就可以预处理mu以及C来求解,cnt[i]可以刷表法递推(填表:由谁来,刷表:到谁去)#include<bits/stdc++.h>usingnamespacestd;constintN=1e4+10;#definelowbit(x)(x&(-x))#defineendl'\n'#defin......
  • 7AU6_P98-99
    TherichhistoryofLondoncomesintoviewwhenwetravelontheRiverThames.ItremindsmeoftheHuangpuRiverinShanghai.Thetworivershavealotincommon.TheRiverThamescruisepassesfamousplacesofinterest,ikethelowersofLondonandBigB......
  • 洛谷P2756 飞行员配对方案问题
    题目洛谷P2756飞行员配对方案问题题目大意一共有n个飞行员前m个外籍飞行员,后(n-m)个则为英国飞行员一个外籍飞行员与英国飞行员进行匹配,求最大配合数思路不难看出本题考察匈牙利算法本体真正意思是给定一个二分图其左部点的个数为m右部点的个数为(n-m)求其最大匹配的边......
  • 汇编语言
    图书:http://c.biancheng.net/view/3378.html视频:https://www.bilibili.com/video/BV1mt411R7Xv?from=search&seid=7216001317872532936思维导图:https://pan.baidu.com/s/1HAGT3w0dszhZhJf_a_ccHg提取码:9pmuXMind打开方式?习题答案:https://blog.csdn.net/heiyeleng/arti......
  • P9311 [EGOI2021] Twin Cookies / 姐妹分饼干 题解
    题目传送门/ACrecord思路考虑随机化,前\(100\)次订单的美味值随机生成,最后一次的\(n\)个美味值为前\(100\)次送到的饼干中的任意三个饼干的美味值之和,此时的组合方案数去重后也远大于\(n\),故可以通过。选取饼干和最后的分配直接暴力计算就行,判重可以用map。代码#incl......
  • 学习汇编语言的第二天
    一.寄存器上节已经简要说明了寄存器这一概念,本次就好好聊聊。由于寄存器在CPU内部,依据CPU不同的指令完成不同的操作,有AX,BX,CX,DX,SI,DI,SP,BP,IP,CS,DS,ES,PSW,SSl类型。本次就重点介绍CS,IP。对于CS,IP的使用,就要谈到上节所说的地址,CS,IP与地址的指向密切相关,就像c语言所学......
  • 【汇编语言】内中断(一) —— 除法错误?看内中断如何轻松化解危机
    文章目录前言1.中断1.1中断信息1.2中断的分类1.3中断的优先权2.内中断的产生2.1导致内中断的原因2.2如何识别不同中断信息来源3.中断处理程序4.中断向量表4.1什么是中断向量表?4.2中断向量表的位置4.3表项所占空间5.中断过程5.1什么是中断过程?5.2具体......
  • Luogu P9606 CERC2019 ABB 题解 [ 绿 ] [ KMP ] [ 字符串哈希 ]
    ABB:KMP的做法非常巧妙。哈希思路显然正着做一遍哈希,倒着做一遍哈希,然后枚举回文中心即可。时间复杂度\(O(n)\)。代码#include<bits/stdc++.h>#definefifirst#definesesecond#definelc(p<<1)#definerc((p<<1)|1)usingnamespacestd;typedeflonglongll;......
  • P9346 无可奈何花落去 题解
    P9346无可奈何花落去题解这个期望第一眼看上去是困难的。然而发现\(E=Px\),贡献\(x\)是可枚举的,于是转化为了一个求概率的问题。这个概率同样难以计算,然而发现状态的个数是有限的,对于选取\(x\)条边断掉它的总方案数就是\({n-1\choosex}\),那么直接求方案数就可以了。想到......