- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
第九次课3学时
第九次课(3学时)
UNIT 4 A:Computer Structure and Function
背景知识:一个计算机系统往往是由四部分构成的。CPU、存储器(memory)、输入/输出和总线(BUS)。总线的作用是将前三部分连在一起。
存储器主要用来存储指令和数据。根据功能和性质,存储器可以分为随机访问存储器(RAM),只读存储器(ROM)以及PROM、EPROM和EPPROM等。
CPU是计算机的心脏,一个CPU的内部往往又由算术逻辑单元(ALU)、各种不同用途的寄存器(register)、内总线和控制器组成。
New Words:
architecture n. 体系结构
interpret v. 解释、翻译(口译)
address n. 地址
addressing a. v. 寻址
location n. 单元
word length 字长
enable v. 使能
alter v. 改变、改动
field n. 段、域、字段
opcode n. 操作码
operand n. 操作数
bit n. 位
byte n. 字节
single-precision n. 单精度
floating-point 浮点的
erasable a. 可擦除的
participation n. 参与、分区
flag register 标志寄存器
pointer n. 指针
阅读范围:除了第148和149页的“Internal Processor Bus”和“Controller”部分的全部内容。
注意:149页第8行有错误。
翻译示例:
The CPU reads and interprets the instructions, reads the data required by each instruction, executes the action required by the instruction, and stores the results back in memory. One of the action that is required of the CPU is to read data from or write data to an external device. This is carried out using the input/output system.
CPU 读取并解释指令,读取每一条指令所需的数据,执行指令所需的动作并将结果存储回内存。CPU所必需的一个动作就是从外设读写数据。该动作由输入/输出系统来完成。
The memory of computer consists of a set of sequentially numbered locations. Each location is a register in which binary information can be stored. The ‘number’ of location is called its address. The lowest address is 0. The manufacturer defines a word length for the processor that is an integral number of locations long. In each word the bits can represent either data or instructions. For the Intel 8086/87 and Motorala MC68000 microprocessors, a word is 16 bits long, but each memory location has only 8 bits and thus two 8-bit location must be accessed to obtain each data word.
计算机的内存由一组连续编号的单元构成。每一个单元都是一个存储二进制信息的寄存器。单元的编号称为其地址。最低的地址为0。制造商为处理器定义了字长,字长为单元长度的整数倍。每一个字中的位,既可以表示数据也可以表示指令。对于Intel 8086/87或者Motorala MC68000微处理器,一个字的长度为16位,但是每一个内存单元只有8位,因此, 为了得到一个字的数据必须访问两个8位的单元。
In order to use the contents of memory, the processor must fetch the co
文档评论(0)