搜档网
当前位置:搜档网 › 计算机专业英语复习题

计算机专业英语复习题

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

一、判断对错

1. The software system is the physical equipment that you can see and touch.

2. Typically, a data value is set to zero to represent FALSE and 1 value for TRUE.

3. In the earliest general-purpose computer, most input and output media were magnetic disks.

4. Supercomputers are largest, fastest, and most expensive computer available.

5. A computer system consists of hardware system and software system.

1. The data bus always receives data from the CPU, and the CPU never reads the data bus.

2. Main memory holds whatever programs and data are available for immediate use by the

CPU.

3. Dynamic RAM does not have to be refreshed.

4.Dot-matrix printer work by squirting tiny droplets of liquid ink at the paper.

5. The auxiliary memory is very small, relatively expensive, and has very high access speed.

1. Shift registers operate in serial fashion all the bits of the word at a time.

2. RISC processors have larger instruction sets that often include some particularly complex

instructions.

3. SIMD represents an organization that includes many processing units under the supervision

of a common control unit.

4. Parallel processing is established by distributing the data among the multiple functional units.

5. RISC is a complex instruction set computer.

1. A number of different algorithms can exist for solving a computational problem, and each of

these algorithms could have a same running time complexity.

2. The divide-and-conquer algorithm is a bottom-up technique that usually begins by solving

the smallest subproblems, the dynamic programming solves problems in a top-down fashion.

3. An important property of arrays is that their size and shape are constant.

4. If all of the elements stored in a list are of the same type, then the list is said to be

heterogeneous. However, if different types of elements are stored in the list, then the list is said to be homogeneous.

5. A queue is a dynamic set that obeys the LIFO property.

1. The computer hardware recognizes only assembly language instruction.

2. A program written in the assembly language of one microprocessor can run on a computer

that has a different microprocessor.

3. Assembly languages are platform-independent, but high-level languages are not

platform-independent.

4. The 4GLs are also called nonprocedural languages.

5. Each assembly language instruction corresponds to one unique machine code instruction.

二、完形填空

Unit 1

This chapter introduces digital computer, data types, the evolution of computers, and types of computers. 1 is known to all, it’s hard to find a field in 2 computers are not being used. Digital computer, also called electronic computer or computer, is a digital system that 3 various computational tasks. Digital computers use the 4 number system, which has two digits: 0 and 1.

By using various coding 5 , groups of bits can be made to represent not only binary numbers 6 other discrete symbols, such as decimal digits or letters of the alphabet. A computer system consists of hardware system and software system. Programs tell the hardware what to do. 7 software is designed to accomplish real-world tasks in fields such as accounting, entertainment, and engineering. Computers are usually 8 into four broad categories: microcomputers, minicomputers, mainframe computers, and supercomputers. It’s hard to give a 9 definition to each type because computer speeds and storage 10 change rapidly.

1. A. As B. It C. As it D. That

2. A. what B. which C. where D. when

3. A. performs B. carries C. makes D. integrates

4. A. decimal B. binary C. Arabian D. American

5. A. technique B. technology

C. techniques

D. technologies

6. A. instead of B. rather than

C. but also

D. as well

7. A. Application B. System C. Word D. Excel

8. A. put B. made C. conducted D. classified

9. A. precious B. progress C. proceeding D. precise

10. A. capacities B. capable C. capabilities D. capacity

1.A

2. B

3. A

4. B

5. C

6. C

7. A

8. D

9. D 10.A

Unit 2

A computer system 1 of hardware system and software system. The hardware of the computer is usually divided into three major parts or three 2 subsystems: the CPU, the memory subsystem, and the I/O 3 . The CPU is made up of three major parts, Register Set, the 4 logic unit, or ALU, and Control Unit. It performs many operations and controls computer. Memory is also known as 5 memory or main memory, which is cataloged into two major types of memory: Random Access Memory (RAM) and Read Only Memory (ROM).

