试卷代号:2241 座位号口 中央广播电视大学2011一2012学年度第一学期“开放专科”期末考试 计算机专业英语试题 2012年1月 题号 I Ⅱ Ⅲ 总 分 分 数 得分 评卷人 I.Vocabulary(词汇,30分) (一)Translate the following words and expressions into Chinese,(写出下列词组的汉语。 共10分,每题1分) 1.operating system 2.white box testing 3.hard disk 4.management information system 5.electronic commerce 6.relational database 7.software engineering 8.software maintenance 9.menu bar 10.network security 1469
试卷代号 座位号IT] 中央广播电视大学 2 0 11 2 0 2学年度第一学期"开放专科"期末考试 计算机专业英语试题 2012 年1 |题号 I I |分数 I H t=j 得分|评卷人 I. Vocabulary( ,30 ( - )Translate the following words and expressions into Chinese. (写出下列词组的汉语。 1. operating system 2. white box testing 3. hard disk 4. management information system 5. electronic commerce 6. relational database 7. software engineering 8. software maintenance 9. menu bar 10. network security 1469
(二)Fill in the blanks with the corresponding English abbreviations..(根据汉语写出相应的 英语缩写。共10分,每题1分】》 11.随机存储器 12.局域网 13.计算机辅助设计 14.数字视频光盘 15.通用串行总线 16.面向对象编程 17.集成开发环境 18.结构化查询语言 19.多文档界面 20.企业之间的电子商务交易方式 (=)Match the following words and expressions in the left column with those similar in meaning in the right column,(将左列的词汇与右列相应的汉语匹配。l0分,每空1分】 21.application software a.音频 22.machine language b.应用软件 23.structured programming c.机器语言 24.functional testing d.软件测试 25.memory e.结构化程序设计 26.relational database £.内存 27.firewall g.功能测试 28.software testing h.关系数据库 29.hacker i.黑客 30.audio j.防火墙 21. 22. 23. 24. 2 26. 27. 28. 29. 30 1470
{二) Fill in the blanks with the corresponding English abbreviations. (根据汉语写出相应的 英语缩写。共 1 1. 机存 12. 13. 算 机 14. 视频光 15. 总线 16. 17. 环境 18. 化查 19. 文档 20. 企业之 商务交 (三) Match the following words and expressions in the left column with those similar in meaning in the right column. (将左列的词汇与右列相应的汉语匹配。 21. application software a. 音 频 22. machine language b. 用软 23. structured programming c. 24. functional testing d. 软件 25. memory e. 程序 26. relational database f.内存 27. firewall g. 能耐 28. software testing h. 数据库 29. hacker I. 30. audio ].防火墙 21. 22. 23. 24. 25. 26. 27. 28 29. 30. 1470
得分 评卷人 Ⅱ.Comprehension(阅读理解,40分) (-)Fill in the blanks with suitable words or expressions from the list given below,and change the form where necessary.(从下面方框中选择合适的词或表达,以其适当的形式填空。 15分,每空3分) high-level language assembly language write machine language notation A programming language,designed to facilitate the communication between human and computers,is a 31 for describing computation in readable form.There are 3 levels of programming languages,they are 32 which can be run directly by computer;33 and 34 There are different high-level programming languages.Fortunately,most of them have many kinds of construct in common and vary only in the way that these must be 35 Therefore,first thing to be decided about a task is to choose which programming language is best suited for the job. Passage A During initial days of computing,software was largely developed by small groups of people.When this software was to be maintained by another set of people,it used to be a nightmarish experience.When large commercial projects were to be handled,it used to be an almost impossible task to keep the time and budget under control,and projects used to get delayed and many projects were abandoned halfway.There was no systematic procedure for the software development;everything was done on ad hoc basis.This ad hoc approach led to the 'software crisis'. Over the last few decades there has been a tremendous growth in information technology and its impact on everyday life.Complex software systems have become critical to the operation of many systems in areas such as banking,communications,manufacturing, 1471
得分|评卷人 II. Comprehension (阅读理解, 0分) (一) Fill in the blanks with suitable words or expressions from the list given below , and change the form where necessary. (从下面方程中选择合适的词或表达,以其适当的形式填空。 15 空3 high-level language assembly language write machine language notation A programming language , designed to facilitate the communication between human and computers, is a 31 for describing computation in readable form. There are 3 levels of programming languages, they are 32 , which can be run directly by computer; 33 and 34 There are different high-level programming languages. Fortunately, most of them have many kinds of construct in common and vary only in the way that these must be 35 Therefore , first thing to be decided about a task is to choose which programming language is best suited for the job. Passage A During initial days of computing , software was largely developed by small groups of people. When this software was to be maintained by another set of people , it used to be a nightmarish experience. When large commercial projects were to be handled , it used to be an almost impossible task to keep the time and budget under control , and projects used to get delayed and many projects were abandoned halfway. There was no systematic procedure for the software development; everything was done on ad hoc basis. This ad hoc approach led to the ‘ soft ware crisis'. Over the last few decades there has been a tremendous growth in information technology and its impact on everyday life. Complex software systems have become critical to the operation of many systems in areas such as banking , communications, manufacturing , 1471
power generation,and transportation.Progress in computer science and accumulated experience with industrial production of software have led to the emergence of software engineering as a separate discipline.The software engineering discipline has been defined as "the application of systematic,disciplined,quantifiable approaches to the development,operation, and maintenance of software."that is,the application of engineering to software. The computer science discipline concerns with developing large applications.Software engineering covers not only the technical aspects of building software systems,but also management issues,such as directing programming teams,scheduling,and budgeting. For developing a software product,the development process is divided into different stages.A convenient way of splitting the whole process is to divide the development into the following five stages: Requirements Analysis Specification:define the system requirements in detail Design:specify system architecture and modules in detail Coding:produce source code Testing:deal with unit testing and system testing Maintenance:fix bugs,enhance features and adapt across platforms. ()Tell whether the following statements are true(T)or false(F)according to the passage A.(根据上文的内容判断下列句子的正误15分,每题3分) 36.During initial days of the development of software,everything was done in discipline. () 37.The definition of software engineering is "the application of systematic,disciplined, quantifiable approaches to the development,operation,and maintenance of software. () 38.For developing a software product,you need design,coding and testing. () 39.Software engineering is the application of engineering to software. () 40.Software engineering only covers the technical aspects of building software systems. 1472
power generation , and transportation. Progress in computer science and accumulated experience with industrial production of software have led to the emergence of software engineering as a separate discipline. The software engineering discipline has been defined as "the application of systematic, disciplined, quantifiable approaches to the development , operation, and maintenance of software. " that is, the application of engineering to software . The computer science discipline concerns with developing large applications. Software engineering covers not only the technical aspects of building software systems, but also management issues, such as directing programming teams, scheduling , and budgeting. For developing a software product , the development process is divided into different stages. A convenient way of splitting the whole process is to divide the development into the following five stages: Requirements Analysis & Specification: define the system requirements in detail Design: specify system architecture and modules in detail Coding: produce source code Testing: deal with unit testing and system testing Maintenance: fix bugs, enhance features and adapt across platforms. {二 ll whether the following statements are true(T) or false(F) according to the passage A. (根据上立的内窑判断下列旬子的正误 36. During initial days of the development of software , everything was done in discipline. ( ) 37. The definition of software engineering is "the application of systematic , disciplined , quantifiable approaches to the development , operation , and maintenance of software. " ( ) 38. For developing a software product , you need design , coding and testing. ( ) 39. Software engineering is the application of engineering to software. () 40. Software engineering only covers the technical aspects of building software systems. ( ) 1472
Passage B A computer virus is a computer program that is created to make and spread copies of itself.The program may however also be designed to have other effects on the systems it infects,ranging from the annoying to the disastrous. Virus attacks are growing rapidly these days.According to BusinessWeek,the 76,404 attacks reported in the first half of 2003 nearly match previous year's total number.As new antivirus tools are more powerful than before,the virus writers are getting a lot smarter with newer and creative ways to attack network systems.Let's first examine some common virus types: Basic Virus-a piece of software code that is developed to attack computers and network systems via email or Internet connections.It quickly replicates itself and gradually attaches to files,programs or the hard drive. Trojan Horses-This is a program that doesn't replicate when entering a system but can be effectively used to open 'back doors.'Trojan Horses allow hackers to take control over a particular system or to steal very important data. Worm-this type of virus is able to spread itself automatically over the network from one computer to the next.During a worm attack,users'computers get infected without even having to click open email attachment or any program,etc. Since it is very difficult to avoid the virus,your best defense is a powerful antivirus program.In order to fight with such viruses,the software vendors should focus on making their products more robust.This may ask for a trade-off between user-friendliness and security.In specific cases it may require line-by-line inspection,code retooling and even systems automation to defend the installed programs. (三)choose the best answer according to the passage B.(根据上文的内容选择正确的答案。 10分,每题2分) 41.A computer virus is a computer program that is created to make and spread of itself. A.programs B.virus C.copies D.files 42.Worm spread itself except by A.network B.E-mail C.program D.hardware 43.Antivirus program can scan and virus. A.clean B.produce C.replicate D.make 1473
Passage B A computer virus is a computer program that is created to make and spread copies of itself. The program may however also be designed to have other effects on the systems it infects, ranging from the annoying to the disastrous. Virus attacks are growing rapidly these days. According to BusinessWeek , the 76 ,404 attacks reported in the first half of 2003 nearly match previous year's total number. As new antivirus tools are more powerful than before , the virus writers are getting a lot smarter with newer and creative ways to attack network systems. Le t's first examine some common virus types: Basic Virus - a piece of software code that is developed to attack computers and network systems via email or Internet connections. It quickly replicates itself and gradually attaches to files , programs or the hard drive. Trojan Horses - This is a program that doesn't replicate when entering a system but can be effectively used to open ‘back doors. ' Trojan Horses allow hackers to take control over a particular system or to steal very important data. Worm - this type of virus is able to spread itself automatically over the network from one computer to the next. During a worm attack , users' computers get infected without even having to click open email attachment or any program, etc. Since it is very difficult to avoid the virus, your best defense is a powerful antivirus program. In order to fight with such viruses, the software vendors should focus on making their products more robust. This may ask for a trade - off between user- friendliness and security. In specific cases it may require line- by-line inspection , code retooling and even systems automation to defend the installed programs. {三) choose the best answer according to the passage B. (根据上文的内寄选择正确的答案。 10 每题2 41. A computer virus is a computer program that is created to make and spread 一of itself. A. programs C. copies 42. Worm spread itself except by A. network C. program B. virus D. files B. E-mail D. hardware 43. Antivirus program can scan and virus. A. clean C. replicate B. produce D. make 1473
44.Trojan Horses· A.quickly replicate itself and gradually attache to files,programs or the hard drive. B.infect the computer without even having to click open email attachment or any program. C.allow hackers to take control over a particular system or to steal very important data. D.avoid the virus to attack computer. 45.According to BusinessWeek,the attacks reported in the first half of 2003 nearly match previous year's total number. A.86,404 B.76,404 C.56,354 D.34,876 得 分 评卷人 Ⅲ.Translation,(翻译,30分) (一)Translate the following sentences into Chinese..(将下列句子翻译成汉语。共20分, 每题5分) 46.There are several applications called Web browsers that make it easy to access the World Wide Web,two of the most popular being Netscape Navigator and Microsoft's Internet Explorer. 47.SQL Server is designed to allow thousands of users to access the database at the same time and is a true client/server database system. 48.During the last few years,it has been realized that maintenance of programs is more expensive than development,so reading of programs by humans is as important as writing them. 49.Some applications,such as Word,allow for several windows in a special mode called MDI in which you can open multiple documents within the same application. (二)Translate the following paragraph into Chinese.(将下段文章翻译成汉语。共10分)】 50.A high-level language is an artificial language with which we can write various instructions.This is possible not because computer processors are now so technologically advanced that they can understand these languages.You should translate from programming languages into machine language which can be understood by the computer processors.Compilers can accomplish this task.This does mean that a high-level language program is not directly executable:it must be compiled to produce processor program, which is executable. 1474
44. Trojan Horses _一一 A. quickly replicate itself and gradually attache to files , programs or the hard drive. B. infect the computer without even having to click open email attachment or any program. C. allow hackers to take control over a particular system or to steal very important data. D. avoid the virus to attack computer. 45. According to BusinessWeek. the 一一 attacks reported in the first half of 2003 nearly match previous years total number. A. 86.404 C. 56.354 得分|评卷人 B. 76 ,404 D. 34.876 田. Translation. (翻译. 30 (一) Translate the following sentences into Chinese. (将下列旬子翻译成汉语。共 每题 46. There are several applications called Web browsers that make it easy to access the World Wide Web , two of the most popular being Netscape Navigator and Microsoft' s Internet Explorer. 47. SQL Server is designed to allow thousands of users to access the database at the same time and is a true client/server database system. 48. During the last few years, it has been realized that maintenance of programs is more expensive than development , so reading of programs by humans is as important as writing them. 49. Some applications. such as Word , allow for several windows in a special mode called MDI in which you can open multiple documents within the same application. (二) Translate the following paragraph into Chinese. (将下段文章翻译成汉语。共 50. A high 一level language is an artificial language with which we can writ巳various instructions. This is possible not because computer processors are now so technologically advanced that they can ‘ understand ' these languages. You should translate from programming languages into machine language which can be understood by the computer processors. Compilers can accomplish this task. This does mean that a high-Ievellanguage program is not directly executable: it must be compiled to produce processor program. which is executable. 1474
试卷代号:2241 中央广播电视大学2011一2012学年度第一学期“开放专科”期末考试 计算机专业英语 试题答案及评分标准 (供参考) 2012年1月 I.Vocabulary(词汇,30分) (一)Translate the following words and expressions into Chinese(写出下列词组的汉语。共 10分,每题1分】 1.操作系统 2.白盒测试 3.硬盘 4.管理信息系统 5.电子商务 6.关系数据库 7.软件工程 8.软件维护 9.菜单栏 10.网络安全 (二)Fill in the blanks with the corresponding Engiish abbreviations.(根据汉语写出相应的 英语缩写。共10分,每题1分) 11.RAM 12.LAN 13.CAD 14.DVD 15.USB 16.00P 17.DE 18.SQL 19.MDI 20.B2B (=Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。l0分,每空1分) 21.b 22.c 23.e 24.g 25.f 26.h 27.j 28.d 29.1 30.a 1475
试卷代号 中央广播电视大学 11 2学年度第一学期"开放专科"期末考试 计算机专业英语试题答案及评分标准 (供参考) 2012 年1 15. USB 20. B2B 14. DVD 19. MDI 13. CAD 18. SQL I. Vocabulary( 30 (-)Translate the following words and expressions into Chinese( 列 词 汉语 10 题1 1.操作系统 2. 3. 硬盘 4. 理信 5. 6. 数据 7. 8. 9. 10. 络安 {二) Fill in the blanks with the corresponding English abbreviations. (根据汉语写出相应的 英语缩写。共 11. RAM 12. LAN 16. OOP 17. IDE {三) Match the following words and expressions in the left column with those similar in meaning in the right column. (将左列的词汇与右列相应的汉语E配。 21. b 22. c 23. e 24. g 25. f 26. h 27. j 28. d 29. i 30. a 1475
Ⅱ.Comprehension(阅读理解,40分) (-)Fill in the blanks with suitable words or expressions from the list given below,and change the form where necessary.(从下面方框中选择合适的词或表达,以其适当的形式填空。 15分,每空3分) 31.notation 32.machine language 33.assembly language 34.high-level language 35.write (33空和34空答案可互换) ()Tell whether the following statements are true(T)or false(F)according to the passage A.(根据上文的内容判断下列句子的正误。15分,每题3分) 36.F 37.T 38.F 39.T 40.F (三)choose the best answer according to the passage B.(根据上文的内容选择正确的答 案。10分,每题2分) 41.C 42.D 43.A 44.C 45.B Ⅲ.Translation.(翻译,30分) (一)Translate the following sentences into Chinese..(将下列句子翻译成汉语。共20分,每 题5分)】 46.有一些叫做网络浏览器的应用软件,使用它能够很容易的访问万维网,其中两个较流 行的是Netscape Navigator和Microsoft's Internet Explorer, 47.SQL服务器用于允许成前上万的用户同时访问数据库,是一个真正的客户端/服务器 端的数据库系统。 48.在最近的几年,人们已经意识到程序的维护比开发更昂贵,因此阅读程序同写程序同 样的重要。 49.一些应用软件,例如Word,允许几个窗口同时在一个叫做MDI的模式下存在,你能够 在一个软件中打开多个文档。 (二)Translate the following paragraph into Chinese..(将下段文章翻译成汉语。共l0分) 50.高级语言是一种人造语言,使用它我们可以写不同的指令。这成为可能不是因为计 算机处理器如今是如此的技术先进以至于它们可以理解这些语言。你需要将这些语言翻译成 计算机处理器能够理解的机器语言。编译器能够完成这项工作。这就意味着高级语言程序不 是直接可执行的:它必须被编译生成处理器程序,这些程序是可执行的。 1476
n. Comprehension( 40 ( - )Fill in the blanks with suitable words or expressions from the list given below , and change the form where nec臼sary. (从下面方框中选择合适的词或表达,以其适当的形式填空。 15 31. notation 33. assembly language 35. write (33 和34 案可 32. machine language 34. high-level language {二) Tell whether the following statements are true (T) or false (F) according to the passage A.( 根据 E误 题3 36. F 37. T 38. F 39. T 40. F {三) choose the best answer according to the passage B. (根据上文的内容选择正确的答 案。 0分,每题 2分} 41.C 42. D 43. A 44. C 45. B 田. Translation. (翻译, 30 {一) Translate the following sentences into Chinese. (将下列旬子翻译成汉语。共 0分,每 5分) 46. 一些 览器 应用软件 使用它能够很容易 的 万维 行的是 Navigator 和Microsoft's Internet Explorer. 47. SQL 服务器 成前上万 户 同 据库 个真 服务器 端的数据库系统。 48. 在最 读程序 样的重要。 49. 软件 Ol 能够 在一个软件中打开多个文档。 {二) Translate the following paragraph into Chinese. (将下段文章翻译成汉语。共 0分) 50. 级语 人造 它 我 写不 指令 为 可能 算机处理器如今是如此的技术先进以至于它们可以理解这些语言。你需要将这些语言翻译成 计算机处理器能够理解的机器语言。编译器能够完成这项工作。这就意味着高级语言程序不 是直接可执行的z它必须被编译生成处理器程序,这些程序是可执行的。 1476