计算机专业英语试题及答案(B卷)
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
考核课程: 《计算机专业英语》 考试类型: 理论 考试方式: 闭卷笔试
学生所在院系: 信息技术学院 年 级: 2007级 试 卷: B
姓名: 班级: 学号:
Ⅰ. Translate the following phrases into English(将下列短语翻译成英语)(10%)
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. 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. 作业队列
queue j. 激光技术
1. () 6. ()
2. ()7. ()
3. ()8. ()
4. ()9. ()
5. ()10.()
Ⅲ. Fill in the blanks with the corresponding English
abbreviations.(根据汉语写出相应的英语缩写) (10%)
1. 广域网_________ 6. 网络服务提供商_________
2. 超文本传输协议_________ 7. 可扩展标记语言_________
3. 计算机辅助设计
_________ 8. 基本输入输出系统_________
4. 万维网联盟_________ 9. 信息技术_________
5. 数据库管理系统_________ 10. 万维网__________
Ⅳ. For each of the following blanks, four choices are given.
Choose the most appropriate one (从下面给出的四个选项中选择最恰当的答案)(15 %)
1. _________ refers to the number of individual dots of color, known as pixels, contained on a display.
A. Dot Pitch
B. Resolution
C. Refresh Rate
D. Scan Style
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 _________ .
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. To open Internet Explorer, just click Start, point to _________ , and then click Internet Explorer.
A. Programs
B. View
C. Layout
D. Control Panel
13. E-commerce does business through _________.
A. face-to-face meeting
B. computer
C. wire-photo
D. Internet and EDI
14. Every transaction in electronic commerce includes information flow,
commercial flow, _______ and material flow.
A. data flow
B. currency flow
C. merchandise flow
D. file flow
15. Many companies use _________ to train their employees.
A. technology
B. entertainment
C. multimedia applications
D. animation
(一) Fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary (从下面所列词语中选择合适的词语, 以其适当的形式填空)(5%)
requirements maintain disciplined
coding modify
Software Engineering, which means the application of engineering to software, is a method to develop, operate and ________ software. That is, the development of software is on a systematic, _________, quantitive basis. Before starting the development of software, you have to systematically approach the problem. You have to understand the _________ (what the software is supposed to do), carry out the design, do the _________, carry out a rigorous testing and if the software is as per the requirements, release the software to the customer. Subsequently, if the customer wants some changes--refinements or enhancements then the software has to be _________.
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, 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 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 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(根据上文的内容判断下列句子的正误)(10%)
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. ( ) Passage B
A computer virus is a computer program that is created to make and spread copies of itself. The program may however also be designed to have other effects on the systems it infects, ranging from the annoying to the disastrous.
Virus attacks are growing rapidly these days. According to Business Week, the 76,404 attacks reported in the first half of 2003 nearly match previous year's total number. As new antivirus tools are more powerful than before, the virus writers are getting a lot smarter with newer and creative ways to attack network systems. Let's first examine some common virus types:
Basic Virus a piece of software code that is developed to attack computers and network systems via email or Internet connections. It quickly replicates itself and gradually attaches to files, programs or the hard drive.
Trojan Horses - This is a program that doesn't replicate when entering a system but can be effectively used to open 'back doors.' Trojan Horses allow hackers to take control over a particular system or to steal very important data.
Worm - this type of virus is able to spread itself automatically over the network from one computer to the next. During a worm attack, users' computers
get infected without even having to click open email attachment or any program, etc.
Since it is very difficult to avoid the virus, your best defense is a powerful antivirus program. In order to fight with such viruses, the software vendors should focus on making their products more robust. This may ask for a trade-off between user-friendliness and security. In specific cases it may require line-by-line inspection, code retooling and even systems automation to defend the installed programs.
(三) Choose the best answer according to the passage B(根据上文的内容选择正确的答案)(10%)
1.A computer virus is a computer program that is created to make and spread _________of itself.
A. programs
B. virus
C. copies
D. files 2.Worm spread itself except by_________. .
A. network
B. E-mail
C. program
D. hardware 3.Antivirus program can scan and_________ virus.
A. clean
B. produce
C. replicate
D. make 4.Trojan Horses_________ .
A.quickly replicate itself and gradually attach to files, programs or the hard drive. B.infect the computer without even having to click open email attachment or any program.
C.allow hackers to take control over a particular system or to steal very important data.
D.avoid the virus to attack computer.
5.According to Business Week, the_________ attacks reported in the first half of 2003 nearly match previous year's total number .
A. 86,404
B. 76,404
C. 56,354
D. 34,876 Passage C
In order to solve a computational problem, its solution must be specified in terms of a sequence of computational steps, each of which may be performed by a human or a digital computer. If you want to solve the computational problem with a computer, you should learn how to program. The task of developing programs for the solution of computational problems is referred to as programming. Computer programming is the process of planning and creating a sequence of steps for a computer to follow. In general, this process will help us resolve a problem, which is either too tedious or difficult to work out otherwise. So programming is breaking a task down into small steps.
Programming is sometimes contrasted with coding. Coding generally refers to the writing of programs for given program specification, while programming includes the task of preparing the program specification as well as that of writing the program. The text of a program is sometimes referred to as code, and lines of program text are referred to as lines of code, especially in the case of machine-language programs. The term coder is used to describe a person engaged exclusively in implementing program specifications prepared by others. What's actually involved in programming - the actual process of writing programs Here's a quick overview of the process:
· Write a program.
· Compile the program.
· Run the program.
· Debug the program.
· Repeat the whole process until the program is finished.
(四) Choose the best answer according to the passage C(根据上文的内容选择正确的答案)(10%)
1.If you want to solve the computational problem with a computer, you should learn how to_________.
A. calculate
B. program
C. add
D. subtract
2. Computer programming is the process of planning and creating a sequence of _________ for a computer to follow.
A. steps
B. process
C. lines
D. graphics
3. The term coder is used to describe _________.
A. machine
B. computer
C. keyboard
D. person
4. In order to solve a computational problem, you can let a person or a _________to do it.
A. machine
B. computer
C. keyboard
D. mouse
5. Which of the following is not the stage of programming _________.
A. Write a program.
B. Debug the program.
C. Print the program.
D. Compile the program.
Ⅵ. Translation.翻译(20%)
(一) Translate the following sentences into Chinese.(将下列句子翻译成汉语)(12%)
1.SQL Server is designed to allow thousands of users to access the database at the same time and is a true client/server database system.
2.An application software is any program designed to perform a specific function directly for the user or, in some cases, for another application
program.
3.A small network may only connect two computers inside a home to share a single printer and Internet connection
4.There is free firewall software available that can run on your computer and provide a good level of protection to your network.
(二) Translate the following paragraph into Chinese.(将下段文章翻译成汉语)(8%)
Input Devices. Computer systems use many devices for input purpose. Some Input Devices allow direct human/machine communication, while some first require data to be recorded on an input medium such as magnetic material.
Devices that read data magnetically recorded on specially coated plastic tapes or flexible or floppy plastic disks are popular. The keyboard of a workstation connected directly to or online to a computer is an example of a direct input device. Additional direct input devices include the mouse, input pen, touch screen, and microphone. Regardless of the type of device used, all are components for interpretation and communication between people and computer systems.
命题教师游彦教研室主任签字
【第页共页】
湖北职业技术学院2008-2009学年度第一学期期末考核试卷
参考答案及评分标准
考核课程:计算机英语考试类型:理论考试方式:闭卷笔试学生所在院系:信息技术学院年级:2007 试卷: B
执笔人:
要求:明确标注每小题或每步骤得分点
要求:明确标注每小题或每步骤得分点
Ⅰ. Translate the following phrases into English(将下列短语翻译成英语)(10%)( 本题共10分, 每小题1分)
1. machine language
2. Random Access Memory
3. assembly language instruction
4. software product
5. fetch-decode-execute
6. service-oriented
7. electronic media
8. infecting module
9. resolution
10. hardware maintenance
Ⅱ. 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 )
Ⅲ. Fill in the blanks with the corresponding English abbreviations.(根据汉语写
出相应的英语缩写) (10%)
( 本题共10分, 每小题1分)
1. WAN 6. ISP
2. HTTP 7. XML
3. CAD 8. BIOS
4. W3C 9. IT
5. DBMS 10. WWW
Ⅳ. For each of the following blanks, four choices are given. Choose the most appropriate one (从下面给出的四个选项中选择最恰当的答案)(15%)
( 本题共15分, 每小题1分)
1. B
2. C
3. A
4. B
5. B
6. C
7. B 9. A 10. D 11. D 12. A 13 .D 14. B 15. C
Ⅴ. Reading comprehension(阅读理解)(35%)
(一) Fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary (从下面所列词语中选择合适的词语, 以其适当的形式填空)(5%)
( 本题共5分, 每空1分)
maintain disciplined requirements coding modified
(二) Tell whether the following statements are true(T) or false(F) according to the passage A(根据上文的内容判断下列句子的正误) (10%)
( 本题共10分, 每小题2分)
1. ( F )
2. ( T )
3. ( F )
4. ( F )
5. ( T )
(三) Choose the best answer according to the passage B.(根据上文的内容选择正确的答案)(10%)
( 本题共10分, 每小题2分)
1. C
2. A
3. A
4. C
5. B
(四) Choose the best answer according to the passage C(根据上文的内容选择正确的答案)(10%)
( 本题共10分, 每小题2分)
1. B
2. A
3. D
4. B
5. C
Ⅵ. Translation.翻译(20%)
(一) Translate the following sentences into Chinese(将下列句子翻译成汉语)(12%)
( 本题共12分, 每小题3分)
1. SQL服务器用于允许成前上万的用户同时访问数据库,是一个真正的客户端/服务器端的数据库系统。
2.应用软件是直接为用户设计的具有专门功能的软件,或在某些情况下,为另一种应用程序设计的软件。
3.一个小型的网络可能是连结一个家庭中的两个计算机,共同分享一个打印机和Internet连结。
4.有一些免费的防火墙软件能在你的计算机上运行,并且给你的网络提供很好的保护。
(二) Translate the following paragraph into Chinese.(将下段文章翻译成汉语)(8%)
( 本题共8分)
输入设备: 计算机系统使用多种输入设备, 其中有些输入设备直接进入人—机通信, 另一些则首先要求把数据记录在诸如磁性材料那样的输入介质上。
常用的是读取以磁化方式记录在专门涂敷的塑料带或软盘上的数据的输入设备。
与计算机的工作站直接连接或在线连接的键盘就是一种直接输入设备,此外还有鼠标器、输入笔、触摸屏和话筒等。
不管使用哪种设备,所有这些都是人与计算机系统之间进行解释和通信的部件。
教研室主任签字
【第12 页共12 页】|。