试卷代号: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