欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    计算机专业英语期末试题及答案.pdf

    • 资源ID:76198520       资源大小:32.08KB        全文页数:6页
    • 资源格式: PDF        下载积分:20金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要20金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    计算机专业英语期末试题及答案.pdf

    计算机专业英语试题及答案.Vocabulary(词汇)(30 分)(一)Translate the following words and expressions into Chinese(写出下列词组的汉语。)(共 10 分,每题1 分)1operating system 2requirements analysis 3network security 4data structure 5decision support system 6relational database 7software crisis 8 computer virus 9 email attachment 10 central processing unit(CPU)(二)Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的英语缩写。)(共 10 分,每题 1 分)1数据库管理系统2传输控制协议3多文档界面4面向对象编程5只读存储器6数字视频光盘7计算机辅助设计8结构化查询语言9通用串行总线10企业之间的电子商务交易方式(三)Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。)(10 分,每空1 分)1.multimedia a.字处理器2.software life cycle b.交换机3.structured programming c.多媒体4.functional testing d.局域网5.word processor e.结构化程序设计6.code windows f.软件生命周期7.firewall g.功能测试8.LAN h.代码窗口9.hacker i.黑客10.switch j.防火墙16.2738.49.510.Comprehension(阅读理解)(一)Fill in the blanks with suitable words or expressions from the list given below,and change the form where necessary.(从下面方框中选择合适的词或表达,以其适当的形式填空。)(10 分,每空 2 分)Software Engineering,which means the application of engineering to software,is a method to develop,operate and _ software.That is,the development of software is on a systematic,_,quantitive basis.Before starting the development of software,you have to systematically approach the problem.You have to understand the _(what the software is supposed to do),carry out the design,do the _,carry out a rigorous testing and if the software is as per the requirements,release the software to the customer.Subsequently,if the customer wants some changes-refinements or enhancements then the software has to be _.Passage A 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 A.(根据上文的内容判断下列句子的正误)(10 分,每题 2 分)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 are 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 5.The central processing unit(CPU)is the heart of the computer systems.()Passage B 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.Whats actually involved in programming-the actual process of writing programs?Heres 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.(三)、choose the best answer according to the passage B.(根据上文的内容选择正确的答案。(10 分,每题 2 分)1If 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 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 stages of programming?A.Write a program.B.Debug the program.C.Print the program.D.Compile the program.Passage C 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 years 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.Lets 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 doesnt 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 分)1 A computer virus is a computer program that is created to make and spread of itself.Aprograms B virus C copies Dfiles 2Worm spread itself except by .Anetwork BE-mail Cprogram Dhardware 3Antivirus program can scan and virus.Aclean B produce Creplicate Dmake 4Trojan Horses .Aquickly 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.Callow hackers to take control over a particular system or to steal very important data.Davoid the virus to attack computer.5According to BusinessWeek,the attacks reported in the first half of 2003 nearly match previous years total number.A 86,404 B 76,404 C56,354 D34,876.Translation.翻译(30 分)(一)Translate the following sentences into Chinese.(将下列句子翻译成汉语。)(共 20 分,每题 5 分)1.For developing a software product,the development process is divided into 5 stages:Requirements Analysis&Specification,Design,Coding,Testing,and Maintenance.2.Functional testing tests whether the output is the expected result with the valid input.3.EDI refers to the electronic exchange of business information between two companies using a specific and structured format over private networks.4Some 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 分)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 programmi ng 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 计算机专业英语试题答案.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.(根据汉语写出相应的英语缩写。)(共 10 分,每题1 分)1DBMS 2TCP 3 MDI 4OOP 5ROM 6VCD 7CAD 8SQL 9USB 10B2B(三)Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。)(10 分,每空 1 分)1c 6.h 2f 7 j 3e 8.d 4g 9.i 5a 10.b .Comprehension(阅读理解)(一)Fill in the blanks with suitable words or expressions from the list given below,and change the form where necessary.(从下面方框中选择合适的词或表达,以其适当的形式填空。)(10 分,每空 2 分)maintain disciplined requirements coding modified(二)Tell whether the following statements are true(T)or false(F)according to the passage A.(根据上文的内容判断下列句子的正误)(10 分,每题 2 分)1F 2T 3F 4T 5F (三)、choose the best answer according to the passage B.(根据上文的内容选择正确的答案。(10 分,每题 2 分)1B 2A 3D 4B 5C(四)Choose the best answer according to Passage C.(根据上文的内容选择正确的答案。10 分,每题 2 分)1C 2.D 3.A 4.C 5.B.Translation.翻译(30 分)(一)Translate the following sentences into Chinese.(将下列句子翻译成汉语。)(共20分,每题5 分)1.开发一个软件产品,开发过程分为五个步骤:需求分析和说明,设计,写代码,测试和维护。2.功能测试检验的是用有效的输入是否能够得到所期望的输出。+3.EDI 指的是两个公司之间通过私有网络使用特定、结构化的格式电子交换商业信息。4一些应用软件,例如Word,允许几个窗口同时在一个叫做MDI 的模式下存在,你能够在一个软件中打开多个文档。(二)Translate the following paragraph into Chinese.(将下段文章翻译成汉语。)(共10分)高级语言是一种人造语言,使用它我们可以写不同的指令。这成为可能不是因为计算机处理器如今是如此的技术先进以至于它们可以理解这些语言。你需要将这些语言翻译成计算机处理器能够理解的机器语言。编译器能够完成这项工作。这就意味着高级语言程序不是直接可执行的:它必须被编译生成处理器程序,这些程序是可执行的

    注意事项

    本文(计算机专业英语期末试题及答案.pdf)为本站会员(索****)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

    本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开