材料成型及控制专业英语试题-题型示例_第1页
材料成型及控制专业英语试题-题型示例_第2页
材料成型及控制专业英语试题-题型示例_第3页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、. Vocabulary(词汇,30分)(一)Translate the following words and expressions into Chinese(写出下列词组的汉语。)(10分,每题1分)1、 central processing unit(CPU) 中央处理器2、 white box testing 白盒测试3、 hard disk 硬盘 4、 management information system 管理信息系统5、 electronic commerce 电子商务 6、 cursor 光标 7、software engineering 软件工程 8credit car

2、d 信用卡9 menu bar 菜单栏10machine language 机器语言(二)Fill in the blanks with the corresponding English words.(根据汉语写出相应的英语单词。) (10分,每题1分) 1结构化查询语言 SQL 2广域网 WAN 3超文本链接标示语言 HTML 4文件传送输协议 FTP 5单文档界面 SDI 6面向对象编程 OOP 7集成开发环境 IDE 8传输控制协议/网际协议 TCP/IP 9数据库管理系统 DBMS 10电子数据交换 EDI(三)Match the following words and expres

3、sions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。10分,每空1分1. application softwarea.图像2. machine languageb.应用软件3. structured programmingc.机器语言4. functional testingd.软件测试5. memorye.结构化程序设计6. relational database f.内存7. firewall g.功能测试8. software testingh.关系数据库

4、9. hackeri.黑客10. imagej.防火墙1 b 6. h 2 c 7 j 3 e 8. d 4 g 9. i 5 f 10. a ( ). Comprehension(阅读理解,40分)(一)Fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary. (从下面方框中选择合适的词或表达,以其适当的形式填空。10分, 每空2分) toolbar ruler title barmenu bar incorpora

5、te intoMicrosoft Word XP is the current Window version of Word, and documents created in Word XP can be easily _ incorporated into _ Excel, Power Point and Access files. In the interface of Word, the _ title bar _ displays the name of the current application and name of the current document; the _ m

6、enu bar _lists the names of the menus available; the _ toolbar _gives the user quick access to frequently used editing functions; the _ ruler _enables the user to change left and right margin. Passage A The central processing unit (CPU) is the heart of the computer systems. Among other things, its c

7、onfiguration 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, t

8、he 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 (

9、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 a

10、ll 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 ob

11、jective 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 of

12、ten become bigger and bigger. (F )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. (T )3. The CPU comprises the control unit and memory. ( F)4. The control unit

13、 performs all the arithmetic and logical (comparison) functions. ( F )5. The central processing unit (CPU) is the heart of the computer systems. ( T )Passage BIn order to solve a computational problem, its solution must be specified in terms of a sequence of computational steps, each of which may be

14、 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

15、 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

16、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, es

17、pecially 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

18、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 B .A. ca

19、lculate B. program C. add D. subtract2. Computer programming is the process of planning and creating a sequence of A for a computer to follow. A. steps B. process C. lines D. graphics3. The term coder is used to describe D .A. machine B. computer C. keyboard D. person4. In order to solve a computati

20、onal problem, you can let a person or a B to do it.A. machine B. computer C. keyboard D. mouse5. Which of the following is not the stages of programming? CA. Write a program. B. Debug the program. C. Print the program. D. Compile the program.Translation. (翻译,30分)(一) Translate the following sentences

21、 into Chinese.(将下列句子翻译成汉语。20分,每题5分)1. 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 Microsofts Internet Explorer.有一些叫做网络浏览器的应用软件,使用它能够很容易的访问万维网,其中两个较流行的是 Netscape Navigato和Microsofts Internet Ex

22、plorer.2. 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.SQL服务器用于允许成前上万的用户同时访问数据库,是一个真正的客户端/服务器端的数据库系统。3. Thus a management information system collects, transmits, processes, and stores data on an organizations resources and programmes.管理信息系统基于企业的资源和程序搜集、传输和存储数据。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.一些应用软件,例如Word,允许几个窗口同时在一个叫做MDI的模式下存

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论