It refers to the 6 in the computer that hold whatever programs and data are available 7 immediate use by the CPU, along with the program’s data. Computer systems include special hardware 8 between the CPU and peripherals to supervise and synchronize all

input and output transfers. These components are called 9 units because they interface between the processor bus and the peripheral device. The I/O subsystem allows the CPU to 10 with input and output devices.

1. A. consists B. makes up

C. constitutes

D. comprise

2. A. premier B. primary

C. preliminary

D. elementary

3. A. system B. machine C. subsystem D. device

4. A. mathematic B. authorative

C. arithmetic

D. authoritative

5. A.external B.exterior C. Interior D. internal

6. A. circuits B. wires C. lines D. hardware

7. A.by B. for C. with D. in

8. A.software B. setting C. listing D. components

9. A. singular B.dual C. interface D. compact

10. A.handle B. interact C. respond D. link

1. A

2. B

3. C

4. C

5. D

6. A

7. B

8. D

9. C 10. B

Unit 3

In computer engineering, computer architecture is the ___1___ design and fundamental operational structure of a computer system. It is a ___2___ and functional description of requirements, especially speeds and interconnections, and design implementations for the various parts of a computer —___3___ largely on the way by which the central processing unit (CPU) performs internally and accesses addresses in memory. Computer system architecture ___4___ the design of the four ___5___: parallel processing, pipelining, vector processing and RISC. Parallel processing system is used to provide simultaneous data-processing tasks for the purpose of increasing the ___6__ speed of a computer system

and is able to perform ___7___ data processing to achieve faster execution time. A pipeline is a set of data processing elements connected in series, so that the output of one element is the input of the next one. The elements of a pipeline are often ___8___ in parallel or in time-sliced fashion. A vector processor, is a CPU design that is able to run mathematical operations on multiple data elements simultaneously. Computers with vector processing capabilities are in demand in 9___ applications. RISC processors have fewer and __10___ instructions than CISC processors. As a result, their control units are less complex and easier to design.

1. A. lastest B. conceptual C. ideal D. simple

2. A. plan B. design C. blueprint D. concept

3. A. relying B. depending C. attaching D. focusing

4. A. refers B. speaks C. involves D. interacts

5. A. ingredients B. types C. kinds D. lists

6. A. computational B. computer

C. computation

D. computing

7. A. current B. compound

C. concurrent

D. massive

8. A. displayed B. carried

C. accomplished

D. executed

9. A. special B. specialized C. specific D. especial

10. A. simple B. simplifying C. singular D. simpler

1. B

2. C

3. D

4. C

5. A

6. A

7. C

8. D

9. B 10.D Unit 4

Algorithms are essential to the way computers process information, because a computer program is 1 an algorithm that tells the computer what specific 2 to perform in certain order in order to carry out a speci fied task, such as calculating employees’ paychecks or printing students’ report cards. Thus, an algorithm can be considered to be 3 sequence of operations that can be performed by a turning-complete system. In fact, a data structure is a way of 4 data in a computer so that it can be used efficiently. Often a carefully 5 data structure will allow the 6 efficient algorithm to be used. The choice of the data structure often begins from the choice of an 7 data type.

A well-designed data structure allows a variety of critical operations to be performed, using as few resources, both execution time and memory space, as possible. Data structures are implemented by a 8 language as data types and the references and operations they provide. Moreover, different kinds of data structures are 9 to different kinds of applications, and some are highly specialized to certain tasks. For example, B-trees are particularly well-suited for implementation of databases, 10 networks of machines rely on routing tables to function.

1. A. essentially B. essential C. partially D. mainly

2. A. methods B. steps C. plans D. exercises

3. A. some B. a C. the D. any

4. A. receiving B. storing C. input D. output

5. A. chosen B. made

C. programmed

D. picked

6. A. very B. most C. more D. less

7. A. abstract B.concrete C. special D. certain

8. A. basic B. running

C. programming

D. advanced

9. A. comforted B. suited C. compared D. hooked

