计算机专业英语2模拟试题2及答案
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
计算机专业英语模拟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.多媒体
9. system software f i.万维网
10.vidio a j.字段
Ⅱ. Comprehension(阅读理解,40分)
( )
(一)Fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary. (从下面方框中选择合适的词或表达,以其适当的形式填空,共10分, 每空2分)
high-level language assembly language written
machine language notation
A programming language, designed to facilitate the communication between human and computers, is a _ notation _ for describing computation in readable form. There are 3 levels of programming languages, they are_ machine language _ , which can be run directly by computer; ___ assembly language __ and _ high-level language _. 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 _ written __ . 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 (CPU) 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, while its speed and capacity have increased tremendously. Indeed, these changes have resulted in microcomputers that are small enough to fit on your desk or your lap.
The CPU comprises 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 comparisons. 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.(根据上文的内容判断下列句子的正误,共10分,每题2分)
1. With the development of computer, the physical size of the CPU has often become bigger and bigger. ( F )
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. ( T )