计算机英语2
计算机专业英语第三版教学课件Unit2Software
Michael: I have checked the information. It is no problem to install it on the Windows 10.
迈克尔:我已经查看了相关信息。在Windows 10中安装没有问题。
Unit 2
Lesson 14
迈克尔正向技术支持部门的玛丽询问如何安装声卡。
Mary: Hello, Technical Support Department, what can I do for you?
玛丽:您好,技术支持中心,我能为您做些什么?
Michael: Hello, I want to replace the sound card with a new one. But I do not know how to operate in Windows 10 after I plug the card.
2. _O_p_e_r_a_ti_n_g__s_y_st_e_m__k_e_e_p__s_t_ra_c_k__o_f_f_il_e_s_a_n_d__d_i_re_c_to_r_ie_s on the disk.
3. _O_p_e_r_a_ti_n_g__s_y_st_e_m__c_o_n_tr_o_ls_p_e_r_ip_h_e_ra_l_d_e_v_ic_e_s_s_uc_h__as__di_s_k drives and printers.
Unit 2 Software
Lesson 1 Operating Systems Lesson 2 Office Software Lesson 3 Multimedia and Multimedia Software Lesson 4 Using Email Client Software
计算机英语(第2版)新增答案
《计算机英语(第2版)》参考答案注:这里仅给出《计算机英语(第2版)》新增或变化课文的答案,其他未改动课文答案参见《计算机英语(第1版)》原来的答案。
Unit OneSection CPDA Prizefight: Palm vs. Pocket PCI. Fill in the blanks with the information given in the text:1. With DataViz’s Documents To Go, you can view and edit desktop documents on your PDA without converting them first to a PDA-specific ________. (format)2. Both Palm OS and Windows Mobile PDAs can offer e-mail via ________ so that new messages received on your desktop system are transferred to the PDA for on-the-go reading. (synchronization)3. The Windows Mobile keyboard, Block Recognizer, and Letter Recognizer are all ________ input areas, meaning they appear and disappear as needed. (virtual)4. Generally speaking, Windows Mobile performs better in entering information and playing ________ files while Palm OS offers easier operation, more ________ programs, better desktop compatibility, and a stronger e-mail application. (multimedia; third-party)II. Translate the following terms or phrases from English into Chinese and vice versa:1. data field数据字段2. learning curve学习曲线3. third-party solution第三方解决方案4. Windows Media Player Windows媒体播放器5. 开始按钮Start button6. 指定输入区designated input area7. 手写体识别系统handwriting-recognition system8. 字符集character setUnit ThreeSection BLonghorn:The Next Version of WindowsI. Fill in the blanks with the information given in the text:1. NGSCB, the new security architecture Microsoft is developing for Longhorn, splits the OS into two parts: a standard mode and a(n) ________ mode. (secure)2. It is reported that Longhorn will provide different levels of operation that disable the more intensive Aero effects to boost ________ on less capable PCs. (performance)3. With Longhorn’s new graphics and presentation engine, we can create and display Tiles on the desktop, which remind us of the old Active Desktop but are based on ________ instead of ________. (XML; HTML)4. The most talked-about feature in Longhorn so far is its new storage system, WinFS, whichworks like a(n) ________ database. (relational)II. Translate the following terms or phrases from English into Chinese and vice versa:1. search box搜索框2. built-in firewall内置防火墙3. standalone application独立应用程序4. active desktop 活动桌面5. mobile device移动设备6. 专有软件proprietary software7. 快速加载键quick-launch key8. 图形加速器graphics accelerator9. 虚拟文件夹virtual folder10. 三维界面three-dimensional interfaceUnit FourSection CArraysI. Fill in the blanks with the information given in the text:1. Given the array called object with 20 elements, if you see the term object10, you know the array is in ________ form; if you see the term object[10], you know the array is in ________ form. (subscript; index)2. In most programming languages, an array is a static data structure. When you define an array, the size is ________. (fixed)3. A(n) ________ is a pictorial representation of a frequency array. (histogram)4. An array that consists of just rows and columns is probably a(n) ________ array. (two-dimensional)II. Translate the following terms or phrases from English into Chinese and vice versa:1. bar chart条形图2. frequency array频率数组3. graphical representation图形表示4. multidimensional array多维数组5. 用户视图user(’s) view6. 下标形式subscript form7. 一维数组one-dimensional array8. 编程结构programming constructUnit FiveSection BMicrosoft .NET vs. J2EEI. Fill in the blanks with the information given in the text:1. One of the differences between C# and Java is that Java runs on any platform with a Java Virtual ________ while C# only runs in Windows for the foreseeable future. (Machine)2. With .NET, Microsoft is opening up a channel both to ________ in other programming languages and to ________. (developers; components)3. J2EE is a single-language platform; calls from/to objects in other languages are possiblethrough ________, but this kind of support is not a ubiquitous part of the platform. (CORBA)4. One important element of the .NET platform is a common language ________, which runs bytecodes in an Internal Language format. (runtime)II. Translate the following terms or phrases from English into Chinese and vice versa:1. messaging model消息收发模型2. common language runtime通用语言运行时刻(环境)3. hierarchical namespace分等级层次的名称空间4. development community开发社区5. CORBA公用对象请求代理(程序)体系结构6. 基本组件base component7. 元数据标记metadata tag8. 虚拟机virtual machine9. 集成开发环境IDE(integrated development environment)10. 简单对象访问协议SOAP(Simple Object Access Protocol)Unit SixSection ASoftware Life CycleI. Fill in the blanks with the information given in the text:1. The development process in the software life cycle involves four phases: analysis, design, implementation, and ________. (testing)2. In the system development process, the system analyst defines the user, needs, requirements and methods in the ________ phase. (analysis)3. In the system development process, the code is written in the ________ phase. (implementation)4. In the system development process, modularity is a very well-established principle used in the ________ phase. (design)5. The most commonly used tool in the design phase is the ________. (structure chart)6. In the system development process, ________ and pseudocode are tools used by programmers in the implementation phase. (flowcharts)7. Pseudocode is part English and part program ________. (logic)8. While black box testing is done by the system test engineer and the ________, white box testing is done by the ________. (user; programmer)II. Translate the following terms or phrases from English into Chinese and vice versa:1. standard graphical symbol标准图形符号2. logical flow of data标准图形符号3. test case测试用例4. program validation程序验证5. white box testing白盒测试6. student registration system学生注册系统7. customized banking package定制的金融软件包8. software life cycle软件生命周期9. user working environment用户工作环境10. implementation phase实现阶段11. 测试数据test data12. 结构图structure chart13. 系统开发阶段system development phase14. 软件工程software engineering15. 系统分析员system(s) analyst16. 测试工程师test engineer17. 系统生命周期system life cycle18. 设计阶段design phase19. 黑盒测试black box testing20. 会计软件包accounting packageIII. Fill in each of the blanks with one of the words given in the following list, making changes if necessary:development; testing; programmer; chart; engineer; attend; interfacessystem; software; small; userdevelop; changes; quality; board; UncontrolledIV. Translate the following passage from English into Chinese:软件工程是软件开发的一个领域;在这个领域中,计算机科学家和工程师研究有关的方法与工具,以使高效开发正确、可靠和健壮的计算机程序变得容易。
全国计算机等级考试二级考试 英文
全国计算机等级考试二级考试英文English:The National Computer Rank Examination Level 2 (NCRE Level 2) in China is a standardized test designed to assess the computer proficiency and practical skills of individuals. This exam is crucial for students and professionals who need to certify their abilities in specific computer fields, including programming, database management, and network applications. The Level 2 exam is divided into several categories such as C programming, Java programming, database technology, and network technology, each focusing on more advanced computer operations compared to Level 1. The exam format typically includes theoretical questions and practical tasks, requiring a deep understanding of concepts and the ability to apply them in real-world scenarios. Participants must prepare thoroughly, often taking courses or engaging in self-study to cover the extensive syllabus. Success in this exam not only demonstrates a solid foundation in computer sciences but also enhances job prospects in a market where technological skills are highly valued. For many,achieving a high score in the NCRE Level 2 serves as a stepping stone to further education and specialized certifications in the IT field.中文翻译:全国计算机等级考试二级(NCRE 二级)是一项旨在评估个人在计算机熟练度和实际操作技能的标准化测试。
计算机英语学生用书(第二版)习题答案chapter 05.
II. True or False III.Answering Questions IV. Translating Terms
Vocabulary
V. Selecting Words
Collocation Summary
• First generation—— machine language • Second generation—— assembly language • Third generation—— high-level languages • Fourth generation—— very-high-level
5. T
IIV. Exercises—Comprehension
III. Answer the following question.
1. List the five steps of programming.
1. Programming is traditionally a five-step problem-solving process. The five steps are as follows: The first step: Problem definition The second step: Program design The third step: Program coding The fourth step: Program testing The fifth step: Program documentation and maintenance
languages • Fifth generation—— natural languages
计算机专业英语(张强华-第二版)重点单词及部分课后答案
Unit 1单词:〖Ex. 3〗根据下面的英文解释,写出相应的英文词汇(使用学过的单词、词组或缩略语)〖Ex. 5〗把下列短文翻译成中文系统面板和普通键盘有专门控制键,你可以使用这些控制键实现主要的多媒体功能:观相片、听音乐和看电影。
面板还有为看电视和阅读电视指南而设的快速启动按钮。
Ex. 9〗用that从句做宾语将下面汉语译成英语你应该知道,你不仅仅能读取磁盘上的数据,也能够往上面写新的信息1. You should know that you can not only read data from the disk but also write new information to it.你应该意识到,软盘容纳不了多少数据2. You should realize that floppies do not hold too much data.我们计算机老实说,USB要比火线慢多了3. Our computer teacher said that USB is much slower than Firewire.我认为CPU主要责任是执行指令4. I think/believe that the CPU is primarily responsible for executing instructions.Unit 2单词〖Ex. 3〗根据下面的英文解释,写出相应的英文词汇(使用学过的单词、词组或缩略语)Unit 3〖Ex. 3〗根据下面的英文解释,写出相应的英文词汇(使用学过的单词、词组或缩略语)Unit 4单词〖Ex. 3〗根据下面的英文解释,写出相应的英文词汇(使用学过的单词、词组或缩略语)Unit 5单词〖Ex. 3〗根据下面的英文解释,写出相应的英文词汇(使用学过的单词、词组或缩略语)〖Ex. 5〗把下列短文翻译成中文佳能打印机有五种样式,价格从$80 到$500不等,满足了任何想打印相片用户的需求。
计算机专业英语Unit02_SectionA_Computer_Hardware
A light pen is a stylus with a light sensitive tip that is used to draw directly on a computer’s video screen or to select information on the screen Photo of the Hypertext Editing by pressing a clip in the System (HES) console in light use at Brown light pen or by pressing the pen against the surface University, circa October 1969.light The sensors that identify of the screen. The pen contains photo shows HES on an IBM 2250 Mod which portion the screen it lightpen is passed 4 displayof station, including and over.
Although microprocessors are still technically considered to be hardware, portions of their function are also associated with computer software. Since microprocessors have both hardware and software aspects they are therefore often referred to as firmware. 尽管微处理器在技术上仍被认为是硬件,其部 分功能也与计算机软件有关系。既然微处理器同时 具有硬件与软件方面的特征,它们因此经常被称作 固件。
计算机专业英语(2)
Computer HardwareContentsz Careers in ITz TEXT A The Organization of Computer System Unit z TEXT B Input and Output z Writing Training z Translation Tips zLegendary Stories in ITTASK I Careers in ITCareers: Computer TechnicianComputer technicians repair and install computer components. They may work on everything from personal computers and mainframe servers to printers. Some computer technicians are responsible for setting up and maintaining computer networks. Experienced computer technicians may work with computer engineers to diagnose problems and run routine maintenance on complex systems. Job growth is expected in this field as computer equipment becomes more complicated and technology expands.Employers look for those with certification in computer repair or associate degrees from vocational schools. Employment usually begins with training, but most employers expect applicants to have prior technical experience. Computer technicians also can expect to continue their education to keep up with technological changes. Good communication skills are important in this field. Dialogue: Practice with Your PartnerTom: Hi, Jerry. You look so upset. What’s up?Jerry:I think computers are supposed to make our lives more convenient. But it seems like I spend half my time waiting for it to do something.Unit 2计算机专业英语·18·Tom:Why is it so slow? How much RAM do you have? Jerry:I think I have 128 Megs.Tom:That’s your problem.If you want Windows 7 to run smoothly, you need at least 256 Megs. Jerry:I have 512 Megs now. and most things work better, but I can't get my mouse to work properly. First it moves and then, all of a sudden, it jerks all the way across the screen. What can I do?Tom:Here, let me see. You should open the mouse and take out the ball.Do you see these contacts here?Jerry:Yes, they look pretty dirty.Tom: That's right. Let me clean those for you, and you'll be back to normal in no time. Jerry: Wow, you are so professional.Thank you. Tom:It’s my pleasure.TASK II TEXT AThe Organization of Computer System UnitFigure 2.1 The Organization of Computer Componentssequentially[si5kwZnFEli ] adj . 从而,循序地readily[5redili ] adv . 容易地,乐意地component[kEm5pEunEnt ] n . 部件,组件 A computer is a programmable machine designed to sequentially and automatically carry out a sequence of arithmetic or logical operations. The particular sequence of operations can be changed readily, allowing the computer to solve more than one kind of problem. A general-purpose computer has four main components : the arithmetic logic unit (ALU), the control unit, the memory, and the input and output devices. These parts areUnit 2 Computer Hardware·19·bus [bQs ] n . 总线ArithmeticLogic Unit 运算器,运算逻辑部件circuit[5sE:kit ] n . 电路,环形fundamental[7fQndE5mentEl ] adj . 基本的,重要的maintain[men5tein ] vt . 保持,坚持accommodate[E5kCmEdeit ] vt . 容纳,顺应classification[7klAsifi5keiFEn ]n . 分类,类别distinct[dis5tiNkt ] adj . 截然不同的,明显的architecture[5B:kitektFE ] n .体系结构,建筑学address[E5dres ] n . 住址,地址binary[5bainEri ] n . 二进制register[5redVistE ] n . 寄存器interconnected by buses , often made of groups of wires (See Figure 2.1).Arithmetic Logic UnitIn computing, an arithmetic logic unit is a digital circuit that performs arithmetic and logical operations. The ALU is a fundamental building block of the central processing unit (CPU) of a computer, and even the simplest microprocessors contain one for purposes such as maintaining timers. The processors found inside modern CPUs and graphics processing units (GPUs) accommodate very powerful and very complex ALUs; a single component may contain a number of ALUs.Mathematician John von Neumann proposed the ALU concept in 1945, when he wrote a report on the foundations for a new computer called the EDVAC. Research into ALUs remains an important part of computer science, falling under arithmetic and logic structures in the ACM Computing Classification System.Control UnitThe control unit (often called a control system or central controller) manages the computer's various components; it reads and interprets the program instructions, transforming them into a series of control signals which activate other parts of the computer. Control systems in advanced computers may change the order of some instructions so as to improve performance. In computers, the control unit was historically defined as one distinct part of the 1946 reference model of Von Neumann architecture . In modern computer designs, the control unit is typically an internal part of the CPU with its overall role and operation unchanged.MemoryA computer's memory can be viewed as a list of cells into which numbers can be placed or read. Each cell has a numbered “address” and can store a single number. The information storedin memory may represent practically anything. Letters, numbers, even computer instructions can be placed into memory with equal ease. In almost all modern computers, each memory cell is set up to store binary numbers in groups of eight bits (called a byte).The CPU contains a special set of memory cells called registers that can be read and written to much more rapidly than计算机专业英语·20·random-access memory 随机存取存储器read-only memory 只读存 储器start-up 启动 indefinitely[in defEnEtli ] adv . 无限期地blur[blE :] vt .&vi . (使)变模糊 be restricted to 仅限于……,限制在……sophisticated[sE5fistikeitid ] adj .精密的,复杂的peripheral[pE5rifErEl ] n . 外围设备,周边设备perspective[pE5spektiv ] n . 远景,透视monitor[5mCnitE ] n . 监视器,显示器representation[7reprizen5teiFE n ] n . 表示,表达interaction[7intEr5AkFEn ] n .交互作用,互动 the main memory area. Registers are used for the most frequently needed data items to avoid having to access main memory every time data is needed. As data is constantly being worked on, reducing the need to access main memory greatly increases the computer's speed.Computer main memory comes in two principal varieties: random -access memory or RAM and read -only memory or ROM. RAM can be read and written to anytime the CPU commands it, but ROM is pre-loaded with data and software that never changes, so the CPU can only read from it. ROM is typically used to store the computer's initial start -up instructions. In general, the contents of RAM are erased when the power to the computer is turned off, but ROM retains its data indefinitely . Flash memory blurs thedistinction between ROM and RAM, as it retains its data when turned off but is also rewritable. It is typically much slower than conventional ROM and RAM however, so its use is restricted to applications where high speed is unnecessary.In more sophisticated computers there may be one or more RAM cache memories which are slower than registers but faster than main memory. Generally computers with this sort of cache are designed to move frequently needed data into the cache automatically, often without the need for any intervention on the programmer's part.Input/OutputI/O is the means by which a computer exchanges information with the outside world. Inputs are the signals or data received by the computer, and outputs are the signals or data sent from it. Devices that provide input or output to the computer are called peripherals . Note that the designation of a device as either input or output depends on the perspective . Mouse and keyboards take as input physical movement that the human user outputs and converts it into signals that a computer can understand. The output from these devices is input for the computer. Similarly, printers and monitors take as input signals that a computer outputs. They then convert these signals into representations that human users can see or read. For a human user the process of reading or seeing these representations is receiving input. These interactions between computers and humans are studied in a field called human–computer interaction.Unit 2 Computer Hardware·21·ExercisesI. March each of the following terms to its equivalent(s).II.Fill in the blanks with the information given in the text.1. In computing, __________ __________ __________ __________ (ALU) is a digital __________ that performs arithmetic and logical operations.2. Computer main memory comes in two principal varieties: __________ __________ or RAM and __________ __________ or ROM.3. Inputs are the signals or data __________ by the computer, and outputs are the signals or data __________ __________ it.4. In computers, the control unit was historically defined as one __________ part of the 1946 reference model of Von Neumann __________.5.Note that the designation of a device as either input or output depends on the __________. III. Mark the following sentences with true or false according to the passage.1. A computer has four main components: the arithmetic logic unit (ALU), the control unit, the memory, and the input and output devices;and they are interconnected by business. ( )2. I/O(Input and Output Devices) is the means by which a computer exchanges information with the outside world.( ) 3. Mouse and keyboards take as output physical movement that the human user inputs and converts it into signals that a computer can understand. ( ) 4. RAM is pre-loaded with data and software that never changes, so the CPU can only read from it.( ) 5. Control systems in advanced computers may change the order of some instructions so as to improve performance.( )IV. Translate the following passage from English into Chinese.Flash memory is a non-volatile computer storage chip that can be electrically erased andreprogrammed. It is primarily used in memory cards, USB flash drives, MP3 players and solid-state计算机专业英语·22·drives for general storage and transfer of data between computers and other digital products. It is a specific type of EEPROM (electrically erasable programmable read-only memory) that is erased and programmed in large blocks; in early flash the entire chip had to be erased at once.TASK III TEXT BInput andOutputFigure 2.2 Input and Output Devicesattach to 使依附 layout[5leiaut ] n . 布局combination[7kCmbi5neiFEn ] n . 结合,组合A computer is only useful when it is able to communicate with the external environment. When you work with the computer you feed your data and instructions through some devices to the computer. These devices are called input devices (See Figure 2.2). Similarly computer after processing, gives output through other devices called output devices (See Figure 2.2).Input DeviceInput devices are necessary to convert our information or data in to a form which can be understood by the computer.Keyboard: This is the standard input device attached to all computers. The layout of keyboard is just like the traditional typewriter of the type QWERTY. It also contains some extra command keys and function keys. It contains a total of 101 to 104 keys. You have to press correct combination of keys to input data. The computer can recognise the electrical signals corresponding to the correct keys combination and processing is done accordingly.Unit 2 Computer Hardware·23·rolls on 滚滚向前censor[5sensE ] vt . 检查 cursor[5kE:sE ] n . 光标monochrome[5mCnEkrEum ] adj . 单色的,黑白的dumb terminal 哑终端 intelligent terminal 智能终端hammering[5hAmEriN ] n .捶打,捶打的声音ribbon[5ribEn ] n .(打印机的) 色带Mouse :Mouse is an input device that is used with personal computer. It rolls on a small ball and has two or three buttons on the top. When you roll the mouse across a flat surface, the screen censors the mouse in the direction of mouse movement. The cursor moves very fast with mouse giving you more freedom to work in any direction. It is easier and faster to move through a mouse.Scanner :Scanner is an optical device that can input any graphical matter and display it back. The common optical scanner devices are Magnetic Ink Character Recognition (MICR), Optical Mark Reader (OMR) and Optical Character Reader (OCR).Output DeviceAn output device is any piece of computer hardware equipm- ent used to communicate the results of data processing carried out by a computer to the outside world.Visual Display Unit :The most popular output device is the Visual Display Unit (VDU). It is also called the monitor. A keyboard is used to input data and monitor is used to display the input data and to receive massages from the computer. A monitor has its own box which is separated from the main computer system and is connected to the computer by cable. In some systems it is compact with the system unit. It can be color or monochrome .Terminals :It is a very popular interactive input/output unit. It can be divided into two types:hard copy terminals and soft copy terminals. A hard copy terminal provides a printout on paper whereas soft copy terminals provides visual copy on monitor. A terminal when connected to a CPU sends instructions directly to the computer. Terminals are also classified as dumb terminals or intelligent terminals depending upon the work situation.Printer :It is an important output device which can be used to get a printed copy of the processed text or result on paper. There are different types of printers that are designed for different types of applications. Depending on their speed and approach of printing, printers are classified as impact and non-impact printers. Impact printers use the familiar typewriter approach of hammering a typeface against the paper and inked ribbon . Dot-matrix printers are of this type. Non-impact printers do not hit or impact a ribbon to print. They use electro-static chemicals and ink-jet technologies.计算机专业英语·24·dot-matrix 点矩阵 ink-jet 喷墨式elaborate[I5lAbEreit ] vt . 详细设计Laser printers and ink-jet printers are of this type. This type of printers can produce color printing and elaborate graphics.ExercisesI. March each of the following terms to its equivalent(s).II. Fill in the blanks with the information given in the text.1. Terminals can be divided into two types: __________ terminals and __________ _________ terminals.2. Laser printers and __________ printers can produce __________ printing and __________graphics.3. A monitor has its own box which is __________ the main computer system and is __________ to the computer by __________.4. The __________ of keyboard is just like the__________ typewriter of the type QWERTY.5.Mouse __________ __________ a small ball and has two or three buttons on the top. III. Mark the following sentences with true or false according to the passage.1. Input devices are necessary to convert our information or data into a form which can be understood by the computer. ( )2. Visual Display Unit (VDU) is the most popular input/output device of computer , it is also called the monitor .( ) 3. Scanner is an important inputer device,it is a kind of optical device that can output any graphical matter and display it back. ( ) 4. Mouse is an input device that is used with your personal computer, and it rolls on a small ball and has two or three buttons on the top. ( ) 5. A keyboard contains some extra command keys and function keys. When you press correctcombination of keys, you can input special data.( )Unit 2 Computer Hardware·25·IV. Translate the following passage from English into Chinese.A laser printer is a common type of computer printer that rapidly produces high quality text and graphics on plain paper. As with digital photocopiers and multifunction printers (MFPs), laser printers employ a xerographic printing process but differ from analog photocopiers in that the image is produced by the direct scanning of a laser beam across the printer's photo receptor.TASK IV Writing TrainingBusiness Card名片,又称卡片,是标示姓名及其所属组织、公司单位和联系方法的纸片。
计算机专业英语第二版 译文
《计算机英语》参考译文(精读部分)目录第1单元课文A:计算机概览 (3)一、引言 (3)二、历史 (3)三、硬件 (4)四、编程 (5)五、未来的发展 (5)第2单元课文A:计算机硬件 (5)一、引言 (5)二、输入硬件 (6)三、输出硬件 (6)四、存储硬件 (7)五、硬件的连接 (7)第3单元课文A:操作系统 (8)一、引言 (8)二、操作系统是怎样工作的 (8)三、当前的操作系统 (8)五、未来的技术 (10)第4单元课文A:编程语言 (11)一、引言 (11)二、语言类型 (11)三、高级语言的分类 (12)四、语言的结构与成分 (12)五、历史 (13)第5单元课文A:计算机程序 (13)一、引言 (13)二、程序开发 (14)三、程序元素 (14)四、程序功能 (15)五、历史 (16)六、未来 (16)第6单元课文A:软件生命周期 (17)第7单元课文A:进入关系数据库的世界 (19)一、什么是关系数据库? (19)二、数据库管理系统的介绍 (20)三、不同的计算模型 (21)第8单元课文A:电信与计算机 (22)第9单元课文A:计算机网络 (24)一、引言 (24)二、调制解调器与计算机管理局 (24)三、局域网 (24)四、路由器与桥接器 (25)五、广域网 (25)六、分布式计算 (25)七、安全与管理 (26)第10单元课文A:因特网是如何工作的? (26)一、因特网访问 (27)二、信息打包 (27)三、网络编址 (27)四、电子邮件 (28)五、传输模式 (28)六、带宽 (28)第11单元课文A:信息革命 (29)一、引言 (29)二、社会与技术发展 (29)三、信息革命的方向 (29)四、就业趋势 (30)五、信息技术与消费者 (31)六、信息革命的问题 (31)第12单元课文A:电子商务简介 (32)一、定义 (32)二、需求与服务 (32)第13单元课文A:计算机安全 (34)一、计算机安全面临的威胁 (34)二、保护计算机安全的措施 (36)第14单元课文A:比尔•盖茨文摘 (37)第1单元课文A:计算机概览一、引言计算机是一种电子设备,它能接收一套指令或一个程序,然后通过对数值数据进行运算或者对其他形式的信息进行处理来执行该程序。
《计算机专业英语》霍宏涛Chapter2
Notes
If an application does not make good use of the TLB, increasing the size of the page can be beneficial for performance, allowing for a bigger part of the address space to be mapped into the TLB. 如果应用程序没有充分利用TLB, 增加页面尺寸可以提高性能, 因为它允许更大的地址空间映射到TLB。
Professional English in Computer Field
Chapter Two Computer Architecture
内容
正文
Computer Motherboard Memory Hierarchy in Cache-based Systems
阅读材料
Multi-core (computing) I2C
bottleneck fetch amortize consecutively latency metric uniform hierarchy rule of thumb
n.瓶颈 v.标准 adj.不变 n.分层结构 单凭经验的方法
And the larger, more complex, and more important any program is, the better are its chances that that it'll be one of
these old 32-bit programs.
全关联缓存的设计解决了由于直接映射缓存所导致的潜在的 颠簸的问题。
计算机专业英语参考答案Unit (2)[3页]
Unit Two HardwareSection One Warming Up1.CPU2.Main board3.Mouse4.Printer5.Keyboard6.MonitorSection Two Real WorldFind informationTask I. 1.No, they aren’t.2.He can’t tell the difference between RAM and ROM.3.It stands for Random Access Memory.4.It represents Read Only Memory.5.ROM.Task II. 1. T 2. F 3. F 4. T 5. TWords BuildingTask I. 1. A 2. B 3. A 4. A 5. DTask II.1. confusing2. memorable3. alteration4. difference5. eraseTask III. 1. C 2. F 3. B 4. H 5. G 6. E 7. D 8. A 9. J 10. I Cheer up Your EarsTask I. 1. components 2. difference 3. confused 4. Random 5. switch6. essential7. represent8. alter9. journal; eraseTask II. 1. hard drive 2. monitor 3. sound card 4. video card 5. speakers6. software7. service8. charge9. DVD 10. 8,000Task III. 1. C 2. A 3. A 4. C 5. CTable Talk1. ask you a question2. dust, dirt and liquids3. glass cleaners4. electric shock5. be conducted toSection Three Brighten Y our Eyes中央处理器在一独立使用(非联网状态下)的情况下,计算机的性能绝大部分由以三个计算机部件决定,它们分别是:中央处理器、随机存储器和显示器决定。
电大计算机英语2过程性评测答题4
C. call me Charles
14.He is a really good man, __________?
B. isn’t he
4.Please help yourself to the seafood.__________
A. I’m afraid not, because I have to go to an important meeting.
Could you help me with my physics, please?---___________
D. Sorry I can’t. I have to go to a meeting right now.
A.Woman's B.Women's C.womens'
3.My parents have ________ been to the Great Wall.
C. never
3.A concert will be held in the school hall _________ 4 pm __________ Tuesday.
13.Excuse me, how much is the jacket?It’s 499 Yuan. ___________
D. Would you like to try it on?
The buses,_B___were full of people,couldn't go very fast.
b.across
计算机英语实用教程(第二版)课后习题答案
unit1Ex. 1 根据课文内容,回答以下问题。
1. It is primarily responsible for executing instructions.2. Through the monitor.3. All processors, memory modules, plug-in cards, daughterboards, or peripheral devices canbe plugged in those sockets.4. The binary system is used.5. Through clever formatting.6. They are similar to each other. ROM only cannot be altered and does not lose its contentswhen power is removed.7. Mouses.8. Floppy disks c an be removed from their drives and hard disks can’t.9. Because it is faster than many types of parallel port.10. I/O Port.Ex. 2 根据下面的英文解释,写出相应的英文词汇(使用学过的单词、词组或缩略语)。
英文解释词汇A processor whose elements have been miniaturized into one or a few integrated circuits. It is usually used in PC.CPUThe main board of a computer, usually containing the circuitry for the central processing unit, keyboard, and monitor and often having slots for accepting additional circuitry.motherboardA unit of a computer that preserves data for retrieval. memoryA hand-held, button-activated input device that when rolled along a flat surface directs an indicator to move correspondingly about a computer screen, allowing the operator to move the indicator freely, as to select operations or manipulate text or graphics.mouseA set of keys, as on a computer terminal, word processor, typewriter. keyboardA connection point for a peripheral device. portA machine code telling a computer to perform a particular operation. instructionThe information or image displayed at a given time on a monitor, display, or video terminal.screenAn input device, sometimes part of a standard typewriter keyboard,consisting of a separate grid of numerical and function keys arranged for efficient data entry.keypadInformation put into a communications system for transmission or into a computer system for processing.inputEx. 3 把下列句子翻译为中文。
计算机英语(第2版)完整课后答案
(The Answers)
PART ONE
Computer Basics
Unit 1
MyComputer
Section A
I.Fill in the blanks with the information given in the text:
1.Charles Babbage; Augusta Ada Byron
Section A
I.Fill in the blanks with the information given in the text:
1.input; output; storage
2.Basic Input Output System
3.flatbed scanners; hand-held scanners
计算机系统包括计算机、外围设备和软件。用于处理数据的电动、电子与机械设备称为硬件。除了计算机本身之外,“硬件”这一术语还指被称为外围设备的组件,这些外围设备可扩大计算机的输入、输出和存储能力。计算机硬件本身在本质上并未提供一件特别有用的智能工具。计算机要想变得有用,就需要有称为软件或计算机程序的一套指令,来告诉计算机如何执行一项特定的任务。计算机在以下情况下变得更加有效:与网络中的其他计算机相连接,以使用户能够共享信息
We can define a computer as a device that accepts input, processes data, stores data, and produces output. According to themodeof processing, computers are either analog ordigital.They can be classified as mainframes, minicomputers, workstations, ormicrocomputers. All else (for example, the age of the machine) being equal, thiscategorizationprovides some indication of the computer’sspeed, size, cost, and abilities.
计算机专业英语第二版课后翻译答案
Unite 1Section A: 1、artificial intelligence 人工智能2、paper-tape reader 纸带阅读器3、Optical computer 光学计算机4、Neural network 神经网络5、Instruction set 指令集6、Parallel processing 并行处理器7、Difference engine差分机8、Versatile logical element 多用途逻辑元件9、Silicon substrate 硅衬底10、Vaccum tube 真空管11、数据的存储与管理the storage and management of data12、超大规模集成电路large-scale integrated circuit13、中央处理器central processing unit14、个人计算机personal computer15、模拟计算机analog computer16、数字计算机digital computer17、通用计算机general purpose computer18、处理器芯片processor chip19、操作指令operating instructions20、输入设备input devicesSection B1、artificial neural network 人工智能神经网络2、Computer architecture 计算机体系结构3、Robust computer program 健壮的计算机程序4、Human-computer interface 人机接口5、Knowledge representation 知识代表6、数值分析numerical analysis7、程序设计环境programming environment8、数据结构data structure9、存储和检索信息store and retrieve information10、虚拟现实virtual realityUnit 2Section A:1、function key 功能键2、V oice recognition module 声音识别调制器3、Touch-sensitive region 触敏扫描仪4、Address bus 地址总线5、Flatbed scanner 平板扫描仪6、Dot-matrix printer 矩阵式打印机7、Parallel connection 并行连接8、Cathode ray tube 阴极射线管9、Video game 电子游戏10、Audio signal 音频信号11、操作系统operating system12、液晶显示liquid crystal display13、喷墨打印机inkjet printer14、数据总线data bus15、串行连接serial connection16、易失性存储器volatile memory17、激光打印机laser printer18、磁盘存储器floppy disc19、基本输入输出系统basic input/output system20、视频显示器video displaySection B:1、interrupt handler 中断处理程序2、Virtual memory 虚拟内存3、Context switch 上下文转换4、Main memory 主存5、Bit pattern 位模式6、外围设备peripheral device7、进程表process table8、时间片time slice9、图形用户界面graphics user interface10、海量存储器mass storageUnit 3Section A:1、storage register 存储寄存器2、Function statement 函数语句3、Program statement 程序语句4、Object-oriented language 面向对象语言5、Assembly language 汇编语言6、Intermediate language 中间语言7、Relational language 关系语言8、Artificial language 人工语言9、Data declaration 数据声明10、SQL 结构化查询语言11、可执行程序executable program12、程序模块program module13、条件语句conditional statement14、赋值语句assignment statement15、逻辑语言logic statement16、机器语言machine language17、函数式语言functional language18、程序设计语言programming language19、运行计算机程序run a omputer program20、计算机程序员computer programmerSection B1、native code 本机代码2、Header file 头文件3、Multithreaded program 多线程程序4、Java-enabled browser 支持Java的浏览器5、Mallicious code6、机器码machine code7、汇编码assembly code8、特洛伊木马程序trojan9、软件包software package10、类层次class hierarchyUnit 4Section A1、inference engine 推理机2、System call 系统调用3、Compiled language 编译执行的语言4、Parellel computing 并行计算5、Pattern matching 模式匹配6、Memory location 存储单元7、Interpreter program 解释程序8、Library routine 库程序9、Intermediate program 中间程序10、Source file 源文件11、解释执行的语言interpreted language12、设备驱动程序device driver13、源程序source program14、调试程序debugger15、目标代码object code16、应用程序application program17、实用程序utility program18、逻辑程序logic program19、黑盒ink cartridge20、程序的存储与执行storage and execution of program Section B1、Messaging model 通信模式2、Common language runtime 通用语言运行时刻(环境)3、Hierarchical namespace 分层的名称空间4、Development community 开发社区5、CORBA 公共对象请求代理体系结构6、基本组件basic components7、元数据标记metadata token8、虚拟机VM virtual machine9、集成开发环境IDE(intergrated development environment)10、简单对象访问协议SOAP(simple object access protocol) Unit 5Section A1、system specification 系统规范2、Unit testing 单元测试3、Software life cycle 软件的生命周期4、System validation process 系统验证过程5、Evolutionary development process 进化发展过程6、Simple linear model 简单线性模型7、Program unit 程序单元8、Throwaway prototype 一次性使用原型9、Text formatting 文本格式10、System evolution 系统演变11、系统设计范例paradigm for system design12、需求分析与定义Requirements analysis and definition13、探索式编程方法exploratory programming approach14、系统文件编制system documentation15、瀑布模型waterfall model16、系统集成system integration17、商用现成软件commercial off-the-shelf software18、基于组件的软件工程component-based software engineering19、软件维护工具software maintenance tool20、软件复用software reuseSection B1、check box 复选框2、Structured design 结构化设计3、Building block 构建模块4、Database schema 数据库模式5、Radio button 单选按钮6、系统建模技术system modeling techniques7、模型驱动开发MDD(model-driven development)8、数据流程图data flow diagram9、下拉式菜单drop-down10、滚动条scroll barUnit 6Section A1、end user 终端用户2、Atomic operation 原子操作3、Database administrator 数据库管理员4、Relational database model 关系数据库模型5、Local data 本地数据6、Object-oriented database 面向对象的数据库7、Database management system 数据库管理系统8、Entity-relationship model 实体关系模型9、Distributed database 分布式数据库10、Flat file 展开文件11、二维表two-dimensional table12、数据属性data attributes13、数据库对象database object14、存储设备storage device15、数据类型data type16、数据插入与删除insertion and deletion17、层次数据库模型hierarchical18、数据库体系结构database architecture19、关系数据库管理系统ralational database management system20、全局控制总线global control busSection B1、nonvolatile storage system 易失性存储系统2、Equitment malfunction 设备故障3、Wound-wait protocol 损伤等待协议4、Exclusive lock 排它锁5、Database integrity 数据库完整性6、共享锁shared lock7、数据库实现database implementation8、级联回滚cascading rollback9、数据项data item10、分时操作系统time sharing operating system ;Unit 7Section A1、microwave radio 微波无线电2、digital television 数字电视3、DSL 数字用户线路4、analog transmission 模拟传输5、on-screen pointer 屏幕上的指针6、computer terminal 计算机终端7、radio telephone 无线电话8、cellular telephone 蜂窝电话,移动电话,手机9、decentralized network 分散型网络10、wire-based internal network 基于导线的内部网络,有线内部网11、光缆fiber-optic cable12、传真机fax machine13、线通信wireless communications14、点对点通信point-to-point communications15、调制电脉冲modulated electrical impulse16、通信卫星communication(s) satellite17、电报电键telegraph key18、传输媒体transmission medium (或media)19、无绳电话cordless telephone20、金属导体metal conductorSection B1、bit map 位图2、parallel port 并行端口3、direct memory access (DMA) 直接存储器存取4、universal serial bus 通用串行总线5、general-purpose register 通用寄存器6、电路板circuit board7、串行通信serial communication8、数码照相机digital camera9、存储映射输入/输出memory-mapped I/O10、有线电视cable televisionUnit 8Section A1、file server 文件服务器2、carrier sense 载波检测3、Protocol suite 协议族4、Peer-to-peer model 点对点模型5、bus topology network 总线拓扑网络6、inter-machine cooperation 计算机间合作7、Ethernet protocol collection 以太网协作集8、Proprietary network 专有网络9、utility package 实用软件包10、star network 星形网络11、局域网local area network (LAN)12、令牌环token ring13、无线网络wireless network14、封闭式网络closed network15、环形拓扑网络ring topology16、客户/服务机模型client/server model17、网络应用程序network application18、进程间通信interprocess communication19、打印服务机printer server20、广域网wide area networkSection B1、routing path 路由选择通路2、dual-ring topology 双环形拓扑结构3、extended star topology 扩展星形拓扑结构4、backbone network 基干网,骨干网5、mesh topology网络拓扑结构6、同轴电缆coaxial cable7、逻辑拓扑结构logical topology8、无冲突连网环境collision-free networking environment9、树形拓扑结构tree topology10、目的地节点destination nodeUnit 9Section A1、cell phone 蜂窝电话,移动电话,手机2、IP address 网际协议地址,IP地址3、autonomous system 自主系统4、dial-up connection 拨号连接5、network identifier 网络标识符6、binary notation 二进制记数法7、mnemonic name 助记名,缩写名8、Internet-wide directory system 因特网范围的目录系统9、name server 名称服务器10、Internet infrastructure 因特网基础结构11、助记地址mnemonic address12、网吧cyber cafe13、宽带因特网访问broadband Internet access14、顶级域名top-level domain (TLD)15、因特网编址Internet addressing16、点分十进制记数法dotted decimal notation17、因特网服务提供商Internet service provider (ISP)18、专用因特网连接dedicated Internet connection19、主机地址host address20、硬件与软件支持hardware and software support Section B1、incoming message 来报,到来的报文2、application layer 应用层3、utility software 实用软件4、sequence number (顺)序号,序列号5、remote login capabilities 远程登录能力6、端口号port number7、软件例程software routine8、传输层transport layer9、文件传送协议FTP(File Transfer Protocol)10、万维网浏览器Web browserUnit 10Section A1、mailing list 邮件发送清单,邮件列表2、proprietary software 专有软件3、cc line 抄送行4、bcc line 密送行5、forwarded e-mail messages 转发的电子邮件6、e-mail convention 电子邮件常规7、click on an icon 点击图标8、confidential document 密件,秘密文件9、classified information 密级信息10、recovered e-mail message 恢复的电子邮件11、常用情感符commonly used emoticon12、已删除电子邮件deleted e-mail13、电子系统electronic system14、附件行Attachments line15、版权法copyright law16、电子邮件网规e-mail netiquette17、信息高速公路information superhighway18、签名文件signature file19、电子数据表程序spreadsheet program20、文字处理软件word processorSection B1、web-authoring software 网络写作软件2、template generator 模版生成程序3、navigation page 导航页面4、corporate logo 公司标识5、splash page 醒目页面,过渡页6、导航条navigation bar7、节点页面node page8、网站地图site map9、可用性测试usability testing10、图形交换格式gif(Graphics Interchange Format)Unit 11Section A1、customized marketing strategy 定制的营销策略2、B2G transaction 企业对政府交易3、mobile telephone 移动电话4、dot-com bust 网络不景气5、smart card 智能卡,灵巧卡6、digital piracy 数字盗版7、dot-com boom 网络繁荣8、C2C transaction 消费者对消费者交易9、Web auction site 拍卖网站10、fingerprint reader 指纹读取器11、射频识别装置radio-frequency identification (RFID) device12、电子数据交换electronic data interchange (EDI)13、库存管理技术inventory management technology14、知识产权intellectual property15、条形码bar code16、货币兑换currency conversion17、电子图书electronic book18、视网膜扫描仪retina scanner19、个人数字助理personal digital assistant (PDA)20、企业对企业电子商务B2B electronic commerceSection B1、software suite 软件套件2、text box 文本框3、virtual checkout counter 虚拟付款台4、static catalog 静态目录5、browser session 浏览器会话期6、动态目录dynamic catalog7、购物车软件shopping cart software8、供应链supply chain9、企业资源计划软件enterprise resource planning (ERP) software10、税率tax rateUnit 12Section A1、encryption program 加密程序2、deletion command 删除命令3、authorized user 授权的用户4、backup copy 备份5、voltage surge 电压浪涌6、circuit breaker 断路器7、electronic component 电子元件(或部件)8、data-entry error 数据输入错误9、electronic break-in 电子入侵10、power line 电力线,输电线11、检测程序detection program12、电源power source13、破坏性计算机程序destructive computer program14、计算机病毒computer virus15、软件侵权software piracy16、硬盘驱动器hard-disk drive17、病毒检查程序virus checker18、主存储器primary storage19、电子公告板electronic bulletin board20、浪涌电压保护器surge protectorSection B1、phishing attack 网络钓鱼攻击2、graphics card 显(示)卡3、heuristic analysis 试探性分析4、infected file 被感染文件5、virus dictionary 病毒字典6、数据捕获data capture7、恶意软件malicious software8、病毒特征代码virus signature9、防病毒软件antivirus software10、内存驻留程序memory-resident program。
《计算机专业英语教程(第2版)》教学大纲
课程教学大纲课程名称(中文):信息技术基础(全英文)课程名称(英文): Fundamentals of Information Technology 课程性质:(通识必修、通识选修、学科基础、专业必修、专业选修、教师教育)学分:2+2学时:72,其中理论学时:36,实践(实验)学时:36授课对象:中法工商管理创新实验班授课语言:英文开课院系:计算中心课程网址:大夏学堂https:///webapps/blackboard/execute/m odulepage/view?course_id=_360_1&cmp_tab_id=_706_1&editMode =true&mode=cpview撰写人:江红一、课程简介(英文)DescriptionThis Course is designed to enable students to use Information Technology (IT) systems and applications independently to support a range of information processing activities. It is designed to develop a broad knowledge of the theoretical concepts, principles, boundaries and scope of IT applications. These activities will be centred on using software applications packages (Windows, Word, Excel, PowerPoint, HTML, Access) tomeet complex information requirements while paying attention to security and the needs of other users.二、课程目标ObjectivesOn completion of the Course the students should be able to:1. Operate a range of IT equipment independently, giving attention to security and to other users.2. Use a range of software application packages to meet complex information requirements.三、教学内容、学时分配和作业要求Weekly Teaching GuideTeaching Schedule:四、教材、参考书目或其他学习材料⚫计算机专业英语教程(第2版),江红主编,清华大学出版社,2017.8. ISBN:9787302473190⚫计算机专业英语教程,江红主编,清华大学出版社,2012.1.ISBN: 9787302255321⚫信息技术基础(IT Fundamentals)双语教程. 江红主编,清华大学出版社,2008.11. ISBN: 9787302184232⚫(美)Timothy J. O'Leary, Linda I. O'Leary 著,计算机专业英语(Computing Essentials),北京:高等教育出版社,2012. ISBN:9787040115451五、考核办法与评价结构比例六、教学和实践环境要求:Lecturing and Practicing Requirements:⚫Computer + Data projector⚫Speaker + microphone, etc., multimedia devices⚫Local Area Network⚫Windows 7 (English Version)⚫Office 2013 (Word, Excel, PowerPoint, Access) (English Version)⚫WINRAR⚫Authoring Tools: Dreamweaver, FrontPage, etc.。
计算机专业英语第二版
• Personal Digital Assistants: much smaller than even the subnotebooks. Personal Digital Assistants (PDAs) weypical PDA combines pen input, writing recognition, personal organizational tools, and communication capabilities in a very small package. Figure 1.2 shows an example of a PDA.
• Supercomputers are special, high-capacity computers used by very large organizations principally for research purposes. Among their uses are oil exploration and worldwide weather forecasting. An example of a supercomputer is shown in Figure 1.3.
••分析小 理型速:计度句算和中机数T,据h也 存ey被 储指称 能的为 力是中 介小型 于机 微型, 型计是 机算像 和机书 大;桌 型大 机短小 之语的间fa机。ll器中in。型b它公et们司we的或en处大 意思型是公“司的介部于门两一者般之把它间们”用,于i特n t殊he用ir途p。ro例ce如ss,in可g s以pe使e用ds它an们d做 data研-s究to或rin监g视ca某p一ac个iti生es产是过介程词。短小型语公作司状一语般。使用小型机进行一般
分析:in exchange for less weight 是介词短语作目的状 语,意思是“为了换取较轻的重量”。
计算机专业英语第3版unit2
1
2.1 C Language
C is a general-purpose, structured programming language. C was developed in the early 1970s. C might best be described as a “mediumlevel language.” unlike most high-level language, C lets you easily do chores additionally performed by assembly language.
2013-7-8
计算机专业英语(第3版)
5
Three ways of creating a global variable
Create a variable at the top-level with the extern storage class specifier. Create a variable at the head-of block with the extern storage class specifier. Create a variable at the top-level and omit a storage class specifier.
译文:每当程序进入变量说明块时,一个动态持续 变量就会建立。
2013-7-8 计算机专业英语(第3版) 13
Notes
[3] The run-time system initializes fixed variables only once, whereas dynamic variables, if they are declared with an initializer, are reinitialized each time their block is entered. 本句中if引导了一个条件状语从句。“whereas”是一连词, 含义是“反之;而”。 译文:实时系统只初始化一次固定变量,而对于动态变量, 若用初始程序说明,则每当进入动态变量块时,就重新初始 化。
计算机英语学生用书(第二版)习题答案.docx
-128 127 hardware system software system 5. microcomputers, minicomputers, mainframe computers, supercomputersII. True or False.1. F2. F3. F4.T5. TIII. Matching terms.2. c3. a4. dl. bIV. Translating Terms.1. 编码技术2. 应用软件3. 浮点数据4. 分时,分时技术5. 存储容量V. Fill in the blanks with the words given below. Change the form where necessary ・1 ・ He __ from the accident unharmed ・emerged2. This material is ____ to be pure silk.warranted3. He changed his pounds for the ____ amount of dollars ・equivalent4・ The regulations ___ that you may use a dictionary in the examination.specify5. ____ mathematics has become popular in recent decades because of its applications tocomputer science ・Discrete6. The ____ 0.61 stands for 61 hundredths.decimal7. The electrically charged gas particles are affected by ____ f orces.magnetic& Bessie has ____ her life to caring for others.dedicatedVL Look at the following sente nee take n from your readi ng passage ・ Just think about what else you can “increase” and fill in the sentences with the right words ・e.g. A special very-high-speed memory called a cache is sometimes used to increase the speed of processing by making current programs and data available to the CPU at a rapid rale.2. The plan is to increase the effi ______ of the railway services and provide more choices for passengers.I. Fill in the following blanks.1. Application software2.3.System software4.ciency1.The aim of this course is to increase the awa ____ of self-worth of our black children・reness4.Their purposes in studyi ng in the United States in elude increasing their com _____ of En glish, to finish high school, and to understand the American way of life as much as possible・mancl3.When we are learning a new language we have to lake into account the increasing inter ____ of different cultures in society.actio n6.He in creased his sp ____ to overtake the lorry.eed5.This new teaching tool shows how to combine traditional classroom techniques with the use of video and this will increase the con _____ of teachers who may be unfamiliar with the medium, fidenceVII.Choose the best one of the four answers given to fill in each blank・A2. B3.A4. B5.C6.C7. A &D9. D 10.CVIII.Translate the following into English.1.通过应用各种编码技术。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Computer Hardware—Input Hardware
A modem, which stands for modulatordemodulator, is a device that connects a computer to a telephone line and allows information to be transmitted to or received from another computer. Each computer that sends or receives information must be connected to a modem. 调制解调器代表调制器―解调器,是将计算机与 电话线连接、允许信息传给或接自另一台计算机 的设备。每台发送或接收信息的计算机都必须与 调制解调器相连接。
A microphone is a device for converting sound into signals that can then be stored, manipulated, and played back by the computer. A voice recognition module is a device that converts spoken words into information that the computer can recognize and process.
另一方面,软件是计算机用来处理数据的一套指令,如文字处理程 序或者视频游戏。这些程序通常被存储起来,并由计算机硬件调入和调 出中央处理器。软件也控制着硬件如何使用;例如,如何从存储设备中 检索信息。输入与输出硬件的交互作用是由基本输入/输出系统(BIOS) 软件控制的。
Computer Hardware—Introduction
Computer English
(Third Edition)
Unit 2,Section A Computer Hardware
厦门理工学院 陈丹波
Computer Hardware—Introduction
Con
I.Introduction Computer hardware is the equipment involved in the function of a computer and consists of the components that can be physically handled. The function of these components is typically divided into three main categories: input, output, and storage. Components in these categories connect to microprocessors, specifically, the computer’s central processing unit (CPU), the electronic circuitry that provides the computational ability and control of the computer, via wires or circuitry called a bus.
A joystick is a pointing device composed of a lever that moves in multiple directions to navigate a cursor or other graphical object on a computer screen.
操纵杆是由一根杆子组成的指示设备,该杆以向多 个方向移动来操纵计算机屏幕上的光标或者其他图 形对象。
Computer Hardware—Input Hardware
A keyboard is a typewriter-like device that allows the user to type in text and commands to the computer. Some keyboards have special function keys or integrated pointing devices, such as a trackball or touchsensitive regions that let the user’s finger motions move an on-screen cursor.
Computer Hardware—Input Hardware
II.Input Hardware Input hardware consists of external devices—that is, components outside of the computer’s CPU—that provide information and instructions to the computer.
光扫描仪利用光感应设备将图片或文本等形式的图像转换成计算机能够处 理的电子信号。例如,一张照片能够被扫入一台计算机,然后包括在该计算机 建立的文本文件中。最常见的两种扫描仪类型是平板式扫描仪和手持式扫描仪, 前者类似一台办公复印机,后者用手动的方式从要处理的图像上扫过。
Computer Hardware—Input Hardware
Although microprocessors are still technically considered to be hardware, portions of their function are also associated with computer software. Since microprocessors have both hardware and software aspects they are therefore often referred to as firmware. 尽管微处理器在技术上仍被认为是硬件,其部 分功能也与计算机软件有关系。既然微处理器同时 具有硬件与软件方面的特征,它们因此经常被称作 固件。
Software, on the other hand, is the set of instructions a computer uses to manipulate data, such as a word-processing program or a video game. These programs are usually stored and transferred via the computer’s hardware to and from the CPU. Software also governs how the hardware is utilized; for example, how information is retrieved from a storage device. The interaction between the input and output hardware is controlled by software called the Basic Input/Output System (BIOS) software.
I.引言
计算机硬件是计算机运行所需要的设备,由可进行物理 处理的元件组成。这些元件的功能一般分为3个主要类别:输入、输 出和存储。这些类别的元件与微处理器相连接,特别是与计算机的 中央处理器相连接,而后者是通过被称之为总线的线路或电路来提 供计算能力和对计算机进行控制的电子电路。
Computer Hardware—Introduction
定语从句
II.输入硬件 输入硬件由给计算机提供信息和指令的外部设 备——亦即计算机中央处理器以外的元件——组成。
A light pen is a stylus with a light sensitive tip that is used to draw directly on a computer’s video screen or to select information on the screen by pressing a clip in the light pen or by pressing the light pen against the surface of the screen. The pen contains light sensors that identify which portion of the screen it is passed over.
光笔是具有光敏端头的输入笔,用来在计算机屏幕上直接写画, 或者通过按光笔上的夹子或用光笔接触屏幕来在屏幕上选择信息。 这种笔含有光传感器,能够识别屏幕上笔经过的部分。
Computer Hardware—Input Hardware
A mouse is a pointing device designed to be gripped by one hand. It has a detection device (usually a ball) on the bottom that enables the user to control the motion of an on-screen pointer, or cursor, by moving the mouse on a flat surface. As the device moves across the surface, the cursor moves across the screen. To select items or choose commands on the screen, the user presses a button on the mouse.