好文档 - 专业文书写作范文服务资料分享网站

计算机专业英语试题及答案(A)-2

天下 分享 时间: 加入收藏 我要投稿 点赞

学院2007-2008学年度第一学期期末考核试卷

考核课程: 《计算机专业英语》 考试类型: 理论 考试方式: 闭卷笔试 学生所在院系: 计科系 年 级: 2016级 试 卷: A

姓名: 班级: 学号:

题号 得分 得分 阅卷人 一 二 三 四 五 六 总分 一、Give out the full names for the following abbreviations(写出下列缩写词的全称)(15%)

ROM_______________________________________________ CPU_________________________________________________ BIOS_________________________________________________ IT____________________________________________________ WWW_______________________________________________ HTML________________________________________________ PCI__________________________________________________ HR__________________________________________________ GUI__________________________________________________ MHz__________________________________________________

得分 阅卷人

二、Match the following words and expressions in the left column with those similar in meaning in the right

column(将左列的词汇与右列相应的汉语匹配)(10%)

1. memory unit a. 半导体存储器 2. intelligence b. 机制

3. semiconductor memory c. 存储单元

4. data definition language d. 数据定义语言 5. mechanism e. 通信

6. machine language f. 机器语言 7. communication g. 智能

1

8. distance education h. 远程教育

9. pattern recognition i. 企业资源计划 10.enterprise resource planning 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. The basic units of a computer system are as follows: _________ A. CPU, memory and disk B. CPU, input and output unit C. CPU, memory and I/O system D. CPU, memory and ALU

2. Today, _________ can give you a music synthesizer, a fax machine, a CD-ROM drive, ect. A. input devices B. expansion cards C. output device D. joystick

*3. The control unit fetches _________ from memory and decodes them. A. data B. information C. results D. instructions

*4. When power is removed, information in the semiconductor memory is ________ .

1

A. reliable B. lost C. manipulated D. remain

*5. Please find the item that is not belong to the DBA _________ . ( )

A. storage structure and access method definition B. schema definition C. integrity constrain specification D. DDL

6. _________ is designed to manage large bodies of information. A. a file system B. a transaction

C. a database system D. a database language 7. A characteristic of operating system is _________ . A. resource management B. memory management C. error recovery D. all the above

8. Assembly-language instructions are a series of _________ . A. 0s and 1s B. abstract codes C. machine codes D. words

9. _______ program also has potential benefits in parallel processing. A. Machine B. Assembly

C. Object-oriented D. Process-oriented

10. An advantage of a ring network is that it needs less _________ . A. computer B. network C. cable D. information

11. An ISP supplies a _________ that you can dial from your computer to log on the internet server. A. public key B. private key C. service number D. help file

12. To open Internet Explorer, just click Start, point to _________ , and then click Internet Explorer. A. Programs B. View

C. Layout D. Control Panel

13. Electronic bulletin boards are _________ communication platforms. A. one-to-many B. one-to-one C. many-to-many D. all above

14. Followings are some image data file formats, which is wrong? _______ A.*.TIF B. *.DOC C. *.BMP D. *.GIF C. it can rotate a three-dimensional model. D. it can do all above at the same time.

15. By adding _________ to your programs, you can make computers more interesting and much more fun for the user.

1

A. multimedia B. text C. music D. picture

得分 阅卷人

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

1. Registers in the control unit are used to keep track of the overall status of

the program. ( ) 2. The basic resources of a computer system are software and data. ( 3. The chipset consists of two parts: North Bridge and South Bridge. ( ) 4. The *.BMP file can only be used in the IBM system. ( ) 5. ROM does not have the inputs and writing controls. ( ) 6. “ADD AX, BX” is a instruction of machine language. ( ) 7. A data definition language can be used to define a database schema. ( ) 8. People can only use the ISP to connect Internet. ( ) 9. We can use E-mail only as a one-to-one platform. ( ) 10. Hypermedia is the same as multimedia. ( )

得分 阅卷人 六. 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__________________ . Therefore, first thing to be decided about a task is to choose which programming language is best suited for the job.

1

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(根据上文的内容判断下列句子的正误) (15%)

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

1

【第 页 共 页】

学院2007-2008学年度第一学期期末考核试卷

参考答案及评分标准

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

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

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

( 本题共15分, 每小题1.5分) ROM: Read Only Memory CPU: Central Processing Unit BIOS: Basic Input/Output Unit IT: Information Technology WWW: World Wide Web

HTML: Hypertext Markup Language PCI: Peripheral Component Interconnect HR: Human Resource

GUI: Graphical User Interface MHz: Megahertz

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

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

1. ( c ) 6. ( f ) 2. ( g ) 7. ( e ) 3. ( a ) 8. ( h ) 4. ( d ) 9. ( j ) 5. ( b ) 10.( i )

1

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

2. Arithmetic logical operations 3. machine code 4. Help menu

5. graphics technology

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

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

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

1. ( T ) 2. ( F) 3. ( T ) 4. ( F ) 5. ( T ) 6. ( F )7. ( T )8. ( F )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 )

1、_b___ refers to the parts of the computer that you can see and touch. A. Software C. Hardship

B. Hardware D. Instruction

2、primary memory which is stored on chips located _a___.

1

A. on the motherboard C. inside the processor

B. outside D. on the CPU

The display screen is the most common _c___ device used to show you what the computer is doing.

A. input B. printing C. output D. electronic Windows gives you more control over the __a__ you work. A. operation B. way C. energy D. power

Please find the item that is not belong to the DBA ____d_____ . A. storage structure and access method definition B. schema definition

C. integrity constrain specification D. DDL(数据定义语言)

The most important program on any computer is a____. A. Operating System C. software

B. Virus D. O

1

计算机专业英语试题及答案(A)-2

学院2007-2008学年度第一学期期末考核试卷考核课程:《计算机专业英语》考试类型:理论考试方式:闭卷笔试学生所在院系:计科系年级:2016级试卷:A姓名:班级:学号:
推荐度:
点击下载文档文档为doc格式
570i76zzwd1j03v4iv5u208bi780fr00a36
领取福利

微信扫码领取福利

微信扫码分享