计算机英语第二版译文和答案(1—4单元及第9单元) 联系客服

发布时间 : 星期一 文章计算机英语第二版译文和答案(1—4单元及第9单元)更新完毕开始阅读1e704bbb69dc5022aaea0090

《计算机英语》参考译文和练习答案

8. distributed system 分布式系统 9. pull-down lists of commands 命令的下拉列表 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. III.Fill in each of the blanks with one of the words given in the following list, making changes if necessary: Operating systems for micro, mini, and mainframe computers perform many services. These services can be classified either as “external” or “internal.” The operating system provides external services that help users start programs, manage stored data, and maintain security. You, as the computer user, control these external functions. Using a command-line, menu-driven, or GUI user interface, an operating system provides you with a way to select the programs you would like to use. The operating system also helps you find, rename, and delete documents and other data stored on disk or tape. On many, but not all computer systems, the operating system helps you maintain security by checking your user ID and password, as well as protecting your data from unauthorized access and revisions. The operating system provides internal services “behind the scenes” to ensure that the computer system functions efficiently. These internal services are not generally under your control, but instead are controlled by the operating system itself. The operating system controls input and output, allocates system resources, manages the storage space for programs and data, and detects equipment failure without any direction from you. simultaneous access 同时访问 command-line interface 命令行界面 multitasking environment 多任务化环境 spreadsheet program 电子制表程序 main memory 主存 storage media 存储介质 disk file 磁盘文件 command interpreter 命令解释器 network connection 网络连接 DOS (disk operating system) 磁盘操作系统 copy a data file 拷贝数据文件 Section B I.Fill in the blanks with the information given in the text: 1. UNIX 2. Networking

21

《计算机英语》参考译文和练习答案

3. multitasking; drivers 4. client; protocols II.Translate the following terms or phrases from English into Chinese and vice versa: 1. serial port 串行端口 2. configuration utility 配置工具 3. ISDN 综合业务数字网 4. token ring 令牌环 5. fast Ethernet 快速以太网 6. virtual memory 虚拟内存 7. source code 源代码 8. swap space 交换空间 9. Internet protocol 因特网协议 10. Section C I.Fill in the blanks with the information given in the text: 1. Releases 2. Windows 2000 3. 4Gbps or 4 gigabits per second 4. SMP; networking; memory II.Translate the following terms or phrases from English into Chinese and vice versa: 1. network throughput 网络吞吐量 2. registry access 注册表存取 3. scalable file server 规模可变的文件服务 4. static Web page 静态网页 5. physical memory 物理内存 6. Plug and Play 即插即用 7. network adapter 网络适配器 8. SMP (symmetric multiprocessing) 对称多任务处理 Unit 4 Section A Computer Language and Programming I.Fill in the blanks with the information given in the text: 1. artificial; instructions 2. low-level; high-level 3. low-level

22

SVGA (Super Video Graphics Array) 超级视频图形阵列 《计算机英语》参考译文和练习答案

4. Machine 5. functional; logic 6. Statement 7. Module 8. digital II.Translate the following terms or phrases from English into Chinese and vice versa: 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. 11. 12. 13. 14. 15. 16. 17. 18. 19. III.Fill in each of the blanks with one of the words given in the following list, making changes if necessary: A programming language is a language used to write instructions for the computer. It lets the programmer express data processing in a symbolic manner without regard to machine-specific details. The difficulty of writing programs in the machine language of 0s and 1s led first to the development of assembly language, which allows programmers to use SQL 结构化查询语言 executable program 可执行程序 program module 程序模块 conditional statement 条件语句 assignment statemen t赋值语句 logic language 逻辑语言 machine language 机器语言 procedural language 过程语言 programming language 程序设计语言 run a computer program 运行计算机程序 20. computer programme r 计算机程序设计员 23

《计算机英语》参考译文和练习答案

mnemonics for instructions and symbols for variables. Such programs are then translated by a program known as an assembler into the binary encoding used by the computer. Other pieces of system software known as linking loaders combine pieces of assembled code and load them into the machine’s main memory unit, where they are then ready for execution. The concept of linking separate pieces of code was important, since it allowed “libraries” of programs to be built up to carry out common tasks—a first step toward the increasingly emphasized notion of software reuse. Assembly language was found to be sufficiently inconvenient that higher-level languages (closer to natural languages) were invented in the 1950s for easier, faster programming; along with them came the need for compilers, programs that translate high-level language programs into machine code. As programming languages became more powerful and abstract, building efficient compilers that create high-quality code in terms of execution speed and storage consumption became an interesting computer science problem in itself. Section B I.Fill in the blanks with the information given in the text: 1. object-oriented 2. user interface 3. Event 4. Controls II.Translate the following terms or phrases from English into Chinese and vice versa: 1. function call 函数调用 2. event-driven programming 事件驱动编程 3. click on a push button 点击按钮 4. application window 应用程序窗口 5. class hierarchy 类继承 6. child window 子窗口 7. application development environment 应用程序开发环境 8. pull-down menu 下拉菜单 9. dialog box 对话框 10. Section C I.Fill in the blanks with the information given in the text: 1. Objects 2. platform-independent 3. Multithreading 4. Runtime

24

scroll bar 滚动条