计算机专业英语复习题

计算机专业英语复习题
计算机专业英语复习题

课文A:计算机概览

A computer is an electronic device that can receive a set of instructions, or program, and then carry out this program by performing calculations on numerical data or by compiling and correlating other forms of information.

计算机是一种电子设备,它能接收一套指令或一个程序,然后通过对数字数据进行运算或对其他形式的信息进行处理来执行该程序。

The modern world of high technology could not have come about except for the development of the computer. Different types and sizes of computers find uses throughout society in the storage and handling of data, from secret governmental files to banking transactions to private household accounts[1]. Computers have opened up a new era in manufacturing through the techniques of automation, and they have enhanced modern communication systems. They are essential tools in almost every field of research and applied technology, from constructing models of the universe to producing tomorrow's weather reports, and their use has in itself opened up new areas of conjecture.

Database services and computer networks make available a great variety of information sources[2]. The same advanced techniques also make the invasions of privacy and restricted information sources possible, and computer crime has become one of the many risks that society must face if it is to enjoy the benefits of modern technology.

要不是由于计算机的发展,现代的高科技世界是不可能产生的。不同类型和大小的计算机在整个社会被用于存储和处理各种数据,从保密政府文件、银行交易到私人家庭账目。计算机通过自动化技术开辟了制造业的新纪元,而且它们也增强了现代通信系统的性能。在几乎每一个研究和应用技术领域,从构建宇宙模型到产生明天的气象报告,计算机都是必要的,工具,并且它们的应用本身就开辟了人们推测的新领域。

数据库服务和计算机网络使各种各样的信息源可供使用。同样的先进技术也使侵犯个人隐私和商业秘密成为可能。计算机犯罪已经成为作为现代技术代价组成部分的许多风险之一。

Also in the 19th century, the British mathematician and inventor Charles Babbage7 worked out the principles of the modern digital computer. He conceived a number of machines, such as the Difference Engine, that were designed to handle complicated mathematical problems. Many historians consider Babbage and his associate, the mathematician Augusta Ada Byron8, the true pioneers of the modern digital computer. One of Babbage’s designs, the Analytical Engine, had many features of a modern computer. It had an input stream in the form of a deck of punched cards, a “store” for saving data, a “mill” for arithmetic operations, and a printer that made a permanent record.9 Babbage failed to put this idea into practice, though it may well have been technically possible at that date.

也是在19世纪,英国数学家和发明家查尔斯?巴比奇,提出了现代数字计算机的原理。他构想出旨在处理复杂数学题的若干机器,如差分机。许多历史学家认为,巴比奇及其合伙人,数学家奥古斯塔?埃达?拜伦,是现代数字计算机的真正先驱。巴比奇的设计之一,分析机,具有现代计算机的许多特征。它有一个以一叠穿孔卡片的形式存在的输入流、一个保存数据的“仓库”、一个进行算术运算

的“工厂”和一个产生永久性纪录的打印机。巴比奇未能将这个想法付诸实践,尽管在那个时代它在技术上很可能是可行的。

ENIAC (see Figure 1A-1) contained 18,000 vacuum tubes and had a speed of several hundred multiplications per minute, but originally its program was wired into the processor19 and had to be manually altered. Later machines were built with program storage, based on the ideas of the Hungarian-American mathematician John von Neumann20. The instructions, like the data, were stored within a “memory”, freeing the computer from the speed limitations of the paper-tape reader during execution and permitting problems to be solved without rewiring the computer. ENIAC(见图1A-1)含有18,000个真空管,具有每分钟几百次的乘法运算速度,但是,其程序最初是通过导线传送到处理器内的,必须由人工更改。根据美籍匈牙利数学家约翰? 冯?诺伊曼的想法,后来制造的机器带有一个程序存储器。指令像数据一样存储在“存储器”中,使计算机在执行过程中摆脱了纸带阅读器的速度限制,并使问题在不给计算机重新接线的情况下得以解决。

