注意:此页面搜索的是所有试题
郑州工业应用技术学院计算机专业英语
"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. ( ) "
"Network managers have long {1 } practical voice-over-IP(VoIP) solutions. VoIP {2 } ease network management and decreases costs by converging at a company.s telephone and data infrastructures into one network. And a VOIP solution implemented at a company.s headquarters with far-reaching branch offices can { 3 }tremendous amounts of { 4 } in long distance phone bill, provided that solution delivers POTS-like voice { 5 } over the Internet. 1、( ):A、await B、awaited C、awaiting D、awaits 2、( ):A、promise B、promised C、promises D、promising 3、( ):A、get B、put C、save D、waste 4、( ):A、cash B、money C、space D、time 5、( ):A、frequency B、length C、quality D、quantity "
"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 BusinessWeek, 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.(根据上文的内容选择正 确的答案。 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 attache 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 BusinessWeek, 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"
"Microsoft Word, known as Word, is a very powerful Windows word-processing package. It is a member of Microsoft office. Word offers many features, including desktop publishinand access to the World Wide Web. Because Word is part of the Microsoft Office, documents created in Word can be easily incorporated into Excel, PowerPoint and Access files. Word has several editions: Fig.1 The interface of Word XP Word 97, Word 2000 and Word XP. Microsoft Word XP is the current Windows version of this word processor. The following figure is the introduction of Word XP. ?Title bar – displays the name of the current application and name of the current document ?Menu bar – lists the names of the menus available ?Standard toolbar – gives you quick access to frequently used editing functions. Names of buttons are displayed when the mouse rested over them. ?Scroll bars – used to move through a document – vertical and horizontal ?Ruler –enables you to change left and right margins and to set or remove tab stops. ?Text area –where you can edit your document. ?Status bar – displays current document information. According to the passage D,tell whether the following statements are true (T) or false (F)(根据上文的内容判断下列句子的正误)(每题1.5分) 1.( ) Microsoft Word XP is a member of Microsoft office 2000. 2.( ) Word doesn’t have the feature to accessing to World Wide Web. 3.( ) Documents created in Word are hard to be incorporated into PowerPoint. 4.( ) Title bar displays the names of the application and document. 5. ( ) In the text area, you can edit your document. "
"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 E. (根据上文的内容选择最合适的答案) 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 stages of programming? A. Write a program. B. Debug the program. C. Print the program. D. Compile the program."
"Basically, a firewall is a { 1 } process or a set of integrated processes that runs on a router or { 2 } to control the flow of networked application traffic { 3 } through it. Typically, firewalls are placed on the entry point to a {4} network such as the Internet. They could be considered traffic cops(警察). The firewall.s {5 } is to ensure that all communication between an organization.s network and the Internet conform to the organization.s security policies. 1、( ):A、dependent B、isolated C、related D、standalone 2、( ):A、browser B、client C、repeater D、server 3、( ):A、pass B、passed C、passing D、passes 4、( ):A、local B、national C、private D、public 5、( ):A、mole B、pole C、role D、rule"
"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.根据上文的内容判断下列句子的正误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 (comparison) functions 5. The central processing unit (CPU) is the heart of the computer systems. "
"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 B.(根据上文的内容选择正 确的答案。 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 stages of programming? A. Write a program. B. Debug the program. C. Print the program. D. Compile the program."