当前位置:文档之家› 计算机专业英语试题及答案(A卷)

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

湖北职业技术学院2008-2009学年度第一学期期末考核试卷考核课程: 《计算机专业英语》 考试类型: 理论 考试方式: 闭卷笔试 学生所在院系: 信息技术学院 年 级: 2007 级 试 卷: A姓名: 班级: 学号:Ⅰ. Translate the following phrases into English(将下列短语翻译成英语)(10%)1. 软件工程 ( )2. 算术逻辑运算 ( )3. 机器码 ( )4. 帮助菜单 ( )5. 图形技术 ( )6. 中间件 ()7. 电子商务 ( )8. 办公自动化 ( )9. 计算机病毒( )10. 可执行文件( )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. 智能8. element distance h. 桌面操作系统9. desktop operating system i. 输入/输出设备10.input/output device 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. The basic units of a computer system are as follows: _________A. CPU, memory and diskB. CPU, input and output unitC. CPU, memory and I/O systemD. CPU, memory and ALU2. A mouse is a small device that a computer user pushes across a desk surface in order to point to a place on a _________ and to select one or more action to take from that position.A. desktopB. displayC. consoleD. platform3. The control unit fetches _________ from memory and decodes them.A. dataB. informationC. resultsD. instructions4. When power is removed, information in the semiconductor memory is________.A. reliableB. lostC. manipulatedD. remain5. Please find the item that is not belong to the DBA _________.A. storage structure and access method definitionB. schema definitionC. integrity constrain specificationD. DDL6. Each_________ is a unit of both atomicity and consistency.A. transactionB. databaseC. storage structureD. schema details7. A characteristic of operating system is _________.A. resource managementB. memory managementC. error recoveryD. all the above8. Assembly-language instructions are a series of _________.A. 0s and 1sB. abstract codesC. machine codesD. words9. Software engineering is some certain _______.A. programsB. methodsC. productsD. managements10. An advantage of a ring network is that it needs less _________ .A. computerB. networkC. cableD. information11. An ISP supplies a _________ that you can dial from your computer to log on the internet server.A. public keyB. private keyC. service numberD. help file12. To open Internet Explorer, just click Start, point to _________ , and then click Internet Explorer.A. ProgramsB. ViewC. LayoutD. Control Panel13. E-commerce do business through _________.A. face-to-face meetingB. computerC. wire-photoD. Internet and EDI14. Every transaction in electronic commerce includes information flow, commercial flow, _______ and material flow.A. data flowB. currency flowC. merchandise flowD.15. The _________ hidden in the infected system does not break out immediately; instead, it needs certain time or some condition before it breaks out.A. fileB. dataC. softwareD. virus(一) Fill in the blanks with suitable words or expressions from the list given below, and change the form where necessary (从下面所列词语中选择合适的词语, 以其适当的形式填空)(5%)high-level language assembly language writtenmachine language notationA 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.Passage AThe hardware of a digital computer system is divided into four functional sections. The block diagram of Fig.2-4 shows the four basic units of simplified computer: the input unit, central processing unit, memory unit, and output unit.Each section has a special function in terms of overall computer operation.Fig.2-4 A Digital ComputerThe central processing unit (CPU) is the heart of the computer system. It is responsible for performing all arithmetic operations and logic decisions initiated by the program. In addition to arithmetic and logic functions, the CPU controls overall system operation. There are two main sections found in the CPU of a typical personal computer system: the arithmetic-logic section and the control section. But these two sections are not unique to personal computer. They are found in CPUs of all sizes.Every processor comes with a unique set of operations such as ADD, STORE, or LOAD that represent the processor’s instruction set. Computer designers are fond of calling their computer machines, so the instruction set is sometimes referred to as machine instruction and the binary language in which they are written is called machine language.The memory unit of the computer is used to store information such as numbers, names, and addresses. By “store”, we mean that memory has the ability to hold this information for processing or for outputting for later time. The programs that define how the computer is to process data also reside in memory.In computer system, memory is divided into two different sections, known as main storage and auxiliary storage. They are also sometimes called internal memory and external memory respectively. External memory is used for long term storage of information that is not in use. For instance, it holds programs, files of data, and files of information. In most computers, this part of memory employs storage on magnetic media such as magnetic tapes, magnetic disks, and magnetic drums. This is because they have the ability to store large amount of data. Internal memory is a smaller segment of memory used to temporary storage of programs, data, and information. For instance, when a program is to be executed, its instructions are first brought from external memory into internal memory togetherwith the files of data and information that it will affect. After this, the program is executed and its files updated while they are held in internal memory. When the processing defined by the program is completed, the updated files are returned to external memory. Here the program and files are retained for use at later time. (二) Tell whether the following statements are true(T) or false(F) according tothe passage A(根据上文的内容判断下列句子的正误) (10%)1. The four basic units of simplified computer: the input unit, central processing unit, memory unit, and output unit. ( )2. The CPU is responsible for performing some arithmetic operations and logic decisions. ( )3. “ADD AX, BX” is an instruction of machine language. ( )4. Main storage and auxiliary storage are sometimes called internal memory and external memory respectively. ( )5. The binary language which they are written in machine instruction is called machine language. ( )Passage BIn 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 B.(根据上文的内容选择正确的答案)(10%)1.If you want to solve the computational problem with a computer, you should learn how to_________.A. calculateB. programC. addD. subtract2. Computer programming is the process of planning and creating a sequence of _________ for a computer to follow.A. stepsB. processC. linesD. graphics3. The term coder is used to describe _________.A. machineB. computerC. keyboardD. person4. In order to solve a computational problem, you can let a person or a _________to do it.A. machineB. computerC. keyboardD. mouse5. 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.Passage CA 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 andnetwork 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 C(根据上文的内容选择正确的答案)(10%)1.A computer virus is a computer program that is created to make and spread _________of itself.A. programsB. virusC. copiesD. files 2.Worm spread itself except by_________. .A. networkB. E-mailC. programD. hardware 3.Antivirus program can scan and_________ virus.A. cleanB. produceC. replicateD. 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 importantdata.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,404B. 76,404C. 56,354D. 34,876(一)T ranslate the following sentences into Chinese(将下列句子翻译成汉语)(12%)1. For developing a software product, the development process is divided into 5 stages: Requirements Analysis & Specification, Design, Coding, Testing, and Maintenance.2. Functional testing tests whether the output is the expected result with the valid input.3. EDI refers to the electronic exchange of business information between two companies using a specific and structured format over private networks.4.Some applications, such as Word, allow for several windows in a special mode called MDI in which you can open multiple documents within the same application.(二)T ranslate 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 试卷:A执笔人:要求:明确标注每小题或每步骤得分点Ⅰ. Translate the following phrases into English(将下列短语翻译成英语)(10%)( 本题共10分, 每小题1分)1. software engineering2. Arithmetic Logical operations3. machine code4. Help menu5. graphics technology6. middleware7. E-commerce8. office automation9. computer virus10. executable fileⅡ. 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. ( j )4. ( d ) 9. ( h )5. ( b ) 10.( i )Ⅲ. Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的英语缩写) (10%)( 本题共10分, 每小题1分)1. ROM 6. HTML2. CPU 7. CAD3. BIOS 8. W3C4. IT 9. GUI5. WWW 10. MHzⅣ. For each of the following blanks, four choices are given. Choose the most appropriate one (从下面给出的四个选项中选择最恰当的答案)(15%)( 本题共15分, 每小题1分)1. C2. B3. D4. B5. D6. A7. A8. B9. B 10. C 11. C 12. A 13.D 14. B 15. DⅤ. 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分)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(根据上文的内容判断下列句子的正误) (10%)( 本题共10分, 每小题2分)1. ( T )2. ( F )3. ( F )4. ( T )5. ( T )(三) Choose the best answer according to the passage B.(根据上文的内容选择正确的答案)(10%)( 本题共10分, 每小题2分)1. B2. A3. D4. B5. C(四) Choose the best answer according to the passage C(根据上文的内容选择正确的答案)(10%)( 本题共10分, 每小题2分)1. C2. A3. A4. C5. BⅥ. Translation.翻译(20%)(一) Translate the following sentences into Chinese(将下列句子翻译成汉语)(12%)( 本题共12分, 每小题3分)1.开发一个软件产品,开发过程分为五个步骤:需求分析和说明,设计,写代码,测试和维护。

相关主题