
答卷时间:120分钟 考试形式:闭卷 考试时间:2008年11月 天津广播电视大学二OO八~二OO九学年度 第一学期阶段性测验 “计算机专业英语阅读”期中考试试卷 班级专业: 学号: 姓名 成绩 I.Vocabulary(词汇35分) (一)Translate the following words and expressions into Chinese(写出下列词组的汉语.)(共10分, 每题1分) 1. operating system 2.requirements analysis 3.network security 4. data structure 5. decision support system 6 relational database 7. software crisis 8 computer virus 9. email attachment 10.central processing unit ()Fill in each of the following blanks with a word or phrase from the list given below.Change the form where necessary..Remember each word or phrase can be used only once(共l5分,每空l 分): prepare otherwise academic achieve surpass vital locate do sb good take on account for countless load install specific be able to 11.If you want to study in a foreign university ,usually,you have to send your performance(成绩)to them. 12.He was ill.That his absence from school. 13.After year's hard work,Newton finally_ success in physics. 14.If one wants to have a telephone_ _he has to pay 3,000yuan. 15.You say your factory is in china,but china is very large,can you be more because I want to know the exact place of your factory? Page 1 of 7
答卷时间:120 分钟 考试形式:闭卷 考试时间:2008 年 11 月 Page 1 of 7 天津广播电视大学二○○八~二○○九学年度 第一学期阶段性测验 “计算机专业英语阅读”期中考试试卷 班级专业: 学号: 姓名 成绩____________ Ⅰ.Vocabulary(词汇 35 分) (一)Translate the following words and expressions into Chinese(写出下列词组的汉语。)(共 10分, 每题 1 分) 1. operating system_________________________________ 2. requirements analysis __________________________________ 3. network security ________________________________ 4. data structure___________________________ 5. decision support system ________________________________ 6. relational database 7. software crisis 8. computer virus_____________________________ 9. email attachment_____________________ 10.central processing unit ____________________ (二) Fill in each of the following blanks with a word or phrase from the list given below. Change the form where necessary. Remember each word or phrase can be used only once(共 15 分,每空 1 分): prepare otherwise academic achieve surpass vital locate do sb good take on account for countless load install specific be able to 11.If you want to study in a foreign university ,usually, you have to send your _____________performance(成绩) to them. 12. He was ill. That _____________ his absence from school. 13. After year’s hard work, Newton finally____________ success in physics. 14. If one wants to have a telephone_______________, he has to pay 3,000yuan. 15. You say your factory is in china, but china is very large, can you be more_________________ because I want to know the exact place of your factory?

答卷时间:120分钟 考试形式:闭卷 考试时间:2008年11月 16.The doctor told her that sea food would her 17.I will the work if nobody wants to do it. 18.Their aid is to the success of the plan. 19.He hoped to win the second prize,but the result his hope. 20.Before the examination,the boy the pen,the paper and everything that was needed. 21.I am getting old. I would sail around the world. 22.Can you_ Paris and London on the World Map? 23.You can take pictures with my camera now.I have the film(胶卷)into it.. 24.During the summer nights,there were people on the seashore. 25.After a month's treatment()in the hospital,the patient sit up and walk. (Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。)10分,每空1分) 26.multimedia 字处理器 27.software life cycle 交换机 28.structured programming 多媒体 29.functional testing 局域网 30.word processor 结构化程序设计 31.code windows 软件生命周期 32.firewall 功能测试 33.LAN 代码窗口 34.hacker 黑客 35.switch 防火墙 Page 2 of 7
答卷时间:120 分钟 考试形式:闭卷 考试时间:2008 年 11 月 Page 2 of 7 16. The doctor told her that sea food would ____________ her_____________. 17. I will _____________the work if nobody wants to do it. 18 .Their aid is____________ to the success of the plan. 19. He hoped to win the second prize, but the result ___________his hope. 20. Before the examination, the boy_____________ the pen, the paper and everything that was needed. 21. I am getting old.__________________ I would sail around the world. 22. Can you _______________Paris and London on the World Map? 23. You can take pictures with my camera now. I have______________ the film(胶卷)into it. 24. During the summer nights, there were_____________ people on the seashore. 25.After a month’s treatment(治疗)in the hospital, the patient__________ sit up and walk. (三)Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。)(10 分,每空 1 分) 26. multimedia a . 字处理器 27. software life cycle b . 交换机 28. structured programming c . 多媒体 29. functional testing d . 局域网 30. word processor e . 结构化程序设计 31. code windows f . 软件生命周期 32. firewall g . 功能测试 33. LAN h . 代码窗口 34. hacker i . 黑客 35. switch j . 防火墙

