李忠信-开放专科-计算机专业英语-复习指导_第1页
李忠信-开放专科-计算机专业英语-复习指导_第2页
李忠信-开放专科-计算机专业英语-复习指导_第3页
李忠信-开放专科-计算机专业英语-复习指导_第4页
李忠信-开放专科-计算机专业英语-复习指导_第5页
已阅读5页,还剩6页未读 继续免费阅读

下载本文档

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

文档简介

1、计算机专业英语课程复习资料 得 分评卷人. Vocabulary(词汇)(30分)(一)Translate the following words and expressions into Chinese(写出下列词组的汉语。)(共10分,每题1分)1 operating system 2 Data compression 3 hard disk 4 management information system 5 electronic commerce 6 Database 7 data warehouse 8 software crisis 9 high language 10 comput

2、er virus (二)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 righ

3、t 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.关系数据库9. hackeri.黑客10. audioj.防火墙1 6. 2 7 3 8. 4 9. 5 10. 得 分评卷人. Clo

4、ze (完形填空)(一)Fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary. (从下面方框中选择合适的词或表达,以其适当的形式填空。)(20分, 每空4分) complex arithmetic / logic unit (ALU) add control unit heart The central processing unit (CPU) is the of the computer systems. It

5、is the most computer system component, responsible for directing most of the computer system activities based on the instructions provided. The CPU comprises the and the . The control unit is responsible for directing and coordinating most of the computer systems activities. The ALU performs all the

6、 arithmetic and logical (comparison) functions that is, it , subtracts, multiplies, divides, and does comparisons.得 分评卷人. Comprehension(阅读理解)Passage APersonal computer software is based on specific operating systems and machines. The famous PC operating systems are DOS, Windows, OS/2, Unix, Linux, M

7、ac OS.DOS (Disk Operating System) was the most popular operating system for IBM and IBM-compatible 16 bit personal computers. DOS is no longer widely used because it has a number of limitations. Microsoft built Windows as an extension of the widely installed DOS operating system. Windows provides no

8、t only a graphical user interface (GUI), but also memory management and multitasking capabilities.Unix is an interactive, multi-user, multitasking operating system that is highly supportive of communications and networking. At present, Unix is primarily used for workstations, minicomputers, and serv

9、er computers in multi-user environments.Linux is the free Unix. It has all of the features you would expect of a modern, fully fledged Unix: true multitasking, virtual memory, shared libraries, demand loading, shared, proper memory management and TCP/IP networking.Mac OS (Machintosh Operating System

10、) supports multitasking and networking and has a highly praised graphical user interface. Multimedia capabilities of this operating system allow Macintosh users to integrate video clip, stereo sound, and animated sequences with conventional text and graphics software.(一)Tell whether the following st

11、atements are true(T) or false(F) according to the passage A.(根据上文的内容判断下列句子的正误)(10分,每题2分)1. Personal computer software is dependent on specific operating systems and machines. ( )2. DOS can only work with 32-bit microprocessor. ( )3. Windows is the 32-bit operating system with networking capability a

12、nd Internet access. ( ) 4. Unix is an interactive, multi-user, multitasking operating system. ( )5. The Linux operating system is free. It is the modified version of Unix running on PCs. ( )Passage BIn order to solve a computational problem, its solution must be specified in terms of a sequence of c

13、omputational 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 pr

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

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

16、ext 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

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

18、omputer, you should learn how to .A. calculate B. program C. add D. subtract2. Computer programming is the process of planning and creating a sequence of for a computer to follow. A. steps B. process C. lines D. graphics3.The term coder is used to describe A. machine B. computer C. keyboard D. perso

19、n4. In order to solve a computational problem, you can let a person or a to do it.A. machine B. computer C. keyboard D. mouse5. 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.得 分评卷人IV. Translation.翻译(30分)(一)

20、 Translate the following sentences 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.2 An application software is any program desi

21、gned to perform a specific function directly for the user or, in some cases, for another application program.3. During the last few years, it has been realized that maintenance of programs is more expensive than development, so reading of programs by humans is as important as writing them.4Some appl

22、ications, 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分)Over the last few decades there has been a tremendous growth in information technolo

23、gy 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, power generation, and transportation. Progress in computer science and accumulated experience with industrial production of soft

24、ware 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 enginee

25、ring to software.计算机专业英语复习资料 答案. 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分,

26、每题1分)1GUI 2LAN 3CAD 4FTP 5SQL 6WWW 7MMX 8CAD 9DBMS 10DOS(三)Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。)(10分,每空1分)1 b 6. h 2 c 7 j 3 e 8. d 4 g 9. i 5 f 10. a ( ). Cloze(完形填空)(一)Fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary. (从下面方框中选择合适的词或表达,以其适当的形式填空。)(20分, 每空4分)heart complex control unit arithmetic / lo

温馨提示

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

评论

0/150

提交评论