A digital computer is not a single machine: rather, it is a system composed of five distinct elements: (1) a central processing unit; (2) input devices; (3) memory storage devices; (4) output devices; and (5) a communications network, called a bus, which links all the elements of the system and connects the system to the external world

一台数字计算机不是单一的机器。确切地说,它是由5个不同的要素组成的系统:(1)中央处理器;(2)输入设备;(3)存储设备;(4)输出设备;以及(5)被称作总线的通信网络,它将系统的所有要素连接起来并将系统与外界连接起来。

One continuing trend in computer development is microminiaturization, the effort to compress more circuit elements into smaller and smaller chip space. Researchers are also trying to speed up circuitry functions through the use of superconductivity, the phenomenon of decreased electrical resistance observed in certain materials at very low temperatures.

计算机发展的一个持续不断的趋势是微小型化,亦即将更多的电路元件压缩在越来越小的芯片空间上的努力。研究人员也在设法利用超导性来提高电路的功能速度。超导性是在超低温条件下在某些材料中观察到的电阻减少现象。

Programming languages, in computer science, are the artificial languages used to write a sequence of instructions (a computer program) that can be run by a computer. Similar to natural languages, such as English, programming languages have a vocabulary, grammar, and syntax. However, natural languages are not suited for programming computers because they are ambiguous, meaning that their vocabulary and grammatical structure may be interpreted in multiple ways. The languages used to program computers must have simple logical structures, and the rules for their grammar, spelling, and punctuation must be precise.

在计算机科学中,编程语言是用于编写可由计算机运行的一系列指令(计算机

程序)的人工语言。与英语等自然语言相类似,编程语言有词汇、语法和句法。然而,自然语言不适合为计算机编程,因为它们会引起歧义,也就是说它们的词汇和语法结构可能被用多种方式进行解释。用于计算机编程的语言必须有简单的逻辑结构,它们的语法、拼写和标点符号规则必须精确。

语言类型

Programming languages can be classified as either low-level languages or high-level languages. Low-level programming languages, or machine languages, are the most basic type of programming languages and can be understood directly by a computer. Machine languages differ depending on the manufacturer and model of computer.High-level languages are programming languages that must first be translated into a machine language before they can be understood and processed by a computer.

编程语言可分为低级语言和高级语言。低级编程语言或机器语言,是编程语言中最基础的类型,可以被计算机直接理解。机器语言视计算机制造商与型号不同而有所区别。高级语言是必须首先翻译成机器语言计算机才能理解和处理的编程语言。C、C++、PASCAL和FORTRAN都是高级语言的例子。汇编语言是中级语言,非常接近于机器语言,没有其他高级语言所表现出的语言复杂程度,但仍然得翻译成机器语言。

1、机器语言

In machine languages, instructions are written as sequences of 1s and 0s, called bits, that a computer can understand directly. An instruction in machine language generally tells the computer four things (1) where to find one or two numbers or simple pieces of data in the main computer memory (Random Access Memory, or RAM), (2) a simple operation to perform, such as adding the two numbers together, (3) where in the main memory to put the result of this simple operation, and (4) where to find the next instruction to perform.

在机器语言中,指令被写成计算机能够直接理解的1和0(称作位)序列。一条机器语言指令一般告诉计算机4件事:(1)到计算机主存(随机存储器)的什么位置去找一两个数字或简单的数据片;(2)要执行的简单操作,如将两个数字相加;(3)在主存的什么位置存放该简单操作的结果;(4)到什么位置去找下一条要执行的指令。

高级语言的分类

High-level languages are commonly classified as procedure-oriented, functional, object-oriented, or logic languages. The most common high-level languages today are procedure-oriented languages. In these languages, one or more related blocks of statements that perform some complete function are grouped together into a program module, or procedure, and given a name such as “procedure A.”

高级语言通常分为面向过程语言、函数式语言、面向对象语言或逻辑语言。当今最常见的高级语言是面向过程语言。在这种语言中,执行某个完整功能的一个或多个相关的语句块组成一个程序模块或过程,而且被给予诸如“过程A”一类名称。