答卷时间:120分钟 考试形式:闭卷 考试时间:2008年11月 26. 31 27. 32. 28. 33. 29. 34. 30. 35. Ⅱ.Comprehension(阅读理解) Choose the best answer according to the passages.(根据上文的内容选择正确的答案。(35分,选 择题每题2分,判断每题1分) Passage A In order to solve a computational problem,its solution must be specified in terms of a sequence of computational steps,each of which may be performed by a human or a digital computer.If you want to solve the computational problem with a computer,you should learn how to program.The task of developing programs for the solution of computational problems is referred to as programming.Computer programming is the process of planning and creating a sequence of steps for a computer to follow.In general,this process will help us resolve a problem,which is either too tedious or difficult to work out otherwise.So programming is breaking a task down into small steps. Programming is sometimes contrasted with coding.Coding generally refers to the writing of programs for given program specification,while programming includes the task of preparing the program specification as well as that of writing the program.The text of a program is sometimes referred to as code, and lines of program text are referred to as lines of code,especially in the case of machine-language programs.The term coder is used to describe a person engaged exclusively in implementing program specifications prepared by others. What's actually involved in programming-the actual process of writing programs?Here's a quick overview of the process: Write a program. Compile the program. Run the program. Debug the program. Repeat the whole process until the program is finished. 1.If you want to solve the computational problem with a computer,you should learn how to A.calculate B.program C.add D.subtract 2.Computer programming is the process of planning and creating a sequence of for a computer to follow. A.steps B.process C.lines D.graphics Page 3 of 7
答卷时间:120 分钟 考试形式:闭卷 考试时间:2008 年 11 月 Page 3 of 7 26. ____________ 31. _____________ 27. ____________ 32._____________ 28. ____________ 33. _____________ 29. ____________ 34._____________ 30. ____________ 35. _____________ Ⅱ.Comprehension(阅读理解) Choose the best answer according to the passages. (根据上文的内容选择正确的答案。(35 分,选 择题每题 2 分,判断每题 1 分) Passage A In order to solve a computational problem, its solution must be specified in terms of a sequence of computational steps, each of which may be performed by a human or a digital computer. If you want to solve the computational problem with a computer, you should learn how to program. The task of developing programs for the solution of computational problems is referred to as programming. Computer programming is the process of planning and creating a sequence of steps for a computer to follow. In general, this process will help us resolve a problem, which is either too tedious or difficult to work out otherwise. So programming is breaking a task down into small steps. Programming is sometimes contrasted with coding. Coding generally refers to the writing of programs for given program specification, while programming includes the task of preparing the program specification as well as that of writing the program. The text of a program is sometimes referred to as code, and lines of program text are referred to as lines of code, especially in the case of machine-language programs. The term coder is used to describe a person engaged exclusively in implementing program specifications prepared by others. What's actually involved in programming - the actual process of writing programs? Here's a quick overview of the process: · Write a program. · Compile the program. · Run the program. · Debug the program. · Repeat the whole process until the program is finished. 1.If you want to solve the computational problem with a computer, you should learn how to . A. calculate B. program C. add D. subtract 2. Computer programming is the process of planning and creating a sequence of for a computer to follow. A. steps B. process C. lines D. graphics

答卷时间:120分钟 考试形式:闭卷 考试时间:2008年11月 3.The term coder is used to describe A.machine B.computer C.keyboard D.person 4.In order to solve a computational problem,you can let a person or a to do it. A.machine B.computer C.keyboard D.mouse 5.Which of the following is not the stage of programming? A.Write a program. B.Debug the program. C.Print the program. D.Compile the program. 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 Business Week,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. 6.A computer virus is a computer program that is created to make and spread of itself. A.programs B.virus C.copies D.files 7.Worm spread itself except by Page 4 of 7
答卷时间:120 分钟 考试形式:闭卷 考试时间:2008 年 11 月 Page 4 of 7 3. The term coder is used to describe A. machine B. computer C. keyboard D. person 4. In order to solve a computational problem, you can let a person or a ________ to do it. A. machine B. computer C. keyboard D. mouse 5. Which of the following is not the stage of programming? A. Write a program. B. Debug the program. C. Print the program. D. Compile the program. 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 Business Week, 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. 6.A computer virus is a computer program that is created to make and spread of itself. A.programs B.virus C. copies D.files 7.Worm spread itself except by

答卷时间:120分钟 考试形式:闭卷 考试时间:2008年11月 A.network B.E-mail C.program D.hardware 8.Antivirus program can scan and virus. A.clean B.produce C.replicate D.make 9.Trojan Horses A.quickly replicate itself and gradually attaches 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. 10.According to Business Week,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 Passage C People have sailed around file world in quite small boats.It is not an easy thing to do.Sometimes the weather gets bad.That can be the end of a boat,and the end of everyone in it.Accidents can happen easily and quickly. One family had an accident with some big fish.(Perhaps it wash't an accident for the fish).The fish swam under their boat and bit holes in it.The sea came in,of course,and they all got into that.They lived and hoped for many days.They ate and slept,and they always hoped...At last a ship found them. How do people live in a very small life-boat?Perhaps for weeks or months?They must be strong in every way.They must have hope--they must want to live.But you can not eat and drink hope. You cannot drink sea water.Drink a lot of sea water--and you will quickly die.Sailors can drink rain water.They must catch rain water in their boat.They must also catch fish and birds for food.Life-boats do not often carry a cooker,and so the sailors cannot cook their food.Raw fish and bird--meat is not very nice,but there won't be any choosers in a life-boat!Tile sailors must eat raw food or they will die. What do people think about in a life-boat?They think about land,a warm bed dry clothes,fresh water and food,food,food. 11.Which of the following is not correct? A.People may have to live for weeks on a life-boat. B.People cannot drink sea water. C.Life-boats are usually light and small. D.Life-boats often carry a cooker. 12.The family's accident was caused by A.the weather B.the wind C.a fish D.rain 13.Which of the following is correct? Page 5 of 7
答卷时间:120 分钟 考试形式:闭卷 考试时间:2008 年 11 月 Page 5 of 7 A.network B.E-mail C.program D.hardware 8.Antivirus program can scan and virus. A.clean B.produce C.replicate D.make 9.Trojan Horses . A.quickly replicate itself and gradually attaches 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. 10.According to Business Week, 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 Passage C People have sailed around file world in quite small boats. It is not an easy thing to do. Sometimes the weather gets bad. That can be the end of a boat, and the end of everyone in it. Accidents can happen easily and quickly. One family had an accident with some big fish. (Perhaps it wash’t an accident for the fish). The fish swam under their boat and bit holes in it. The sea came in, of course, and they all got into that. They lived and hoped for many days. They ate and slept, and they always hoped... At last a ship found them. How do people live in a very small life-boat? Perhaps for weeks or months? They must be strong in every way. They must have hope -- they must want to live. But you can not eat and drink hope. You cannot drink sea water. Drink a lot of sea water -- and you will quickly die. Sailors can drink rain water. They must catch rain water in their boat. They must also catch fish and birds for food. Life-boats do not often carry a cooker, and so the sailors cannot cook their food. Raw fish and bird -- meat is not very nice, but there won't be any choosers in a life-boat! Tile sailors must eat raw food or they will die. What do people think about in a life-boat? They think about land, a warm bed dry clothes, fresh water and food, food, food. 11. Which of the following is not correct?_______ A. People may have to live for weeks on a life-boat. B. People cannot drink sea water. C. Life-boats are usually light and small. D. Life-boats often carry a cooker. 12. The family's accident was caused by . A. the weather B. the wind C. a fish D. rain 13. Which of the following is correct?______

答卷时间:120分钟 考试形式:闭卷 考试时间:2008年11月 A.A ship saved the family B.The family was killed by the fish C.The boat sent them to bank D.The family lost their hope. 14.You can meat in a life-boat A.cook B.not cook C.not eat D.not carry 15.When they are in trouble in the sea people most probably always think about_ A.sea water B.rough sea C.accidents D.none of these Passage D The central processing unit(CPU)is the heart of the computer systems.Among other things,its configuration determines whether a computer is fast or slow in relation to other computers.The CPU is the most complex computer system component,responsible for directing most of the computer system activities based on the instructions provided.As one computer generation has evolved to the next,the physical size of the CPU has often become smaller and smaller,while its speed and capacity have increased tremendously.Indeed,these changes have resulted in microcomputers that are small enough to fit on your desk or your lap. The CPU comprises the control unit and the arithmetic/logic unit(ALU). The control unit is responsible for directing and coordinating most of the computer systems activities. It determines the movement of electronic signals between main memory and the arithmetic/logic unit,as well as the control signals between the CPU and input/output devices. The ALU performs all the arithmetic and logical(comparison)functions-that is,it adds,subtracts, multiplies,divides,and does comparisons.These comparisons,which are basically "less than","greater than”,and“equal to'”,can be combined into several common expressions,such as“greater than or equal to” The objective of most instructions that use comparisons is to determine which instruction should be executed next Tell whether the following statements are true(T)or false(F)according to the passage(根据上文 的内容判断下列句子的正误) 1.With the development of computer,the physical size of the CPU has often become bigger and bigger.() 2.The movement of electronic signals between main memory and the ALU as well as the control signal between the CPU and input/output devices is controlled by the control unit of the CPU.( 3.The CPU comprises the control unit and memory.( 4.The control unit performs all the arithmetic and logical(comparison)functions( Page 6 of 7
答卷时间:120 分钟 考试形式:闭卷 考试时间:2008 年 11 月 Page 6 of 7 A. A ship saved the family. B. The family was killed by the fish C. The boat sent them to bank. D. The family lost their hope. 14. You can meat in a life-boat A. cook B. not cook C. not eat D. not carry 15. When they are in trouble in the sea people most probably always think about . A. sea water B. rough sea C. accidents D. none of these Passage D The central processing unit (CPU) is the heart of the computer systems. Among other things, its configuration determines whether a computer is fast or slow in relation to other computers. The CPU is the most complex computer system component, responsible for directing most of the computer system activities based on the instructions provided. As one computer generation has evolved to the next, the physical size of the CPU has often become smaller and smaller, while its speed and capacity have increased tremendously. Indeed, these changes have resulted in microcomputers that are small enough to fit on your desk or your lap. The CPU comprises the control unit and the arithmetic / logic unit (ALU). The control unit is responsible for directing and coordinating most of the computer systems activities. It determines the movement of electronic signals between main memory and the arithmetic/logic unit, as well as the control signals between the CPU and input/output devices. The ALU performs all the arithmetic and logical (comparison) functions — that is, it adds, subtracts, multiplies, divides, and does comparisons. These comparisons, which are basically “less than”, “greater than”, and “equal to”, can be combined into several common expressions, such as “greater than or equal to”. The objective of most instructions that use comparisons is to determine which instruction should be executed next. Tell whether the following statements are true(T) or false(F) according to the passage(根据上文 的内容判断下列句子的正误) 1. With the development of computer, the physical size of the CPU has often become bigger and bigger.( ) 2. The movement of electronic signals between main memory and the ALU as well as the control signal between the CPU and input /output devices is controlled by the control unit of the CPU. ( ) 3. The CPU comprises the control unit and memory. ( ) 4. The control unit performs all the arithmetic and logical (comparison) functions( )

答卷时间:120分钟 考试形式:闭卷 考试时间:2008年11月 5.The central processing unit(CPU)is the heart of the computer systems.( Ⅲ.Translation(翻译共30分每题3分) (-)Translate the following sentences into English 1小汽车越大,价格越高。(the more,the more) 2.市场上同一型号的计算机价格从6000元到8000元不等。(range from.to.) 3.他的表现和他哥哥截然不同。(in contrast to) 4.约翰通常和大家所持的观点一样。(the same..…as) 5.这种面向军事的高科技是十分危险的。(oriented) (二)Translate the following sentences into Chinese.(将下列句子翻译成汉语) 6.The computer science major is designed for students who have a good background in matrices and an interest in theory,practice,art,and science of computer program. 7.The registers are divided into the general registers,the pointer and index registers,and the segment registers. 8.The C language is early used to describe the UNIX operating system,but it is recently implemented on various kinds of operating systems and computer hardwires. 9.A data base may be designed for batch processing,real-time processing,or inline processing.A data base system involves application program,DBMS,and data base. 10.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. Page 7 of 7
答卷时间:120 分钟 考试形式:闭卷 考试时间:2008 年 11 月 Page 7 of 7 5. The central processing unit (CPU) is the heart of the computer systems. ( ) III. Translation (翻译 共 30 分 每题 3 分) (一)Translate the following sentences into English 1 小汽车越大,价格越高。(the more, the more) 2.市场上同一型号的计算机价格从 6000 元到 8000 元不等。(range from…to…) 3.他的表现和他哥哥截然不同。(in contrast to) 4.约翰通常和大家所持的观点一样。(the same…..as) 5. 这种面向军事的高科技是十分危险的。(oriented) (二) Translate the following sentences into Chinese.(将下列句子翻译成汉语) 6. The computer science major is designed for students who have a good background in matrices and an interest in theory, practice, art, and science of computer program. 7. The registers are divided into the general registers, the pointer and index registers, and the segment registers. 8. The C language is early used to describe the UNIX operating system, but it is recently implemented on various kinds of operating systems and computer hardwires. 9. A data base may be designed for batch processing, real-time processing, or inline processing. A data base system involves application program, DBMS, and data base. 10. 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