10. A. therefore B. with C. when D. while

1. A

2. B

3. D

4. B

5. A

6. B

7. A

8. C

9. B 10. D

Unit 5

A total computer system includes both hardware system and software system. Hardware consists of the 1 components and all associated equipment. Software refers to the programs that are 2 for the computer. It is possible to be familiar with various

3 of computer software without being concerned with details of how the computer hardware operates.

A programming language is a language used to write computer programs, which involve a computer 4 some kind of computation or algorithm and possibly control over 5 devices such as printers, robots, and so on. Programming languages differ from 6 languages in that natural languages are only used for interaction between people, while programming languages also allow humans to communicate 7 to machines. Some programming languages are used by one device 8 control another. A prominent 9 of programming languages is to provide instructions to a computer. Thousands of different programming languages have been 10 , and new languages are created every year.

1. A. mental B. possible C.essential D. physical

2. A. design B. spoken C. writtenD. made

3. A. parts B. kinds C.types D. aspects

4. A.performed B. to perform

C. performing

D. performs

5. A.intenal B. external C. inside D. outside

6. A. natural B. Human C. computer D. artificial

7. A.orders B. instructions C. codes D. calls

8. A. to B. for C. with D. over

9. A. show B. research C. purpose D. study

10. A. creatingB. created C. to create D. creation

1. D

2. C

3. D

4. C

5. B

6. A

7. B

8. A

9. C 10. B

三、汉译英

1.coding techniques 编码技术

2. application software 应用软件

3. floating point data 浮点数据

4.timesharing分时,分时技术

5. storage capacities 存储容量

1. system buses 系统总线

2. virtual memory 虚拟存储器

3. computer architecture 计算机体系结构

4. instruction set 指令集

5. direct memory access 直接存储器存取

1.parallel processing 并行处理

2. pipeline processing流水线处理

3. vector processing 向量处理

4. scalar processor标量处理器

5. backward compatibility 向下兼容

1. parallel algorithm并行算法

2. exhaustive search穷举搜索

3. dynamic programming 动态规划

4. doubly-linked list 双向链表

5. two-dimensional array 二维数组

1. derived class派生类

2. Inheritance 继承

3. markup languages 标记语言

4. Hyperlinks 超链接

5. Java virtual machine Java虚拟机

四、翻译句子

1. By using various coding techniques, groups of bits can be made to represent not only binary numbers but also other discrete symbols.

2. System software includes not only the complex programs used by technicians to create application software in the first place but also the organizational programs needed to start up the computer and govern its use of other programs.

3. Data are numbers and other binary-code information that are operated on to achieve required computational results.

4. Rather than arithmetically or logically manipulating characters, a computer may concatenate strings of characters, replace some characters with others, or otherwise manipulate character strings.

5. Software applications like word processing, electronic spreadsheets, database management programs, painting and drawing programs, desktop publishing, and so forth became commercially available, giving more people reasons to use a computer.

1. By asserting these internal and external control signals in the proper sequence, the control unit causes the CPU and the rest of the computer to perform the operation needed to correctly process instructions.

2. In a computer with virtual memory, less-used parts of programs are shifted from RAM to a hard disk and are moved back only when needed.

3. A technique used to compensate for the mismatch in operating speeds is to employ an extremely fast, small cache between the CPU and main memory whose access time is close to processor logic clock cycle time.

4. The data transfer rate of peripherals is usually slower than the transfer rate of the CPU, and consequently, a synchronization mechanism may be needed.

5. In some computers the interrupt vector is an address that points to a location in memory where the beginning address of the I/O service routine is stored.

1. The purpose of parallel processing is to speed up the computer processing capability and increase its throughput, that is, the amount of processing that can be accomplished during a given interval of time.

2. It is characteristic of pipelines that several computations can be in process in distinct segments at the same time.

3. To achieve the required level of high performance it is necessary to utilize the fastest and most reliable hardware and apply innovative procedures from vector and parallel processing techniques.