Object-oriented languages are outgrowths of functional languages.

In object-oriented languages, the code used to write the program and the data processed by the program are grouped together into units called objects. Objects are further grouped into classes, which define the attributes objects must have. A simple example of a class is the class Book. Objects within this class might be Novel and Short Story. Objects also have certain functions associated with them, called methods.

面向对象语言是函数式语言的发展结果。在面向对象语言中,用来编写程序的代码和由程序处理的数据,组合成叫做对象的单元。对象进一步组合成类,而类则定义对象必须具有的属性。类的一个简单例子就是书这个类。这个类中的对象可能是小说和短篇小说。对象还有某些与其相关的功能,称为方法。

Object-oriented programming (OOP) languages like C++ are based on traditional high-level languages, but they enable a programmer to think in terms of collections of cooperating objects instead of lists of commands. Objects, such as a circle, have properties such as the radius of the circle and the command that draw it on the computer screen. Classes of objects can inherit features from other classes of objects. For example, a class defining squares can inherit features such as right angles from a class defining rectangles. This set of programming classes simplifies the programmer’s task, resulting in more reliable and efficient programs.

面向对象程序设计语言,如C++和Java,基于传统的高级语言,但它们使程序设计员能够从合作对象集而非命令列表的角度进行思考。诸如圆之类的对象具有像圆的半径一类的属性,以及在计算机屏幕上绘制该对象的命令。一个对象类可以从其他的对象类继承特征。例如,定义正方形的类可以从定义长方形的类那里继承直角等特征。这一套程序设计类简化了程序设计员的工作,带来了更多“可复用的”计算机代码。可复用代码使程序设计员可以使用已经设计、编写和测试的代码。这使得程序设计员的工作变得比较容易,并带来更加可靠和高效的程序。

1. artificial intelligence 人工智能

2. paper-tape reader 纸带阅读器

3. optical computer 光计算机

4. neural network 神经网络

5. instruction set 指令集

6. parallel processing 并行处理

7. difference engine 差分机

8. versatile logical element 通用逻辑元件

9. silicon substrate 硅衬底

10. vacuum tube 真空管

11. 数据的存储与处理the storage and handling of data

12. 超大规模集成电路very large-scale integrated circuit

13. 中央处理器central processing unit

14. 个人计算机personal computer

15. 模拟计算机analogue computer

16. 数字计算机digital computer

17. 通用计算机general-purpose computer

18. 处理器芯片processor chip

19. 操作指令operating instructions

20. 输入设备input device

1. storage register 存储寄存器

2. function statement 函数语句

3. program statement 程序语句

4. object-oriented language 面向对象语言

5. assembly language 汇编语言

6. intermediate language 中间语言,中级语言

7. relational language 关系(型)语言

8. artificial language 人工语言

9. data declaration 数据声明

10. SQL 结构化查询语言

11. 可执行程序executable program

12. 程序模块program module

13. 条件语句conditional statement

14. 赋值语句assignment statement

15. 逻辑语言logic language

16. 机器语言machine language

17. 函数式语言functional language

18. 程序设计语言programming language

19. 运行计算机程序run a computer program

20. 计算机程序员computer programmer

计算机英语期末考试试题

