- 1、本文档共3页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
计算机英语》刘艺王春生第三版课后答案第四章
Unit Four: Software Development
Unit Four/Section A
I. Fill in the blanks with the information given in the text:
1. application; operating
2. assemblers
3. compiler
4. interpreter
5. debugger
6. loop
7. device driver
8. John von Neumann
II. Translate the following terms or phrases from English into Chinese and vice versa:
1. inference engine 推理机
2. system call 系统调用
3. compiled language 编译执行的语言
4. parallel computing 并行计算
5. pattern matching 模式匹配
6. memory location 存储单元
7. interpreter program 解释程序
8. library routine 库程序,程序库例行程序
9. intermediate program 中间程序,过渡程序
10. source file 源文件
11. 解释执行的语言 interpreted language
12. 设备驱动程序 device driver
13. 源程序 source program
14. 调试程序 debugging program
15. 目标代码 object code
16. 应用程序 application program
17. 实用程序 utility program
18. 逻辑程序 logic program
19. 墨盒 ink cartridge
20. 程序的存储与执行 program storage and execution
III. Fill in each of the blanks with one of the words given in the following list, making
changes if necessary:
A compiler, in computer science, is a computer program that translates source code into
object code. Software engineers write source code using high-level programming languages
that people can understand. Computers cannot directly execute source code, but need a
compiler to translate these instructions into a low-level language called machine code.
Compilers collect and reorganize (compile) all the instructions in a given set of source
code to produce object code. Object code is often the same as or similar to a computer’s
machine code. If the object code is the same as the machine language, the computer can run
the program immediately after the compiler produces its translation. If the object code is not
in machine language, other programs?such as assemblers, binders (联编程序), linkers, and
loaders (加载程序)—finish the translation.
Most computer languages use different versions of compilers for different types of
computers or operating systems, so one language may have different compilers for personal
computers (PC) and
文档评论(0)