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

发布时间:2024-11-12

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

湖北职业技术学院2007-2008学年度第一学期期末考核试卷 考核课程: 《计算机专业英语》 考试类型: 理论 考试方式: 闭卷笔试 学生所在院系: 计科系 年 级: 2006级 试 卷: 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. 数字图像处理

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

8. laser technology h. 网关

9. digital image processing i. 制造过程

10.manufacturing process j. 激光技术

1. ( ) 6. ( )

2. ( ) 7. ( )

3. ( ) 8. ( )

4. ( ) 9. ( )

5. ( ) 10.( )

三、Translate the following phrases into English(将下列短语翻译成

英语)(10%)

1. 高速打印机 ( )

2. 随机存取存储器 ( )

3. 软件可靠性 ( )

4. 面向服务的 ( )

5. 光盘驱动器 ( )

四、For each of the following blanks, four choices are given. Choose

the most appropriate one (从下面给出的四个选项中选择最恰当的答

案)(30 %)

1. Most system boards have two kinds of power connectors: _________ .

A. AT and ISA styles B. ATX and ISA styles

C. AT and EISA styles D. AT and ATX styles

2. A processor is composed of two functional units, they are _________.

A. an arithmetic/logic unit and a storage unit

B. a control unit and some registers

C. a control unit and an arithmetic/logic unit

D. some registers an arithmetic/logic unit

3. _________ is a storage location inside the processor.

A. A register B. ALU

C. Control D. Memory

4. A periodic refresh is needed to restore the information for the _________ .

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

A. SRAM B. DRAM

C. EPROM D. EEPROM

5. The raw data are stored on the disk using the _________ .

A. data dictionary B. file system

C. DBMS D. DBA

6. The _______ serves as an interface between hardware and software.

A. system B. application program

C. operating system D. control unit

7. Most operating system have a standard set of _________ to handle the processing of all input and output instructions.

A. spreadsheet B. control instructions

C. I/O operation D. data table

8. _________ uses commands that are easier for programmers to understand than are machine language commands.

A. Assembly language B. High-level language

C. C language D. C++ language

9. When a _________ is used, all the devices in the network are connected to a single cable.

A. bus network B. ring network

C. star network D. network

10. Two common applications of LANs are _________ resource sharing and information resource sharing.

A. software B. computer

C. network D. hardware

11. With Internet Explorer and an Internet connection, you can search for and view information on the _________ .

A. Active Desktop B. Programs

C. Phone Dialer D. World Wide Web

12. Videodisc and laser technology provide the ability to_________

A. cost more B. create some education files

C. enhance other forms of education D. store large amounts of data

13. _________ refers to the process of a two dimensional picture by a digital computer .

A. Pattern recognition B. Image compression

C. Digital image processing D. Image data file format

14. “Multimedia” means that _________ .

A. it can play music. B. it can show a graph.

C. it can rotate a three-dimensional model.

D. it can do all above at the same time.

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

15. Many companies use _________ to train their employees.

A. technology B. entertainment

C. multimedia applications D. animation

五. To identify the following to be True or False according

to computer knowledge( 根据计算机知识判别是非题()10%)

1. A register is a storage location inside the processor. ( )

2. A system board is a heart of a computer. ( )

3. The Memory addresses are expressed as binary numbers. ( )

4. Metadata means data about data. ( )

5. Without an operating system, we could not execute a user program. ( )

6. A high-level language can be designed to only process scientific calculation.

( )

7. For information about using Internet Explorer, click the Help menu in Internet Explorer. ( )

8. The development of videodisc is useful for distance education. ( )

9. There are three general types of compression. ( )

10. Multimedia is not only a product, but also a technology. ( )

六. Reading comprehension(阅读理解)(25%)

(一) Fill in the blanks with suitable words or expressions

from the list given below, and change the form where necessary (从下面所列词语中选择合适的词语, 以其适当的形式填空)(10%)

high-level language assembly language written

machine language notation