计算机英语期末考试试题 I. 单选题. (1*20) 1.A computer system includes both _________ and software. A.cable B.memories C.CPU D.hardware 2.The heart of the computer is _________ A.CPU B.BUS C.CAI D.DIV 3.Which is not input device used with microcomputers ? A.Keyboard B.Printer C.touch screen D.Mouse 4.Basically , a computer consists of four components : Central Processing Unit , _________, Input Device and Output Device. A.Memory B.Keyboard C.Monitor D.The Control Unit 5.A _________ is a small , hand-held object that is pushed around a desktop to move the cursor or pointer on the screen or to select choices from menu displayed on screen. A.keyboard B.mouse C.monitor D.printer 6.Which is "删除" in Chinese ? A.shift B.Control C.Insert D.Delete 7.__________ refers to the parts of the computer that you can see and touch. A. Software B. Hardware C. Hardship D. Instruction 8._________ is used to communicate with another computer over telephone lines A. keyboard B .modem C. printer D. Mouse 9.__________is a device that enables the computer to handle sounds. A. network card B. video card C. sound card D. Monitor 10. The display screen is the most common device used to show you what the computer is doing. A. input B. printing C. output D. electronic 11._________ is a word processing tool that helps you to create quality documents. A. Word 2003 B. Outlook 2003 C. Access 2003 D. Excel 2003 12.The first generation of computer lasted from _________ to 1958. A.1965 B.1946 C.1947 D.1970 13._________ is the application of the computer and communications technology to improve the productivity of office workers. A.CAI B.AI C.OA D.CAM 14._________ is a software system based on graphics, which can run under MS-DOS. A.Office B.Mouse C.OS D.Microsoft Windows 15.Generally software can be divided into two types: software system and _________ system. A.hardware B.DOS C.application D.Windows 16.The _________ is the part of the computer where programs and data are stored. A.Input Device B.Memory C.CPU D.CU 17. refers to data storage equipment that allows the stored data to be accessed randomly rather than just in sequence. A.Random Access Memory B.Magnetic tapes C.Disks D.ROM 18.Word processing , of course, relies on perhaps the most basic computer _________ : the keyboard. A.output device B.input device C.storage D.CPU 19._________ refers to any machine capable of representing information from a

计算机专业英语题库1-0-8

计算机专业英语题库1-0-8

[单选,共用题干题]Atransportlayerprotocolhasseveralresponsibilities,Oneistocreateaprocess-to-processprogram-to- programcommunication;TCPusesport1toaccomplishthis.Anotherresponsibilityofatransportlayerprotocolistocreatea2anderror- controlmechanismatthetransportlevel.TCPusesasliding3protocoltoachieveflowcontrol.Itusestheacknowledgmentpacket,time- out,andretransmissiontoachieve4control.Thetransportlayerisalsoresponsibleforprovidingaconnectionmechanismfortheapplicationprogram.Theapplicationprogramsends5ofdatatothetransportlayer.空白(1)处应选择() A.A.numbers B.connection C.diagrams D.resources 传输层协议有多个职责。一是创建进程到进程(程序到程序)的通信,由TCP使用端口号来完成;另一个职责是在传输层创建流和差错控制机制。TCP利用滑动窗口 协议来实现流控制。它使用确认分组、超时、重传机制来完成差错控制。传输层也负责为应用程序提供连接机制,应用程序将数据流发送到传输层,发送端的传输 层负责建立于接收端之间的连接。

计算机专业英语期末考试考卷A卷答案

2014年上半学期计算机专业英语 期末考试试卷(A卷)答案 一、选择题 Ⅰ. 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 abbreviatio ns.(根据汉语写出相应的英语缩写。) (共10分,每题1分) 1.DBMS 2.TCP 3.MDI 4.OOP

5.ROM 6.VCD 7.CAD 8.SQL 9.USB 10.B2B (三) Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。)(10分,每空1分) 1. c 6. h 2. f 7.j 3. e 8. d 4.g 9. i 5. a 1 0. b Ⅱ. Comprehension(阅读理解) (一)