4. In general, the greater the number of instructions in an instruction set, the larger the propagation delay is within the CPU.

5. Although CISC processors are more complex, this complexity does not necessarily increase development costs.

1. In short, communication problems arise when the language used for an algorithm's representation is not precisely defined or when information is not given in adequate detail.

2. Another common algorithmic structure involves that the need to continue executing a statement or sequence of statements as long as some condition remains true.

3. In many algorithms, running time will vary not only for inputs of different sizes, but also for different inputs of the same size.

4. Thus, dynamic programming is a bottom-up technique that usually begins by solving the smallest subproblems, saving these results, and then reusing them to solve larger and larger subproblems until the solution to the original problem is obtained.

5. The conversion from this conceptual one-dimensional array organization to the actual arrangement within the machine’s memory is straight forward and the data can be stored in a seguence of 24 memory cells with consecutive address in the same order envisioned by the programma.

1. Documentation is needed for everyone who will be involved with the program——users, operators, and programmers.

2. Rather, programs written in a high-level language or assembly language are converted to machine language, which is then executed by the computer.

3. The corresponding programs set forth precise procedures, or series of instructions, and the programmer has to follow a proper order of actions to solve a problem.

4. 4GLs may not entirely replace third-generation languages because they are usually focused on specific tasks and hence offer fewer options.

5. Inheritance is the means by which objects of a class can access member variables and functions contained in a previously defined class, without having to restate those defi nitions.

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

计算机专业英语考试试题及答案 一、判断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 超文本传

计算机专业英语教程(第四版)习题答案解析

计算机专业英语(第四版)课后习题答案 Unit 1 [Ex 1] 1. F 2. T 3. T 4. F 5. T 6. T 7. T 8. T 9. T 10. F [Ex 2] 1. input, storage, processing, and output 2. power; speed; memory 3. central processing unit 4. internal; primary; memory 5. keyboard; central processing unit; main memory; monitor [Ex 3] A. 1. F 2. D 3. G 4. C 5. B 6. A 7. E 8. H B. 1. user 2. monitor 3. data 4. keyboard 5. data processing 6. information 7. computer 8. memory [Ex 4] 1. input device 2. screen, screen 3. manipulates 4. instructions 5. retrieve 6. code 7. hard copy 8. Function [Ex. 5] 新处理器开始IT技术的新时代 New Processors Open New Era of IT Technologies Last week, Intel introduced to the public in Russia and other CIS countries a family of processors Intel Xeon E5-2600. They are more powerful and reliable and, importantly, are very economical in terms of energy consumption. Their presence opens a new era in the field of IT technologies and means that the cloud technology is getting closer. These processors are primarily designed for servers, data centers (DPC) and supercomputers. The emergence of this class of devices is not accidental. According to the regional director of Intel in Russia and other CIS states Dmitri Konash who spoke at the event, the market of IT-technology is developing so rapidly that, according to forecasts, by 2015 there will be 15 billion devices connected to the Internet, and over 3 billion of active users. 上周,英特尔公司向俄罗斯和其它独联体国家的公众推出了英特尔Xeon E5-2600系列处理器,它们更加强大可靠,尤其是在能量消耗方面更加经济实惠。它们的问世意味着IT技术领域开始了一个新时代,标志着云技术距离我们越来越近。 这些处理器主要是为服务器、数字处理中心和超级计算机设计的。这种处理器的出现并非偶然。根据英特尔公司俄罗斯和其他独联体地区负责人Dmitri Konash就此事发表的看法,IT技术市场的发展速度极快,根据预测,到2015年与英特网连接的设施将有150亿,用户超过30亿。 [Ex 6] 1. T 2. T 3. F 4. F 5. T 6. F 7. T 8. F Unit 2 [Ex 1] 1. T 2. F 3. T 4. F 5. T 6. T 7. T 8. F [Ex 2] 1. sizes, shapes, processing capabilities

