




已阅读5页,还剩8页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
考试范围:Unit 1, Unit2, Unit3.3,3.4,3.5, Unit 4.1, 课后练习,以及翻译练习一, 单选15题(30%)范围:1.ENIAC were called _A_,and typically cost more than a million dollarsA. mainframes B. PC C. minicomputer D. Microcomputer2.Computers are _D_devices that can follow _ to accept input, process that input, and procedure information.A. electric, words B. electrical, instructuresC. electronic, words D. electronic instructions3._D_ printer uses heat element to produce images on heat-sensitive paper. A. Dot-Matrix B.Ink-Jet C. Laser D.Thermal4._A_ directs the movement of electronic signals between memory and the ALU.A. Control unit B.CPU C. Motherboard D.Memory5._B_ is short for characters per second.A. MIPS(每秒钟百万条指令) B.CPS(中央处理系统)C. CPU D.OS6._A_ operating system is the most widely used operating system.A. Windows B.UnixC. Linux D.Mac7.DOS means_C_.A. 光盘操作系统 B. 软盘操作系统C磁盘操作系统 D. 硬盘操作系统8.Software Crisis means_D_.A. 软件开发 B. 软件需求C硬件危机 D. 软件危机9.下面哪个单词的含义是“封装” _B_.A. inheritance (继承) B. encapsulationC. polymorphism (多态性) D. prototype (原型;样机;样品)10._B_is just a particular type of computer system.A. Browser B.JavaC. Platform D.Virtual machine (虚拟机)11. B is used to communicate with another computer over telephone lines.A. keyboard B. modem C. mouse D. printer12. C is a device that enables the computer to handle sounds.A. network card B. video card C. sound card D. monitor13. A is a word processing tool that helps you to create quality documents.A. Word 2003 B. Outlook 2003 C. Access 2003 D. Excel 200314. B is the latest(最新) desktop version of the Windows operating system from Microsoft.A. Windows NT B. Windows 7 C. Windows Vista D. Windows XP15.Which one is not a computer languages? AA. Powerpoint B. PASCAL C. Java D. C+16.The heart of a computer system is_ A_ A.CPU B. hard disk C. memory D. main board17.A virus(病毒) is a A .A. program B. computer C. bad man D. beast18.The basic hardware(基本硬件) components of a personal computer consist of the D . A. keyboard and mouse B. storage devices(存储设备) and display C. CPU D. all of above19.The central processing unit (CPU) has two parts: A . A. control unit(控制单元) and ALU(算术逻辑单元) B. ALU and register C. register(注册) and control unit D. ALU and memory20.The more popular operating system is B operating system.A. MS DOS B. Windows C. UNIX D. Linux21.The desirable features(特点) of the software produced by object-oriented designs(面向对象设计) are the following aspects expect D .A. minimal coupling(最小的耦合) B. functional cohesion(函数内聚)C. information hiding(信息隐藏) D. hierarchical date base(层次数据库)22.Which one of the following descriptions(描述) is not true about software crisis? CA. Software is hard to estimate and scheduled.(软件难以评估和使用)B. Software becomes increasingly expensive.(软件变得越来越昂贵)C. Software is almost impossible to identify.(软件是几乎不可能确定)D. Software is almost impossible to manage. (软件是几乎是不可能的管理)23.In computer science, AI is the abbreviation(简称) of the B . A. Adequate Intake B. Artificial Intelligence(人工智能)C. Analogy Input D. Appreciative Inquiry24 C are the only languages understood by computers. A. High-level languages B. Assembly languages(汇编语言)C. Machine languages(机器语言) D. Object-oriented programming languages25.The biggest in size, the most expensive in price than any other is classified(分类) and known as A .A. Super Computers B. MainframesC. Minicomputers D.Portable Computers二, 判断10题(10%)范围:以课后练习为主三, 阅读理解 4篇20题(40%)P16 4,5,6段 P37 倒1 P57 倒数2段(java) P67 1,3,5,6段1、In order to solve a computational problem, its solution mustbe specified in terms of a sequence of computational steps, each of which may be performed by a human or a digital computerIf you want tosolve the computationalproblem with a computer, youshould learn how to programThe task of developing programs for the soultion of computational problems is referred to as programmingComputer programming is the process of planning and creating a sequence of steps for a computer to followIn general,this process will help us resolveaproblem,whichis either too tedious (冗长的)ordifficultto workoutotherwiseSo programming is breaking a task down into small steps译:为解决计算问题,其解决方案必须被指定在一个计算步骤的序列,每一个可能由一个人或一个数字计算机。如果你想解决计算问题的计算机,你应该学会如何计划。制定发展任务的计划称为编程。计算机编程的过程中规划和创建一个序列的计算机执行步骤。一般来说,这个过程将帮助我们解决一个问题,是太冗长的或难以解决的方式。所以编程是打破任务分解成小的步骤。2、Programmingissometimescontrastedwith coding. Codinggenerally referstothe writing of programs for given program specification,while programming includes the task of preparing the program specification as well as that of writing the programThe text of aprogram is sometimes referred to as code,and lines of program text are referred to as lines of code,especiallyinthe caseofmachine languageprogramsThetermcoderis used to describe a person engagedexclusively inimplementing programspecifications prepared byothers.译:编程有时是相反的编码。编码一般是指写作程序给定程序规范,而编程包括任务的准备程序的规范以及编写程序。该程序文本有时称为代码,和行程序文本称为行代码,特别是在案件的机器语言程序。这个词编码是用来形容一个人专门从事项目规格由他人准备。3、Whats, actually involved in programmingthe actual process of writing programs?Heres a quick overview of the process:1. Write a program2. Compile the program3. Run the program4. Debug(调试) the program5. Repeat the whole process until the program is finished译:什么是实际参编写程序的过程?这里有一个快速的过程概述:1。写一个程序。2。编译程序。3。运行程序。4。调试程序。5。重复整个过程,直到程序结束。4、A computer system includes a computer, peripheral(外围的)devices, and software. The electric, electronic, and mechanical devices used for processing data are referred to as hardware. In addition to the computer itself, the term “hardware” refers to components called peripheral devices that expand the computers input, output, and storage capabilities. Computer hardware in and of itself does not provide a particularly useful mind tool. To be useful, a computer requires a set of instructions, called software or a computer program, which tells the computer how to perform a particular task. Computers become even more effective when connected to other computers in a network so users can share information.译:一个计算机系统包括一台计算机,外围设备和软件。电气,电子,机械设备用于处理数据称为硬件。除了电脑本身而言,“硬件”是指被称为外围设备的组件设备,扩大计算机的输入,输出,存储能力。硬件本身并没有提供一个特别有用的思维工具。计算机需要一套有益的指令,称为软件或计算机程序,告诉计算机如何执行特定任务。让电脑变得更加有效,当连接到其他计算机网络,使用户可以共享信息。5、In software, a bug is an error in coding or logic that causes a program to malfunction or to produce incorrect results. Minor bugsfor example, a cursor that does not behave as expectedcan be inconvenient or frustrating, but not damaging to information. More severe bugs can cause a program to “hang” (stop responding to commands) and might leave the user with no alternative but to restart the program, losing any previous work that has not been saved. In either case, the programmer must find and correct the error by the process known as debugging. Because of the potential risk to important data, commercial application programs are tested and debugged as completely as possible before release. Minor bugs found after the program becomes available are corrected in the next update; more severe bugs can sometimes be fixed with special software, called patches, that circumvents (规避) the problem or otherwise alleviates (减轻) its effects.译:在软件中,错误是编码或逻辑错误导致程序发生故障或产生不正确的结果。较轻微的错误,一个游标,并不会表现为预想的不便或令人沮丧,但不损害信息。较严重的错误会导致程序“挂”(停止响应命令),可能会让用户惟有重启程序,失去以往任何未保存的工作。在任何情况下,程序员必须发现和纠正错误的过程称为调试。由于潜在的风险的重要数据,商业应用程序的测试和调试尽可能在这之前完全释放。小错误发现后,程序可纠正在下次更新;更严重的错误,有时可固定有特殊的软件,称为斑块,规避问题或者减轻其影响。6、Software engineering is an area of software development in which computer scientists and engineers study methods and tools that facilitate(使变得容易)the efficient development of correct, reliable, and robust computer programs. Research in this branch of computer science considers all the phases of the software life cycle, which begins with a formal problem specification, and progresses to the design of a solution, its implementation as a program, testing of the program, and program maintenance. Software engineers develop software tools and collections of tools called programming environments to improve the development process. For example, tools can help to manage the many components of a large program that is being written by a team of programmers.译:在软件工程领域的软件开发中,计算机科学家和工程师的研究方法和手段,使高效发展的正确,可靠,和强大的计算机程序变得容易。这一分支的研究,考虑到各阶段的计算机科学软件生命周期,从正式的问题说明,并发展到解决方案的设计,它的实施作为一个程序,测试程序,和程序维护。软件工程师开发软件工具以及被称为编程环境的工具集,改进开发过程。例如,软件工具可以帮助管理的许多组成部分的正在编写的大型程序程序员小组。四, 句子翻译2题(20%)1、The fact that IBM, a company of such corporate prestige, would enter this market convinced businesses that the microcomputer was more than a passing fad.译:像IBM这种信誉的公司即将进入微机市场,这一事实使人们坚信微机商业不是昙花一现。2、The purpose of storage hardware is to provide a means of storing computer instructions and data in a form that is relatively perma
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年事业单位工勤技能-河南-河南林木种苗工四级(中级工)历年参考题库典型考点含答案解析
- 2025年事业单位工勤技能-河南-河南堤灌维护工一级(高级技师)历年参考题库典型考点含答案解析
- 2024版离婚协议的性质法律问题
- 2025年事业单位工勤技能-河北-河北汽车驾驶与维修员四级(中级工)历年参考题库含答案解析
- 2025年事业单位工勤技能-河北-河北房管员二级(技师)历年参考题库含答案解析
- 2025年事业单位工勤技能-江西-江西电工二级(技师)历年参考题库含答案解析(5套)
- 2025年事业单位工勤技能-江西-江西城管监察员二级(技师)历年参考题库含答案解析(5套)
- 2025年事业单位工勤技能-江苏-江苏管工(技师/高级技师)历年参考题库含答案解析(5套)
- 2025年事业单位工勤技能-广西-广西保安员三级(高级工)历年参考题库典型考点含答案解析
- 2025年事业单位工勤技能-广东-广东计算机文字录入处理员三级(高级工)历年参考题库典型考点含答案解析
- 人教版初一数学课程讲义+练习(教师整合版)
- DL∕T 5161.1-2018 电气装置安装工程质量检验及评定规程 第1部分:通则
- 思想政治教育原理方法论
- 2024广西公需课高质量共建“一带一路”谱写人类命运共同体新篇章答案
- 客舱安全与应急处置(含活页实训手册) 课件 模块四 客舱失火处置
- JJG 692-2010无创自动测量血压计
- 医务人员职业暴露报告卡
- GB/T 43677-2024生态系统评估陆地生态资产核算技术指南
- 四年级上册语文文学常识
- 《脊柱脊髓损伤》课件
- 钢铁冷轧酸洗培训
评论
0/150
提交评论