计算机专业英语(第3版)课件

上传人:痛*** 文档编号:242015694 上传时间:2024-08-10 格式:PPT 页数:58 大小:239.76KB
返回 下载 相关 举报
计算机专业英语(第3版)课件_第1页
第1页 / 共58页
计算机专业英语(第3版)课件_第2页
第2页 / 共58页
计算机专业英语(第3版)课件_第3页
第3页 / 共58页
点击查看更多>>
资源描述
单击此处编辑母版标题样式,单击此处编辑母版文本样式,第二级,第三级,第四级,第五级,*,计算机专业英语(第3版),*,计算机专业英语(第3版),卜艳萍主编,电子工业出版社,2009年,8/10/2024,1,计算机专业英语(第3版),计算机专业英语(第3版)卜艳萍主编8/3/20231计算机专,内 容 简 介,本书共分6个单元,第1单元介绍计算机硬件基础,分别讲述处理器、存储器和输入/输出技术。第2单元是计算机软件知识部分,内容有C语言、数据结构、操作系统、编译原理及数据库技术。第3单元是多媒体及应用方面的知识,包括多媒体、图形图像、CAD、计算机动画和多媒体应用软件。第4单元是计算机网络相关知识介绍,包括计算机网络基础、互联网搜索引擎、无线网络技术及网络安全。第5单元讲述电子商务方面的内容,有电子商务基础、EDI和网络广告。第6单元是计算机领域新技术介绍,包括人工智能、虚拟现实和神经网络。,8/10/2024,2,计算机专业英语(第3版),内 容 简 介 本书共分6个单元,第1单元介绍计,Unit 1 Hardware Basics,1.1 Central Processing Unit,1.2 Memory,1.3 Input/Output Systems,8/10/2024,3,计算机专业英语(第3版),Unit 1 Hardware Basics1.1 C,Block diagram of a digital computer,数字计算机的方框图,处理器单元,中央处理单元,输入/输出处理器,输入设备,输出设备,8/10/2024,4,计算机专业英语(第3版),Block diagram of a digital com,1.1 Central Processing Unit,中央处理器,The CPU is the heart of the computer system.It is responsible for performing all arithmetic operations 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.,中央处理器协调计算机各个部件的所有活动。它确定应该以什么顺序执行哪些操作。,8/10/2024,5,计算机专业英语(第3版),1.1 Central Processing Unit,Notes,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芯片比一块眼镜片还小,但所包含的电子元件在几十年前却要装满一个房间。,8/10/2024,6,计算机专业英语(第3版),Notes 1 Although most CPU ch,Notes,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。,译文:程序的作用是指示计算机如何工作,而数据则是为解决问题提供的所需要的信息,两者都存储在存储器里。,8/10/2024,7,计算机专业英语(第3版),Notes 2 The program,which t,Three 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 communicating with the user.,第二,计算机具有与用户通信和功能。,Third,computers have circuits which can make decisions.,第三,计算机具有进行判定的电路。,8/10/2024,8,计算机专业英语(第3版),Three basic capabilities of co,The control unit (,控制单元,),The control unit is the functional unit that is responsible for supervising the operation of the entire computer system.,控制单元是负责监督整个计算机系统操作的功能部件。,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 computer system.,这样,就可以控制整个计算机系统一步一步地操作。,8/10/2024,9,计算机专业英语(第3版),The control unit (控制单元)The c,Notes,3 The Arithmetic/Logic Unit(ALU)is the functional unit that provides the computer with logical and computational capabilities.,本句由“that”引导定语从句,修饰“the functional unit”。,译文:算术逻辑单元(ALU)是为计算机提供逻辑及计算能力的功能部件。,8/10/2024,10,计算机专业英语(第3版),Notes 3 The Arithmetic/Log,The 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,multiplying,and dividing.,算术运算包括加、减、乘、除。,Logic operations make a comparison and take action based on the results.,逻辑运算完成比较,并根据结果采取行动。,8/10/2024,11,计算机专业英语(第3版),The Arithmetic/Logic Unit算术,Registers,(寄存器),A register is a storage location inside the processor.,寄存器是处理器内部的存储单元。,Registers in the CPU are used to store the current instruction,the location of the next instruction to be executed,and the operands.,CPU中的寄存器用来存储当前指令,下一条将执行的指令的地址以及操作数。,8/10/2024,12,计算机专业英语(第3版),Registers(寄存器)A register is a,Instruction,(指令),An instruction is made up of operations that specify the function to be performed and operands that represent the data to be operated on.,指令由操作码和操作数组成,操作码指明要完成的操作功能,而操作数则表示操作的对象。,When the operands are stored in the computers memory,they have an address to indicate where they are.,当操作数存储在计算机的存储器中时,则应有指明其位置的地址。,Operation code,Operand,ADD 1000,1005,8/10/2024,13,计算机专业英语(第3版),Instruction(指令)An instruction,Notes,4 For example,if an instruction is to perform the operation of adding two numbers,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”作宾语,它由两个并列的从句组成。,译文:例如,一条指令要完成两数相加的操作,它就必须知道:这两个数是什么?这两个数在哪儿?,8/10/2024,14,计算机专业英语(第3版),Notes 4 For example,if an i,The steps of executing each instruction,执行每一条指令的步骤,Fetch the next instruction from 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 data 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.,返回到第一步,开始执行下一条指令。,8/10/2024,15,计算机专业英语(第3版),The steps of executing each in,Notes,5 A timer called a clock releases precisely timed electrical signals that provide a regular pulse for the processors work.,本句中的“that provide a regular pulse for the processors work”修饰electrical signals。,译文:一个称做时钟的计时器准确地发出定时电信号,该信号为处理器工作提供有规律的脉冲信号。,8/10/2024,16,计算机专业英语(第3版),Notes 5 A timer called a clo,Key Words,address 地址,寻址,analogous 类似的,相似的,arithmetic 算术的,auxiliary 辅助的,补充的,awesome 惊人的,令人敬畏的,capability 性能,能力,decode 解码,译码,distinguish 区别,辨别,exponentiation 幂运算,fetch 获取,取得,fraction 小部分,initiate 开始,启发,提议,创始,instantaneously 瞬间地,即时地,instruction 指令,8/10/2024,17,计算机专业英语(第3版),Key Words address,Key Words,keyboard 键盘,mainframe 大型机,manipulation 操作,处理,microelectronic 微电子的,operand 操作数,originality 创意,创造力,retrieve 恢复,remarkable 显著的,不平常的,sequence 顺序,序列,silicon 硅,transistor 晶体管,8/10/2024,18,计算机专业英语(第3版),Key Words keyboard,Translation Exercises,集成电路,取指译码执行,算术逻辑运算,微电子技术,数字计算机系统,辅助存储器,工作区,逻辑决策,1.integrated circuit,.fetch-decode-execute,.Arithmetic Logical Operations,.microelectronic techniques,.digital computer system,.auxiliary storage,.workspace,.logic decision,8/10/2024,19,计算机专业英语(第3版),Translation Exercises集成电路,Translation Exercises,Central Processing Unit,functional unit,current instruction,instruction register,program counter,electronic components,input information and commands,Arithmetic/Logic Unit,中央处理器,功能单元,当前指令,指令寄存器,程序计数器,电子元件,输入信息和指令,算术逻辑单元,8/10/2024,20,计算机专业英语(第3版),Translation ExercisesCentral P,Reading 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 necessary to perform all the logical and arithmetic functions of a computer are manufactured as a single chip.,也就是说,实现计算机所有逻辑和算术功能所必不可少的成千上万个分立的电路元件都制造在一块芯片上。,8/10/2024,21,计算机专业英语(第3版),Reading Material:Microproce,Reading Material:Microprocessor,Computer programs tell the microprocessor what to do,which is how everything works inside 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.,8/10/2024,22,计算机专业英语(第3版),Reading Material:Microproce,1.2 Memory,A systematic arrangement of memory cells constitutes a memory.,Two basic types of semiconductor 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 considered to be fixed.,8/10/2024,23,计算机专业英语(第3版),1.2 MemoryA systematic arrang,SRAM and DRAM,Two type of RAM are the static RAM(SRAM)and dynamic RAM(DRAM).,A static RAM consists of a basic bi-stable flip-flop circuit that needs only a dc current or voltage applied to retain its memory.,A dynamic RAM is an MOS memory that stores one bit of information as charge on a capacitor.,8/10/2024,24,计算机专业英语(第3版),SRAM and DRAMTwo type of RAM a,Types of ROM,The first is programmed either by the manufacturer(mask programmable)or by the user(programmable,or PROM).,Once the ROM has been programmed by either method,the data in the memory are fixed and cannot be altered.,The second type of ROM may be referred to as an alterable ROM in that the data in the ROM may be reprogrammed if desired.,This type of ROM may be called an EPROM(erasable programmable ROM),EEPROM(electrically erasable PROM),or flash memory.,8/10/2024,25,计算机专业英语(第3版),Types of ROM The first is prog,Basic memory architecture,8/10/2024,26,计算机专业英语(第3版),Basic memory architecture 8/3/,Memory Contents,Memories consist of a number of cells,each of which can store a piece of information.,Computer memory is measured in kilobytes or megabytes of information.,A byte is the amount of storage needed to hold one character,such as a letter or a numeric digit.,One kilobyte(KB)equals 1024 bytes,and one megabyte(MB)is about 1 million bytes.,Software requires the correct amount of RAM to work properly.,8/10/2024,27,计算机专业英语(第3版),Memory ContentsMemories consis,Memory Address,Computers that use the binary number system also express memory addresses as binary numbers.,If an address has m bits,the maximum number of cells directly addressable is 2,m,.,8/10/2024,28,计算机专业英语(第3版),Memory Address Computers that,Key Words,adjacent 邻近的,接近的,allocate 分配,分派,capacitor 电容,configuration 结构,consecutive 连续的,连贯的,etch 蚀刻,hexadecimal 十六进制的,implicit 暗示的,绝对的,individual 个别的,独特的,kilobyte 千字节,megabyte 兆字节,8/10/2024,29,计算机专业英语(第3版),Key Wordsadjacent,Key Words,millisecond 毫秒,non-metallic 非金属的,nonvolatile 非易失性的,octal 八进制的,organization 组织,programmable 可编程的,semiconductor 半导体,significance,重要性,意义,stable,稳定的,standardize,标准化,virtually 事实上,8/10/2024,30,计算机专业英语(第3版),Key Wordsmillisecond,Notes,1 The number of bits in the address is related to the maximum number of directly addressable cells in the memory and is independent of the number of bits per cell.,本句中,of directly addressable cells in the memory修饰the maximum number。,译文:地址的位数与存储器可直接寻址的最大单元数量有关,而与每个单元的位数无关。,8/10/2024,31,计算机专业英语(第3版),Notes 1 The number of bits i,Notes,2 Thus a 16-bit words,whereas a 32-bit machine will have 32-bit registers and instructions for moving,adding,subtracting,and otherwise manipulating 32-bit words.,Thus a 16-bit words是一个省略句,这里的whereas作“而”讲。,译文:因而16位机器具有16位的寄存器和指令以实现16位字的操作;32位机器则有32位的寄存器和指令,以实现传送、加法、减法和其它他32位字的操作。,8/10/2024,32,计算机专业英语(第3版),Notes 2 Thus a 16-bit words,Notes,3 This was the ability to etch thousands of integrated circuits onto a tiny piece(chip)of silicon,which is a non-metallic element with semiconductor characteristics.,由which引导的是非限定性定语从句,用来修饰silicon。,译文:这就是将成千上万个集成电路蚀刻在一小块硅(芯)片上的能力。硅片是具有半导体特性的非金属元件。,8/10/2024,33,计算机专业英语(第3版),Notes 3 This was the ability,Notes,4 To access expanded memory,a program needs to communicate with the EMM.,本句中的“To access expanded memory”作目的状语。,译文:为了访问扩展存储器,程序需要与EMM联系。,8/10/2024,34,计算机专业英语(第3版),Notes 4 To access expanded m,Notes,5 When a program allocates expanded memory pages,the EMM returns a handle to the requesting program.,本句中,由“when”引导时间状语从句。,译文:当一个程序装入扩展存储器页中时,EMM就将一个标志回复给这个请求程序。,8/10/2024,35,计算机专业英语(第3版),Notes 5 When a program alloc,Translation Exercises,易失性存储器 volatile memory,外围电路 peripheral circuit,实模式 the real mode,寻址能力 address ability,闪存 flash memory,刷新电路 refresh circuitry,只读存储器 Read Only Memory,随机存取存储器 Random Access Memory,8/10/2024,36,计算机专业英语(第3版),Translation Exercises易失性存储器,Translation Exercises,periodic refresh,定期刷新,software interrupt 软件中断,binary number 二进制数字,electrically erasable PROM,电可擦除可编程的只读存储器,expanded memory 扩展存储器,erasable programmable ROM,可擦除可编程的只读存储器,refresh cycle 刷新周期,logical page 逻辑页面,8/10/2024,37,计算机专业英语(第3版),Translation Exercisesperiodic,Reading Material:Cache and Magnetic Disks,A variety of different types of cache(disk cache,memory cache,processor cache)can improve overall system performance.,A cache can be optionally implemented on almost any system.,Cache controllers have been used on mainframe computer systems for many years;their migration to the micro could be seen as a logical next step.,8/10/2024,38,计算机专业英语(第3版),Reading Material:Cache and,Reading Material:Cache and Magnetic Disks,There are two major types of magnetic disks:floppy disks and hard disks.,Both types of disks rely on a rotating platter coated with a magnetic surface and use a moveable read/write head to access the disk.,Disk storage is nonvolatile,meaning that the data remains even when power is removed.,8/10/2024,39,计算机专业英语(第3版),Reading Material:Cache and,Reading Material:Cache and Magnetic Disks,To access data,the operating system must direct the disk through a three-stage process.,The first step is to position the arm over the proper track.This operation is called a seek,and the time to move the arm to the desired track is called seek time.,Once the head has reached the correct track,we must wait for the desired sector to rotate under the read/write head.This time is called the rotation latency or rotational delay.,The last component of a disk access,transfer time,is the time to transfer a block of bits,typically a sector.,8/10/2024,40,计算机专业英语(第3版),Reading Material:Cache and,1.3 Input/Output Systems,You can use your keyboard for many purposes:,Typing information,Entering numbers with the numeric keypad,Requesting specific functions,Performing system functions with key combinations,Moving around the computer screen,8/10/2024,41,计算机专业英语(第3版),1.3 Input/Output Systems Y,Monitor,Computers only use monitors to show you exciting operation results or marvelous and vivid pictures.,Monitors also are the best windows for conversation between users and computers.,8/10/2024,42,计算机专业英语(第3版),Monitor Computers only use mon,Parameters of Monitors,Element Distance,Video Bandwidth,Solution,Scan Style,8/10/2024,43,计算机专业英语(第3版),Parameters of MonitorsElement,Mouse,The interface between a mouse and a system can take one of two forms:the mouse either generates a series of pulses when it is moved,or it increments and decrements counters.,Most mice also include one or more buttons,and the system must be able to detect when a button is depressed.,8/10/2024,44,计算机专业英语(第3版),Mouse The interface between a,Optical Disks,An optical disk is a disk on which data are encoded for retrieval by a laser.,Optical disks offer information densities far beyond the range of current magnetic mass-storage devices.,Currently,three versions of optical disk technology are competing for the mass-storage market,they are read-only optical disks,write-once optical disks,and erasable optical disks.,8/10/2024,45,计算机专业英语(第3版),Optical Disks An optical disk,Bus,A bus is a shared communication link,which uses one set of wires to connect multiple subsystems.,The two major advantages of the bus organization are versatility and low cost.,A bus generally contains a set of control lines and a set of data lines.,The control lines are used to signal requests and acknowledgments,and to indicate what type of information is on the data lines.,The data lines of the bus carry information between the source and the destination.,8/10/2024,46,计算机专业英语(第3版),Bus A bus is a shared communic,Key Words,acknowledgement 承认,确认,appropriately 适当地,bandwidth 带宽,blank 空白的,cursor 光标,documentation 文档,文件,interface 接口,界面,latency 潜伏,潜在,layout 布局,分布,marvelous 令人惊异的,了不起的,minimize 最小化,mouse 鼠标,non-interlace 非隔行,8/10/2024,47,计算机专业英语(第3版),Key Wordsacknowledgement,Key Words,optical 光学的,parameter 参数,periodically 定期地,punctuation 标点符号,responsive 响应,应答的,reusability 可重复使用的,solution 分辨率,spacebar 空格键,streamline 流线,流线型,subsystem 子系统,sustain 承受,支持,typewriter 打字机,video 视频,8/10/2024,48,计算机专业英语(第3版),Key Wordsoptical,Notes,1 In interlace style,electron-beam sweeps elements in odd rows first time and does elements in even rows second time.,本句中的electron-beam译作电子射枪,elements译作像素。,译文:在隔行方式中,电子射枪首先扫描奇数项中的像素,第二次再扫描偶数项中的像素。,8/10/2024,49,计算机专业英语(第3版),Notes1 In interlace style,e,Notes,2 By monitoring the status of the button,the system can also differentiate between clicking the button and holding it down.,本句中的“By monitoring the status of the button”是分词短语作状语。,译文:依靠对按钮状态的监测,系统也就能区分单击按键与按着按键拖曳之间的差别。,8/10/2024,50,计算机专业英语(第3版),Notes2 By monitoring the sta,Notes,3 Similarly,software interpretation of the mouse position means that the cursor doesnt jump completely off the screen when the mouse is moved a long distance in one direction.,本句中,“when”引导时间状语从句。,译文:同样,用软件描述鼠标位置,也意味着当鼠标沿一个方向长距离移动时,光标不会完全跳离出屏幕。,8/10/2024,51,计算机专业英语(第3版),Notes3 Similarly,software i,Notes,4 To write data,a powerful beam of laser light burns tiny spots or pits into the coating that covers the surface of these disks.,本句中的“To write data”作目的状语,“that covers the surface of these disks”是定语从句,修饰“the coating”。,译文:为了写入数据,激光的强大光束将覆盖在光盘的表层并烧结出小斑点或凹点。,8/10/2024,52,计算机专业英语(第3版),Notes4 To write data,a powe,Notes,5 One reason bus design is so difficult is that the maximum bus speed is largely limited by physical factors:the length of the bus and the number of devices.,本句中的“bus design is so difficult”是定语,修饰“reason”,“that the maximum bus”是表语从句。,译文:总线设计如此困难的一个原因是,总线的速度很大程度上受物理因素限制:总线长度和设备数量。,8/10/2024,53,计算机专业英语(第3版),Notes5 One reason bus design,Translation Exercises,通信瓶颈 communication bottleneck,总线协议 bus protocol,像素距离 element distance,只读光盘 read only optical disk,电子枪 electron gun,输出设备 output device,水平方向 horizental direction,总线带宽 bus bandwidth,8/10/2024,54,计算机专业英语(第3版),Translation Exercises通信瓶颈,Translation Exercises,numeric keypad 数字键盘,electron-beam 电子束,typematic effect 自动复击效应,scan style 扫描类型,data transfer rate 数据传输速率,source and the destination 源和目的,magnetic polarity 磁性,disk sector 磁盘扇区,8/10/2024,55,计算机专业英语(第3版),Translation Exercisesnumeric k,Reading Material:,How MP3 Files Work?,The MP3 format is a compression system for music.,The MP3 format helps reduce the number of bytes in a song without hurting the quality of the songs sound.,The goal of the MP3 format is to compress a CD-quality song by a factor of 10 to 14 without noticeably affecting the CD-quality sound.,With MP3,a 32-megabyte song on a CD compresses down to about 3MB.,8/10/2024,56,计算机专业英语(第3版),Reading Material:How MP3 F,Reading Material:,How MP3 Files Work?,the MP3 format uses characteristics of the human ear to design the compression algorithm.,There are certain sounds that the human ear cannot hear.,There are certain sounds that the human ear hears much better than others.,If there are two sounds playing simultaneously,we hear the louder one but cannot hear the softer one.,8/10/2024,57,计算机专业英语(第3版),Reading Material:How MP3 F,Reading Material:,How MP3 Files Work?,There are literally thousands of sites on the Web where you can download MP3 files.,Go to one of these sites,find a song and download it to your hard disk.,Most songs range between 2 and 4 MB,so it will take 10 to 15 minutes unless you have a high-speed Internet connection.,8/10/2024,58,计算机专业英语(第3版),Reading Material:How MP3 F,
展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 管理文书 > 施工组织


copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!