计算机专业英语题库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利用滑动窗口 协议来实现流控制。它使用确认分组、超时、重传机制来完成差错控制。传输层也负责为应用程序提供连接机制,应用程序将数据流发送到传输层,发送端的传输 层负责建立于接收端之间的连接。

计算机专业英语听力试卷

Part I Listen to the audio for each question. Determine which lecture the audio came from and write the letter that corresponds to the answer on the space provide below. Each answer may be used more than once. Each question will be repeated twice before continuing to the next question. This entire section will be repeated twice. (2 point per question, 20 points total) A. Creation of the Computer B. Nerds C. How the Internet works D. Pirates of Silicon Valley 1. _______ 6. _______ 2. _______ 7. _______ 3. _______ 8. _______ 4. _______ 9. _______ 5. _______ 10. _______ Part II Listen to both statements I and II for each question. Determine which statement is related to the concept stated in the question. Choose the SINGLE correct answer in the space provided. Each answer may be used more than once. Each question will be repeated twice before continuing to the next question. This entire section will be repeated twice. (2 point per question, 20 points total) A. I only B. II only C. Both I and II D. None of the above

最新计算机专业英语试题及答案(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. ( )

计算机专业英语2模拟试题2及答案

计算机专业英语模拟2 Ⅰ. Vocabulary(词汇,30分) (一).Translate the following words and expressions into Chinese.(写出下列词组的汉语,共10分,每题1分) 1. central processing unit(CPU)中央处理器 1. 2. operating system 操作系统 2. 3. electronic spreadsheet 电子表格 4. management information system 管理信息系统 5. electronic commerce 电子商务 6. database 数据库 7. software engineering 软件工程 8. software crisis 软件危机 9. network security 网络安全 10. computer virus 计算机病毒 (二).Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的英语缩写,共10分,每题1分) 1.随机存储器RAM 2.局域网LAN 3.计算机辅助设计CAD 4.数字视频光盘DVD 5.通用串行总线USB 6.面向对象编程OOP 7.集成开发环境IDE 8.结构化查询语言SQL 9.多文档界面MDI 10.企业之间的电子商务交易方式B2B (三).Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配,共10分,每空1分) 1. output b a. 视频 2. high-level language c b. 输出. 3. project window e c. 高级语言 4. black-box testing g d. 应用软件 5. multimedia h e. 工程窗口 6. WWW i f. 系统软件 7.field j g. 黑盒测试 8. application software d h. 多媒体

计算机专业英语复习题

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) 算术逻辑单元

计算机专业英语教程参考答案

计算机专业英语练习参考答案 Unit 1 [Ex 1] 1..F 2.T 3.T 4.F 5.T 6.T 7.T 8.T 9.T 10.F [Ex 2] 1.input, storage, processing, and output 2. power, speed, memory 3. central processing unit 4. internal, primary, memory 5. keyboard, central processing unit, main memory, monitor [Ex 3] A. 1.F 2.D 3.G 4.C 5.B 6.E 7.H 8.A B. https://www.sodocs.net/doc/2a17527699.html,er 2.monitor 3.data 4.keyboard 5.data processing 6. information https://www.sodocs.net/doc/2a17527699.html,puter 8.memory [Ex 4] 1.input device 2. screen, screen 3.manipulates 4.instructions 5.retrieve

6.code 7.hard copy 8.function/code/instruction [Ex 5] 1.T 2.T 3.F 4.F 5.T 6.F 7.T 8.F Unit 2 [Ex 1] 1.T 2.F 3.T 4.F 5.T 6.T 7.T 8.F [Ex 2] 1. sizes, shapes, processing capabilities 2. supercomputer, mainframe computer, minicomputers, microcomputers 3. mainframe computer 4.microcomputers, storage locations 5. portables, laptop computers/ notebook/palm-sized computer, desktop workstations 6.semiconductor 7. CPU, memory, storage, devices, processing, users 8. microprocessor ship [Ex 3] A. 1.C 2.A 3.H 4.I 5.E 6.F 7.G 8.B

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

