计算机专业英语(第3版)课件.ppt
- 【下载声明】
1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
3. 本页资料《计算机专业英语(第3版)课件.ppt》由用户(三亚风情)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机专业 英语 课件
- 资源描述:
-
1、2022-6-21计算机专业英语(第3版)1卜艳萍主编电子工业出版社2009年2022-6-21计算机专业英语(第3版)2内内 容容 简简 介介 本书共分本书共分6个单元,第个单元,第1单元介绍计算机硬件单元介绍计算机硬件基础,分别讲述处理器、存储器和输入基础,分别讲述处理器、存储器和输入/输出技术。输出技术。第第2单元是计算机软件知识部分,内容有单元是计算机软件知识部分,内容有C语言、数语言、数据结构、操作系统、编译原理及数据库技术。第据结构、操作系统、编译原理及数据库技术。第3单元是多媒体及应用方面的知识,包括多媒体、图单元是多媒体及应用方面的知识,包括多媒体、图形图像、形图像、CAD、计
2、算机动画和多媒体应用软件。第、计算机动画和多媒体应用软件。第4单元是计算机网络相关知识介绍,包括计算机网单元是计算机网络相关知识介绍,包括计算机网络基础、互联网搜索引擎、无线网络技术及网络安络基础、互联网搜索引擎、无线网络技术及网络安全。第全。第5单元讲述电子商务方面的内容,有电子商单元讲述电子商务方面的内容,有电子商务基础、务基础、EDI和网络广告。第和网络广告。第6单元是计算机领域单元是计算机领域新技术介绍,包括人工智能、虚拟现实和神经网络。新技术介绍,包括人工智能、虚拟现实和神经网络。 2022-6-21计算机专业英语(第3版)3Unit 1 Hardware Basics1.1 Cen
3、tral Processing Unit1.2 Memory1.3 Input / Output Systems2022-6-21计算机专业英语(第3版)4Block diagram of a digital computer 数字计算机的方框图处理器单元中央处理单元输入/输出处理器输入设备输出设备2022-6-21计算机专业英语(第3版)51.1 Central Processing Unit 中央处理器The CPU is the heart of the computer system. It is responsible for performing all arithmetic op
4、erations and logic decisions initiated by the program. 中央处理器是计算机系统的心脏。它负责实现由程序启动的全部算术运算和逻辑判断。The CPU coordinates all the activities of the various components of the computer. It determines which operations should be carried out and in what is the order. 中央处理器协调计算机各个部件的所有活动。它确定应该以什么顺序执行哪些操作。 2022-6-2
5、1计算机专业英语(第3版)6Notes 1 Although most CPU chips are smaller than a lens of a pair of glasses, the electronic components they contain would have filled a room a few decades ago.本句由“Although”引导让步状语从句,“the electronic components”作主语。译文:虽然大多数CPU芯片比一块眼镜片还小,但所包含的电子元件在几十年前却要装满一个房间。2022-6-21计算机专业英语(第3版)7Notes
6、2 The program, which tells the computers what to do and the data, which provide the information needed to solve the problem, are kept inside the computer in a place called memory.这里的主语是“the program and the data”,由which引导的两个定语从句分别修饰the program和the data。译文:程序的作用是指示计算机如何工作,而数据则是为解决问题提供的所需要的信息,两者都存储在存储器
7、里。2022-6-21计算机专业英语(第3版)8Three basic capabilities of computers计算机的三个基本性能计算机的三个基本性能First, computers have circuits for performing arithmetic operations, such as: addition, subtraction, multiplication, division and exponentiation.第一,计算机具有进行加、减、乘、除及求幂等各种算术运算的电路。Second, computers have a means of communica
8、ting with the user. 第二,计算机具有与用户通信和功能。Third, computers have circuits which can make decisions. 第三,计算机具有进行判定的电路。2022-6-21计算机专业英语(第3版)9The control unit (控制单元控制单元 )The control unit is the functional unit that is responsible for supervising the operation of the entire computer system. 控制单元是负责监督整个计算机系统操作的
9、功能部件。The control unit fetches instructions from memory and determines their type or decodes them. 控制单元从存储器中取出指令,并确定其类型或对之进行译码。It then breaks each instruction into a series of simple small steps or actions. 然后将每条指令分解成一系列简单的、很小的步骤或动作。By doing this, it controls the step-by-step operation of the entire
10、computer system. 这样,就可以控制整个计算机系统一步一步地操作。2022-6-21计算机专业英语(第3版)10Notes 3 The Arithmetic / Logic Unit (ALU) is the functional unit that provides the computer with logical and computational capabilities.本句由“that”引导定语从句,修饰“the functional unit”。译文:算术逻辑单元(ALU)是为计算机提供逻辑及计算能力的功能部件。2022-6-21计算机专业英语(第3版)11The
11、Arithmetic / Logic Unit算术算术/逻辑单元逻辑单元 Data are brought into the ALU by the control unit, and the ALU performs whatever arithmetic or logic operations are required to help carrying out the instructions. 控制单元将数据送到算术逻辑单元中,然后由算术逻辑单元完成执行指令所需要的算术或逻辑运算。Arithmetic operations include adding, subtracting, mult
12、iplying, and dividing. 算术运算包括加、减、乘、除。Logic operations make a comparison and take action based on the results. 逻辑运算完成比较,并根据结果采取行动。2022-6-21计算机专业英语(第3版)12Registers (寄存器)A register is a storage location inside the processor. 寄存器是处理器内部的存储单元。Registers in the CPU are used to store the current instruction,
13、 the location of the next instruction to be executed, and the operands.CPU中的寄存器用来存储当前指令,下一条将执行的指令的地址以及操作数。2022-6-21计算机专业英语(第3版)13Instruction (指令)An instruction is made up of operations that specify the function to be performed and operands that represent the data to be operated on. 指令由操作码和操作数组成,操作码指
14、明要完成的操作功能,而操作数则表示操作的对象。When the operands are stored in the computers memory, they have an address to indicate where they are.当操作数存储在计算机的存储器中时,则应有指明其位置的地址。Operation codeOperandADD 1000,10052022-6-21计算机专业英语(第3版)14Notes 4 For example, if an instruction is to perform the operation of adding two numbers,
15、 it must know what the two numbers are and where the two numbers are. 这里的“what the two numbers are and where the two numbers are”作宾语,它由两个并列的从句组成。译文:例如,一条指令要完成两数相加的操作,它就必须知道:这两个数是什么?这两个数在哪儿?2022-6-21计算机专业英语(第3版)15The steps of executing each instruction执行每一条指令的步骤执行每一条指令的步骤Fetch the next instruction fr
16、om memory into the instruction register.从存储器取出一条指令,送入指令寄存器。Change the program counter to point to the following instruction.修改程序计数器以指向下一条指令。Determine the type of instruction just fetched.确定刚取出指令的类型。If the instruction uses data in memory, determine where they are.如果指令使用存储器中的数据,则须确定它们的地址。Fetch the dat
17、a into internal CPU registers.取出指令并送到CPU内部寄存器。Execute the instruction.执行指令。Store the results in the proper place.将结果存储到适当的位置。Go to step 1 to begin executing the following instruction.返回到第一步,开始执行下一条指令。2022-6-21计算机专业英语(第3版)16Notes 5 A timer called a clock releases precisely timed electrical signals th
18、at provide a regular pulse for the processors work.本句中的“that provide a regular pulse for the processors work”修饰electrical signals。译文:一个称做时钟的计时器准确地发出定时电信号,该信号为处理器工作提供有规律的脉冲信号。2022-6-21计算机专业英语(第3版)17Key Words address 地址,寻址analogous 类似的,相似的arithmetic 算术的auxiliary 辅助的,补充的awesome 惊人的,令人敬畏的capability 性能,能
19、力decode 解码,译码distinguish 区别,辨别exponentiation 幂运算fetch 获取,取得fraction 小部分initiate 开始,启发,提议,创始instantaneously 瞬间地,即时地instruction 指令2022-6-21计算机专业英语(第3版)18Key Words keyboard 键盘mainframe 大型机manipulation 操作,处理microelectronic 微电子的operand 操作数originality 创意,创造力retrieve 恢复remarkable 显著的,不平常的sequence 顺序,序列sili
20、con 硅transistor 晶体管2022-6-21计算机专业英语(第3版)19Translation Exercises1.集成电路 2.取指译码执行3.算术逻辑运算 4.微电子技术 5.数字计算机系统 6.辅助存储器7.工作区 8.逻辑决策1. integrated circuit. fetch-decode-execute. Arithmetic Logical Operations. microelectronic techniques. digital computer system. auxiliary storage. workspace. logic decision202
21、2-6-21计算机专业英语(第3版)20Translation Exercises1.Central Processing Unit 2.functional unit 3.current instruction4.instruction register5.program counter6.electronic components7.input information and commands 8.Arithmetic / Logic Unit1.中央处理器2.功能单元3.当前指令4.指令寄存器5.程序计数器6.电子元件7.输入信息和指令8.算术逻辑单元2022-6-21计算机专业英语(第
22、3版)21Reading Material:Microprocessor(微处理器微处理器)Microcomputer, or micro for short, is a kind of computers. It was born in the early 1970s. 微型计算机或简称微机是计算机的一种。它诞生于20世纪70年代初期。The microprocessor is built as a single semiconductor device; 微处理器是单片半导体装置;That is, the thousands of individual circuit elements n
23、ecessary to perform all the logical and arithmetic functions of a computer are manufactured as a single chip. 也就是说,实现计算机所有逻辑和算术功能所必不可少的成千上万个分立的电路元件都制造在一块芯片上。2022-6-21计算机专业英语(第3版)22Reading Material:MicroprocessorComputer programs tell the microprocessor what to do, which is how everything works insid
24、e a PC. Other terms for the microprocessor include the processor; the central processing unit(CPU); and the number of the microprocessor, such as 8088, 80286, 80386,80486, and so on. 2022-6-21计算机专业英语(第3版)231.2 MemoryA systematic arrangement of memory cells constitutes a memory. Two basic types of se
25、miconductor memory are considered. The first is the Random Access Memory (RAM), a read-write memory, in which each individual cell can be addressed at any particular time. A second class of semiconductor memory is the Read-Only Memory (ROM). The set of data in this type of memory is generally consid
展开阅读全文