Fill in the blanks with suitable words or expressions from the lis t 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) accord ing to the passage A.(根据上文的内容判断下列句子的正误)(10分,每题2分)1.F 2.T 3.F 4.T 5.F (三)、choose the best answer according to the passage B.(根据上文的内容选择正确的答案。(10分,每题2分) 1.B 2.A 3.D 4.B 5.C (四) Choose the best answer according to Passage C.(根据上文的内容选择正确的答案。10分,每题2分) 1.C 2. D 3. A 4. C 5. B Ⅲ.Translation.翻译(30分) (一) Translate the following sentences into Chinese.(将下列句子翻译成汉语。)(共20分,每题5分)

计算机专业英语试题1

计算机专业英语试题1 Ⅰ. Vocabulary(词汇,30分) (一).Translate the following words and expressions into Chinese(写出下列词组的汉语。10分,每题1分) 1. hard disk 2.operating system 3.electronic spreadsheet 4.management information system 5.electronic commerce 6.data structure 7.software engineering 8.computer virus 9. machine language 10.management information system (二).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. RAM(random access memory) a. 视频 2. high-level language b. 随机存储器. 3. project window c. 高级语言 4. functional testing d. 应用软件 5. multimedia e. 工程窗口 6. hacker f. 系统软件 7. memory g. 功能测试

计算机专业英语复习题完整版

计算机专业英语复习题标准化管理处编码[BBX968T-XBB8968-NNJ668-MM9N]

1.home page 主页 2.graphical user interface (GUI) 图形用户界面 3.artificial intelligence 人工智能 4.carbon copy 打字副本 5.field 字段 6.software suite 软件套装 7.desktop operating system 桌面操作系统 https://www.360docs.net/doc/af18757387.html,ser printer 激光打印机 9.machine language 机器语言 10.relational database 关系数据库 11.menu bar 菜单栏 12.secondary storage 辅助存储器;二级存储器 13.system software 系统软件 二、 1.内存 memory 2.输入设备 input device 3.扬声器 speaker

4.局域网 local-area network 5.传输控制协议 transmission control protocol 6.集成电路 integrated circuits 7.上下文敏感 context sensitive 8.微处理器 microprocessor 9.只读存储器 Read-only memory 10.触摸屏 touch screen 11.像素 pixel 12.多媒体 multimedia 13.自动换行 word wrap 三

_________.

A、people B、OS C、keyboards D、procedures E、software ( abc ) 2、For microcomputer, there are three basic system units: ____________ . A、Desktop system units B、Notebook system units C、Personal digital assistant system units D、Arithmetic-logic units ( a ) 3、Language translators convert programming statements into__________. A、machine languages B、UNIX C、service programs D、operating systems ( b ) 4、The ____________is a list of commands or options from which you can choose. A、icon B、menu C、window D、pointer ( a ) 5、Database management systems are comprised of tables that are made of rows called __________ and columns called __________ . A、fields, records B、ranges, sheets C、records, fields D、 records, ranges ( abcd )6、The four main computer operations are _________.

计算机专业英语复习题

1.判断题 ()1. Operating system first appeared during the third computer generation. ()2. Unlike the other buses, the address bus always receives data from the CPU; the CPU never reads the address bus. ()3. The main operations of set algebra are complementation, union and intersection. ()4. If an empty stack is popped, we say the stack overflows, which is normally an error. ()5. The CPU can be shared in a sequential manner only. ()6. Freeware is free software with no restriction. ()7. When writing data to memory, the CPU first outputs the data onto the data bus, then outputs the address onto the address bus. ()8.The FORTRAN programming language was developed during the first computer generation. ()9.A stack is a dynamic set that obeys the FIFO property. ()10.Two popular strategies for resource allocation are static allocation and dynamic allocation. ()11.The CPU can be shared in a sequential manner only. ()12. A program written in the assembly language of one microprocessor can run on a computer that has a different microprocessor. ()13. Object-oriented programming(OOP) is a programming language model organized around “objects” rather than “actions” and data rather than logic. ()14. FORTRAN is a particularly good language for processing numerical data, but it does not lend itself very well to organizing large programs. ()15. C++ and Smalltalk are two of the more popular object-oriented programming language. 2.词汇 Vacuum tube 真空管general purpose 通用transistor 晶体管 :大规模集成电路)Large Scale Integrated Circuit(LSI. VLSI(Very Large Scale Integrated Circuit):超大规模集成电路 Mainframe 大型机medium-sized computer 中型机minicomputer 小型机 Microcomputer 小型机 machine language 机器语言assembly language 汇编语言high-level language 高级语言Multiprogramming 多道程序设计virtual memory 虚拟存储time-share 分时 Batch system 批处理系统interactive system 交互式系统 Instruction cycle 指令周期 Address bus, data bus, control bus Internal register内部寄存器external register 外部寄存器flag register标志寄存器 Instruction register 指令寄存器program counter程序计数器combinatorial logic组合逻辑Control signal 控制信号instruction code指令代码instruction pipeline指令流水线Bidirectional 双向的unidirectional 单向的 ALU(Arithmetic Logic Unit) 算术逻辑单元

计算机专业英语期末考试试卷(A卷)答案

少工学结合创新教程....................... 计算机专业英语 2014年上半学期计算机专业英语 期末考试试卷(A卷)答案 一、选择题 I . Vocabulary(词汇)(30 分) (一).Tran slate the follow ing words and expressi ons into Chin ese( 汉语。)(共10分,每题1分) 1. 操作系统 2. 需求分析 3. 网络安全 4. 数据结构 5. 决策支持系统 6. 关系数据库 7. 软件危机 8. 计算机病毒 9. 邮件附件 10. 中央处理器(单元) (二).Fill in the blanks with the corresponding English abbreviations.( 写出相应的英语缩写。)(共10分,每题1分) 1 . DBMS 2. TCP 3. MDI 4. OOP 5. ROM 6. VCD 7 . CAD 8 . SQL 9 . USB 10. B2B (三) Match the following words and expressions in the left column with those similar in mea ning in the right colum n.(将左列的词汇与右列相应的汉语匹配。写出下列词组的 根据汉语)(10分,每空

1分) 1. c 6. h

1. 开发一个软件产品,开发过程分为五个步骤:需求分析和说明,设计,写代码,测试和维护。 2. 功能测试检验的是用有效的输入是否能够得到所期望的输出。+ 3. EDI指的是两个公司之间通过私有网络使用特定、结构化的格式电子交换商业信息。 4. 一些应用软件,例如Word,允许几个窗口同时在一个叫做MDI的模式下存在,你能够在 一个软件中打开多个文档。 (二)Tran slate the follow ing paragraph into Chi nese. (将下段文章翻译成汉语。)(共10分) 高级语言是一种人造语言,使用它我们可以写不同的指令。这成为可能不是因为计算机处理器如今是如此的技术先进以至于它们可以理解这些语言。你需要将这些语言翻译成计算机处理器能够理解的机器语言。编译器能够完成这项工作。这就意味着高级语言程序不是直接可项目1 3. e 8. d 4. g 9. i 5. a 10. b n . Comprehension(阅读理解) (一) Fill in the bla nks with suitable words or expressi ons from the list give n below ,and change the form where necessary. (从下面方框中选择合适的词或表达,以其适 当的形式填空。)(10分,每空2分) maintain discipli ned requireme nts codi ng modified (二)项目2 项目3 Tell whether the follow ing stateme nts are true(T) or false(F) accord ing to the passage A.(根据上文的内容判断下列句子的正误)(10分,每题2分)项目4 1 . F 2 . T 3 . F 4 . T 5 . F (三)、choose the best answer according to the passage B.(确的答案。(10分,每题2分) 1 . B 2 . A 3 . D 4 . B 5 . C (四)Choose the best answer according to Passage C. 案。10分,每题2分) 1 . C 根据上文的内容选择正 (根据上文的内容选择正确的答 项目5 2. D 3. A 项目6 4. C 5. B 川.Translation. 翻译(30 分) (一)Tran slate the followi ng senten ces in to Chin ese. 20分,每题5分)(将下列句子翻译成汉 语。 ) (共 项目7 项目8 项目9 项目10

计算机英语试题

计算机英语试题 一、词汇(选择一个最合适的词汇,将对应的英文字母填入空格内。每题1分,共10分) 1、____ refers to the parts of the computer that you can see and touch. A. Software B. Hardware C. Hardship D. Instruction 2、primary memory which is stored on chips located ____. A. on the motherboard B. outside C. inside the processor D. on the CPU 3、The display screen is the most common ____ device used to show you what the computer is doing. A. input B. printing C. output D. electronic 4、Windows gives you more control over the ____ you work. A. operation B. way C. energy D. power 5、The most important program on any computer is ____. A. Operating System B. Virus C. software D. Office 2000 6、There are ____ separate products that form the Windows 2000。 A. only one B. two C. three D. four 7、C might best be ____ as a 'medium-level language'. A. developed B. decoded C. programmed D. described 8、Anti-Virus protects your computer from viruses by ____ your computer's memory and disk devices. A. deleting B. changing C. scanning D. replacing 9、Multimedia will become increasingly ____ throughout every aspect of our lives. A. pass B. precise C. permit D. pervasive 10、Communication through the Internet, the____ performs the reverse function. A. A station controller (STACO) B. DTE C. Data communications equipment (DCE) D. CRT 二、语法——单项选择题(每小题1.5分,共15分) 1、The girl I saw ____ brown hair and blue eyes. A. had she B. she had C. her

计算机专业英语考试试题及答案

计算机专业英语考试试题及答案 一、判断1.(√)The cpu and memory are located on a special circuit beard in the system unit called the montherbocrd2.(√)the main difference between a supercomputer and a mainframe is that supercomputers are designed to execute a few programs as quickly as possible,whereas mainframes are designedto handle many programs running at the same(but at a slower pace)3.(×)Being computer fluent means that you should be able to build a computer yourself.4.(√)Embedded computers are selfcontained computer devices that have therv own programming and do not receive input5.(√)Currently,the performance of tasks by robot is based on preprinted algorithms1.(×)A web browser is a special device that is installed in your computer that allows it to communicate with devices on a network2.(√)data can be a number a word a picture,or a sound3.(√)strictly defined,a computer is a data processing device4.(√)one of the benefits of becoming computer fluent is being a savvy computer user and consumer and knowing how to avoid viruses the programs that pose treats to computer security 。 5(√)trend-spotting programs,developed for business,have been used to predict criminal activity二.写出中文 1.virtual function虚拟函数2.pointer 指针3.cursor 光标4.package 包裹 5. Boot 引导,自举6 TCP/IP 传输攻之协议/互联网协议7 DNS 域名服务8.HTTP 超文本传

最新计算机专业英语试题及答案(B)

一、Give out the full names for the following abbreviations(写出下列缩写词的全称)(15%) WAN__________________________________________________ HTTP__________________________________________________ NT____________________________________________________ CEO__________________________________________________ DBMS________________________________________________ ISP___________________________________________________ XML__________________________________________________ BIOS_________________________________________________ IT____________________________________________________ WWW_______________________________________________ 二、Match the following words and expressions in the left column with those similar in meaning in the right )(10%) 1. output devices a. 操作系统 2. silicon b. 扩展存储器 3. expanded memory c. 硅 4. database administrator d. 输出设备 5. operating system e. 汇编语言 6. assembly language f. 数据库管理员 7. gateway g. 数字图像处理 8. laser technology h. 网关 9. digital image processing i. 制造过程 10.manufacturing process j. 激光技术 1. ( ) 6. ( ) 2. ( ) 7. ( ) 3. ( ) 8. ( )

《计算机专业英语》期末考试试卷

2014年下学期《计算机专业英语》期中考试试卷 班级:_________ 姓名:________ 学号:________ 计分:________ I. 根据图片把方框里的单词或词组填入对应的空格。(14分) 1. __________________ 2. _________________ 3. __________________ 4. _________________ 5. __________________ 6. _________________ 7. __________________ II. 中英文配对:将中文前的字母填入其对应的英文前的空格里。(20分) _____ 1. input device a. 闪盘 _____ 2. RAM b. 只读光盘 _____ 3. floppy disk c. 芯片 _____ 4. memory bank d. 移动硬盘 _____ 5. output device e. 输入设备 _____ 6. flash disk f. 随机存储器 _____ 7. chip g. 软盘 _____ 8. mobile hard disk h. 输出设备 _____ 9. motherboard i. 内存条 _____ 10. CD-ROM j. 主板 III. 阅读理解: A Mary: Hello, PC Support Center. This is Mary. What can I do for you? Customer: Hello. this is Chen Lin. I’m calling because I have some questions about my disk. Mary: Hi, Chen Lin. You can tell me one by one. Customer: I’m afraid I’ll run out of disk space. What shall I do? Mary: OK, running out of hard disk space is no big deal. You can just start moving old junks off to the CDs or you can just add a second hard disk. monitor mouse speaker printer system unit

计算机英语复习题库2

计算机英语复习题库 I.Translate the following words and expressions into Chinese. 1. Surf the Internet __上网____ https://www.360docs.net/doc/af18757387.html,ser printer ___激光打印机__ 3.Security upgrade ____安全升级___ 4. 19-inch color monitor _ __19英寸彩色显示器___ 5.save data ___保存数据____ 1.input device __输入设备__ 2. digital logic techniques __数字逻辑技术_____ 3. binary language___二进制语言____ 4.External modem _外置调制解调器_ _____ 5. optical disk ____光盘___ 1. IBM-compatible computer __IBM兼容机_____ 2. C++compiler ___c++编译器____ 3. powerful computer ___高性能计算机____ 4. floppy diskette ____软盘___ 5. hard drive errors ___硬盘错误____ 1. load operating system ___加载操作系统____ 2. 3.5” floppy drive __3.5英寸软盘驱动器_____ 3. Mp4 player __MP4播放器_________ 4. digital audio technology __数字音频技术_____ 5.online service ___在线服务____ 1. free downloading ___免费下载____ 2. wireless router ___无线路由器____ 3. computing capacity __计算能力___ 4. hit the icon ___点击图标____ 5.electronic bulletin board ___电子公告板____ II.Translate the following Chinese expressions into English. 1.操作系统operating system 2.光驱CD-Rom 3.输入/输出设备input/output device 4.软件工程s oftware engineering 5.源代码source code 1.关机power off the computer 2.计算机指令computer instruction 3.系统单元system unit 4.输出信息produce information 5.计算机硬件computer hardware 1内部资源internal resource 2.免费软件free software 3.通用计算机general-purpose computer 4.多任务操作系统multi-tasking operating system 5.专业程序员professional programmer 1.下载一个文件download a file 2.数据输入input data 3.办公自动化office automation 4.杀毒软件antiviral software 5.电子邮件附件Email attachment 1.网址internet address2.因特网用户internet user 3.文件传输file transfer 4.访问数据库 access database 5.多种路径 multiple paths III. Translate the following abbreviations in Chinese and write down their full names in english. 1. PC :personal computer 个人计算机 2.ROM:read only memory 只读存储器 3. IT:information technology信息技术 4.WWW:world wide web万维网 5.CPU :central processing unit 中央处理器 6. IC :i ntegrated circuit集成电路 7.BIOS:basic input/output system基本输入输出 8.LCD :liquid crystal display 液晶显示器 9.I/O:input/output输入/输出10.IP:internet protocol 网际协议 11.CAT:computer aided testing 计算机辅助测试12. MS-DOS:microsoft-disk operating system微软磁盘操作系统13.FTP:file transfer protocol文件传输协议https://www.360docs.net/doc/af18757387.html,N :local area network局域网 IV. Choose one best answer . Part I 1.__C__ is a device that enables the computer to handle sounds. A. Network card B. Video card C. Sound card D. Monitor 2. These days it is common for one to see people using ____A____ everywhere--even on airplanes. A. laptops B. desktops C. Minicomputers D. microcomputers 3. _B____ refers to the parts of the computer that you can see and touch. A.Software B. Hardware C. Hard disk D. Instruction 4. Data enters the computer is called___B_____. A. Information B. input C. output D. program

相关文档
最新文档