1 工学结合创新教程 计算机专业英语 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 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 meaning in the right column.(将左列的词汇与右列相应的汉语匹配。)(10分,每空1分) 1. c 6. h

35 项目5 项目9 项目8 项目6 项目7 项目10 2.3.4.5.Ⅱ1. (三)、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.开发一个软件产品,开发过程分为五个步骤:需求分析和说明,设计,写代码,测试和维护。 2.功能测试检验的是用有效的输入是否能够得到所期望的输出。+ 3. EDI 指的是两个公司之间通过私有网络使用特定、结构化的格式电子交换商业信息。 4.一些应用软件,例如Word ,允许几个窗口同时在一个叫做MDI 的模式下存在,你能够在一个软件中打开多个文档。 (二) Translate the following paragraph into Chinese.(将下段文章翻译成汉语。)(共10分) 高级语言是一种人造语言,使用它我们可以写不同的指令。这成为可能不是因为计算机处理器如今是如此的技术先进以至于它们可以理解这些语言。你需要将这些语言翻译成计算机处理器能够理解的机器语言。编译器能够完成这项工作。这就意味着高级语言程序不是直接可

计算机专业英语试题含答案

1 6. 计算机专业英语试题 2 I . Vocabulary (词汇)(30 分) (一) .Tran slate the follow ing words and expressio ns into Chi nese (写出下列词组的 汉语。)(共 10 分,每题 1 分) 1. operati ng system _______________________________ 2. white box testi ng _______________________________ 3. hard disk ________________________________ 4. man ageme nt in formatio n system ______________________________ 5. electr onic commerce _______________________________ 6. relati onal database ________________________________ 7. software engin eeri ng ______________________________ 8. .software maintenance _________________________________ 9. menu bar 10. network security (二) .Fill in the blanks with the corresponding English abbreviations. (根据汉语写出相应的 英语缩写。) (共 10分,每 题1分) 2. _ 广域网 4 .文件传送[输]协 6 .面向对象编程 8 .结构化查询语言 10 .开放系统互 (三) Match the following words and expressions in the left column with those similar in meaning in the right 1. applicati on software a. 音频 2. mach ine Ian guage b. 应用软件 3. structured program ming c. 机器语言 4. functional test ing d. 软件测试 5. memory e. 结构化程序设计 6. relati onal database f. 内存 7. firewall g. 功能测试 8. software test ing h. 关系数据库 9. hacker i. 黑客 10. audio j. 防火墙 column.(将左列的词汇与右列相应的汉语匹配。 1.只读存储器 ________________________ 3.传输控制协议 ______________________ 5.通用串行总线 ______________________ 7.集成开发环境 _____________________ 9.数据库管理系统 ____________________ )(10分,每空1分)

计算机专业英语试卷

计算机专业英语 一、请将下列英文专业术语翻译成汉语。(每小题1分,共10分) 1.integrated circuits 2.operation code 3.instruction 4.simulation 5.EDI 6.baud 7.portability 8.video conferencing 9.access control 二、请将下列汉语专业术语翻译成英文。(每小题1分,共10分) 1.加密 2.密钥 3.综合业务数字网 4.频分多路复用 5.信元 6.用户界面 7.关系结构 8.解释程序 9.流程图 三、请将下列专业术语和相应的解释进行匹配。(每小题2分,共20分) 1. ________decrypting 2. ________certification 3. ________packet switching