A programming language, designed to facilitate the communication between human and computers, is a __________________ for describing computation in readable form. There are 3 levels of programming languages, they are __________________, which can be run directly by computer; __________________and______________. There are different high-level programming languages. Fortunately, most of them have many kinds of construct in common and vary only in the way that these must be__________________ .

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

Therefore, first thing to be decided about a task is to choose which programming language is best suited for the job.

Passage A

The central processing unit(CUP) is the heart of the computer systems. Among other things, its configuration 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, the physical size of the CPU has often become smaller and smaller, which its speed and capacity have increased tremendously. Indeed, these changes have resulted in micro-Computers that are small enough to fit on your desk and your lap.

The CPU comprise the control unit and the arithmetic/logic unit (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 all the arithmetic and logical(comparison) functions—that is, it adds, subtracts, multiplies, divides, and does comparison. 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 objective 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(根据上文的内容判断下列句子的正误)

1. With the development of computer, the physical size of the CPU has often become bigger and bigger. ( )

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. ( )

3. The CPU comprises the control unit and memory. ( )

4. The control unit performs all the arithmetic and logical functions. ( )

5. The central processing unit (CPU) is the heart of the computer systems. ( )

命题教师 教研室主任签字

【第 页 共 页】

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

湖北职业技术学院2007-2008学年度第一学期期末考核试卷

参考答案及评分标准

考核课程: 计算机英语 考试类型: 理论 考试方式: 闭卷笔试 学生所在院系: 计科系 年 级: 2006 试 卷: B 执笔人:

要求:明确标注每小题或每步骤得分点

一. Give out the full names for the following abbreviations(写出下列缩写词的全称)(15%)

( 本题共15分, 每小题1.5分)

WAN: Wide Area Network

HTTP: Hypertext Transport Protocol

NT: Net Technology

CEO: Chief Executive Officer

DBMS: Database Management Systems

ISP: Internet Service Provider

XML: eXtensible Markup language

BIOS: Basic Input/Output Unit

IT: Information Technology

WWW: World Wide Web

二. Match the following words and expressions in the left column with those similar in meaning in the right column(将左列的词汇与右列相应的汉语匹配)(10%)

( 本题共10分, 每小题1分)

1. ( d ) 6. ( e )

2. ( c ) 7. ( h )

3. ( b ) 8. ( j )

4. ( f ) 9. ( g )

5. ( a ) 10.( i )

三. Translate the following phrases into English(将下列短语翻译成英语)(10%) ( 本题共10分, 每小题2分)

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

1. high-speed printer

2. Random Access Memory

3. software reliability

4. service-oriented

5. optical disk driver

四. For each of the following blanks, four choices are given. Choose the most appropriate one (从下面给出的四个选项中选择最恰当的答案)(30 %)

( 本题共30分, 每小题2分)

1. D 2. C 3. A 4. B 5. B 6. C 7. B 8. A 9. A 10. D 11. D 12. D

13. C 14. D 15. C

五. To identify the following to be True or False according to computer knowledge( 根据计算机知识判别是非题)(10%)

( 本题共10分, 每小题1分)

1. ( T ) 2. ( F) 3. ( T ) 4. ( T ) 5. ( T ) 6. ( F )7. ( T )8. ( T )9. ( F )10. ( F )

六. Reading comprehension(阅读理解)(25%)

(一) Fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary (从下面所列词语中选择合适的词语, 以其适当的形式填空)(10%)

( 本题共10分, 每空2分)

notation machine language assembly language high-level language written (3空和4空答案可互换)

(二) Tell whether the following statements are true(T) or false(F) according to the passage A(根据上文的内容判断下列句子的正误) (15%)

( 本题共15分, 每小题3分)

1. ( F ) 2. ( T ) 3. ( F ) 4. ( F ) 5. ( T )

教研室主任签字

【第 7 页 共 7 页】

计算机专业英语试题及答案(B).doc 将本文的Word文档下载到电脑

    精彩图片

    热门精选

    大家正在看

    × 游客快捷下载通道(下载后可以自由复制和排版)

    限时特价:7 元/份 原价:20元

    支付方式:

    开通VIP包月会员 特价:29元/月

    注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
    微信:fanwen365 QQ:370150219