4. ________navigation 5. ________TDM 6. ________viewer 7. ________multimedia 8. ________virtual circuit 9. ________DBMS 10. _______binding a. The authoritative act of documenting compliance with agreed requirements. b. The process of restoring encrypted information to readability. c. A technique used so that transmission can continue on an alternative path in the event of a node failure or congestion. d. A form of space-division switching in which each input line is a TDM stream. The switch configuration may change for each time slot. e. The division of a transmission facility into multiple channels by allotting the facility to different channels, one at a time. f. A method of transmitting messages through a communications network, in which long messages are subdivided into short packets. Each packet is passed from source to destination through intermediate nodes. At each node, the entire message is received, stored briefly, and then passed on to the next node. g. A facility in which the customer leases circuits and, sometimes, switching capacity for the customer ‘s exclusive use. Access may be provided to a public switched telecommunications service. h. A class that serves as the basis for inheritance. A base class is the superclass for all its derived classes. i. The match between a message received by an object and one of its methods. Can be done static, that is, at compile-time, or dynamic, that is, at run-time. j. a request to perform a method for an object. A message results in the invocation of the method. The message contains a selector that identifies the method and any parameters from the method. k. A collection of one or more files treated as a whole unit. l. Software that organizes, manipulates, and retrieves data stored in a database. m. A specialized version of a program that allows you to view documents created

计算机专业英语习题+答案

习题+答案 2.1 Write T or F to each stateme nt T6. An asynchronous device is a clocked device. T7. A latch is an asynchronous device, because it functions at arbitrary times. T8. The repetiti on of clock pulse can vary from very low rate to very high rate. T9. A synchronous device changes its state only on the arrival of a clock pulse. F10. A clock in put may occur at any time. T11. The clock pulses are used to synchronize all operations of the shift register. T13. A uni direct ional shift register is capable of shift ing in one direct ion only. F14. I n a shift-left register the serial in put determ ines what goes into the leftmost position during the shift register. F15. To provide parallel tran sfer capability some additi onal in put and output lines should be provided to the shift register. Choose the best an swer for each of the follow ing 1. How can the output of a logic gate be en ergized? C A By cha nging its in puts. B By rema ining its in puts un cha nged. C By meet ing the specific in put con diti on. D By givi ng a pulse. 3. A NAND gate con sists of D . A an OR gate followed by an in verter B an AND gate followed by an in verter C an AN D gate followed by an OR gate D an in verter followed by an AND gate 4. Un der what con diti on is the output of a two-i nput XOR gate logic-high? B A Its in puts are simulta neously at the same logic level. B Its in puts are simulta neously at opposite logic levels. C Its in puts are logic-low. D its in puts are simulta neously logic-high. 2.2 Write T or F for each stateme nt T 1. The CPU uses the in put and output un its to com muni cate with the outside world. F2. Main memory is sometimes called exter nal memory. F3. After execution the program and the related files of data and files of information will be retained in the main memory for later use. F4. Personal computers have not the features of the larger system.. T5. Large systems offer higher process ing speeds for user and retur n more data tha n PCs.

计算机专业英语模拟试题2参考答案

计算机专业英语 模拟试题二参考答案 一、词汇(选择一个最合适的词汇,将对应的英文字母填入空格内。每题2分,共20分) 1、A B is used to communicate with another computer over telephone lines. A. keyboard B. modem C. mouse D. printer 2、A C is a device that enables the computer to handle sounds. A. network card B. video card C. sound card D. monitor 3、 A is a word processing tool that helps you to create quality documents. A. Word 2000 B. Outlook 2000 C. Access 2000 D. Excel 2000 4、 D is a fast and powerful operating system, based on the UNIX O.S. A. Windows 2000 B. Office 2000 C. Windows 98 D. Linux 5、The OSI model has D layers. A. four B. five C. six D. seven 6、The purpose of the A is to provide fully integrated analog services to users. A. ISDN B. WWW C. FTP D. HTTP 7、Which one is not a computer languages? B A. word 2000 B. PASCAL C. C D. C++ 8、The C turns the object file into an executable program. A. linker B. compiler C. interpreter D. computer 9、The RGB value is composed of A components. A. one B. two C. three D. four 10、 A virus is a A . A. program B. computer C. bad man D. beast 二、语法──单项选择题(每小题1.5分,共15分) 1、With Windows, you can run several powerful applications at once and switch quickly B them. A. between B. among C. in D. on 2、He doesn’t mind A her birthday party.

相关主题