计算机专业英语试题及答案(A) 2
2023年全国普通高等学校计算机单招真题英语试卷及答案
![2023年全国普通高等学校计算机单招真题英语试卷及答案](https://img.taocdn.com/s3/m/e0b79b2249d7c1c708a1284ac850ad02df800746.png)
2023年全国普通高等学校计算机单招真题英语试卷及答案第一部分:阅读理解Passage 11. C2. D3. A4. BPassage 21. C2. A3. D4. B第二部分:完形填空1. C2. A3. B4. D第三部分:语法填空1. were2. to3. and4. by第四部分:改错1. it→them2. have→has3. 在 at 前加 a4. to learn 前加 a第五部分:短文写作One possible answer (800 words):The cloze passage section assessed candidates' understanding of context and their ability to choose the appropriate words to fill in the gaps. This section tested not only their vocabulary knowledge but also their understanding of grammar and sentence structure.The grammar section focused on various grammar rules and required candidates to apply them correctly in given sentences. This section aimed to test candidates' ability to identify and correct grammatical errors.The error correction section aimed to assess candidates' attention to detail and their ability to identify spelling and punctuation errors in given sentences. This section required candidates to carefully examine each sentence and make necessary corrections.The essay writing section challenged candidates to express their thoughts and ideas on a given topic. It tested their ability to structure their writing, use appropriate vocabulary, and convey their message effectively within a limited word count.参考答案仅供参考,以考试官方公布的为准。
计算机英语考试题目及答案
![计算机英语考试题目及答案](https://img.taocdn.com/s3/m/c877e8cfb8d528ea81c758f5f61fb7360b4c2bd6.png)
计算机英语考试题目及答案一、选择题1. What does HTML stand for?a) Hyper Text Markup Languageb) High Technology Multimedia Languagec) Home Tool Management Languaged) Human Token Marker Language答案:a) Hyper Text Markup Language2. Which of the following is not a programming language?a) Javab) Pythonc) HTMLd) C++答案:c) HTML3. What is the purpose of CSS?a) To add interactivity to web pagesb) To structure the content of web pagesc) To define the layout and style of web pagesd) To create dynamic web pages答案:c) To define the layout and style of web pages4. What is the function of a router in a computer network?a) To connect computers to the internetb) To store and manage data on a networkc) To protect the network from security threatsd) To direct network traffic between devices答案:d) To direct network traffic between devices5. Which of the following is a commonly used database management system?a) Microsoft Wordb) Adobe Photoshopc) MySQLd) Windows Media Player答案:c) MySQL二、填空题1. The process of converting source code into machine code is called ________.答案:compilation2. The most widely used programming language for web development is ________.答案:JavaScript3. TCP/IP stands for ________.答案:Transmission Control Protocol/Internet Protocol4. The physical components of a computer are referred to as ________.答案:hardware5. SQL stands for ________.答案:Structured Query Language三、简答题1. What are the advantages of using cloud computing?答案:Cloud computing offers several advantages, including:- Cost savings: Companies can reduce their infrastructure costs by using cloud services instead of maintaining their own hardware.- Scalability: Cloud services can easily scale up or down based on demand, allowing businesses to only pay for what they need.- Flexibility: Users can access cloud services from anywhere with an internet connection, enabling remote work and collaboration.- Disaster recovery: Cloud providers often have backup systems in place, ensuring data can be recovered in case of a disaster.- Automatic updates: Cloud services are typically updated regularly by the provider, ensuring users have access to the latest features and security patches.2. Explain the difference between HTTP and HTTPS.答案:HTTP (Hypertext Transfer Protocol) is a protocol used for transmitting data over the internet. It is not secure, meaning that the data being transmitted can be intercepted and read by anyone. HTTPS (Hypertext Transfer Protocol Secure), on the other hand, is a secure version of HTTP. It uses encryption to ensure that data is encrypted before transmission, making it much more difficult for hackers to intercept and read. HTTPS is commonly used for secure online transactions, such as submitting credit card information or personal details.四、编程题请编写一个Python程序,实现计算圆的面积和周长的功能。
《计算机专业英语》答案
![《计算机专业英语》答案](https://img.taocdn.com/s3/m/85dc9e280066f5335a81210e.png)
《计算机专业英语》参考答案Chapter 1 Computer ScienceText AExercises2.(a)out (b)with (c)in (d)in (e)in (f)with (g)for (h)aboutText BExercises3.(a)to (b)now (c)in (d)with (e)out (f)uponText CExercises1.(1)analyze, analytic (2)complicate, complex (3) collaborate, collaborative (4)vary, various (5)introduce, introductory (6)base, basic (7)create, creative (8)differ, different (9)free, freeChapter 2 Discrete Mathematics for Computer ScienceText AExercises1.C48 =70,C38 =562.6*25=1923.if a=0then i f b=0then return(0)else return(1+Add(0,b-1))else if b=0then return(1+Add(a-1,0))else return(1+1+Add(a-1,b-1))4.if Rest(S)=Øthen return(First(S))else if (First(S)<Largest(Rest(S)))return(Largest(Rest(S)))else Return(First(S))5.Now we can define function Concat(S1,S2) as:if(Length(S1)=0)then return(S2)else return(Cons(First(S1), Concat(Rest(S1),S2)))Text BExercises1.[Proof]:According to given conditions, we knowa n = a n-1 + 2na n-1 = a n-2 + 2(n-1)……a2 = a1 + 2*2a1 = 3sum all items in left side, and delete same items in the right side of equations, we can result thata n = 3 + 2(2+3+……+n-1+n)=1+n(n+1)=n2+n+1that is what we conclude.Text CExercises1.(1)depend, dependent (2) correspond, correspondent (3)grow, grown (4)solve, solvent (5) relate, relational (6)recur, recursive (7) validate, valid (8) conclude, conclusive (9) justify, justificative2.(1)connect-disconnect (2)possible-impossible (3)regular-irregular (4)measure-countermeasureChapter 3 Algorithms in the Real WorldText AExercises2. finite, solving, processing, effective, eventually, next, randomly3. by, in, on, in, on, from4. the algorithm can terminate.It is correct for sorting.If the length of array A is n, the time for computation is O(n2)Its memory cost n units.As n increase, its computational cost will become large.Text BExercises3.(1)—(e), (2)—(c), (3)—(d), (4)—(a), (5)—(b)4. inconvenience, incapacity, independence5.We couldn’t have lived without water.Chapter 4 Dictation SystemText AExercises2. forefront, institution, turnaround, boost, embrace, portfolio, handle, portable, issue, stringent3. off, on, from, into, in, to, over, to, on, toText BExercises2.(1)—(h), (2)—(g), (3)—(a), (4)—(j), (5)—(e), (6)—(f), (7)—(b), (8)—(i), (9)—(c), (10)—(d) Text CExercises3. organize,organizationaldictate,dictativeproduce,productiveadministrate,administrativetranscribe, transcriptivesimplify,simplicialimplement,implementativeprotect,protectiveChapter 10 Introduction to ComputersText AⅠ.1. hardware, software2. a Central Processing Unit (CPU), memory, an input device, an output device3. Input devices, Output devices4. An input device5. application software, system softwareⅡ.1. hardware 6. integrated circuit2. software 7. secondary storage3. a Central Processing Unit (CPU) 8. computer system4. application software 9. main memory5. operating system 10. scannerText BⅠ.1. The WYSIWYG2. cell3. finding, fixing4. Formulas5. headings across the top6. character, word, phraseⅡ.1. true 6. false2. true 7. false3. true 8. true4. true 9. true5. false 10. falseText C当使用计算机的时候,你必须知道与它“交流”。
计算机专业英语试题含答案
![计算机专业英语试题含答案](https://img.taocdn.com/s3/m/db34387dd0d233d4b04e6993.png)
计算机专业英语试题2Ⅰ. Vocabulary(词汇)(30分)(一).Translate the following words and expressions into Chinese(写出下列词组的汉语。
)(共10分,每题1分)1.operating system2.white box testing3.hard disk4.management information system5.electronic commerce6.relational database7.software engineering8. software maintenance9. menu bar10.network security(二).Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的英语缩写。
) (共10分,每题1分)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分)1. application software a. 音频2. machine language b. 应用软件3. structured programming c. 机器语言4. functional testing d. 软件测试5. memory e. 结构化程序设计6. relational database f. 内存7. firewall g. 功能测试8. software testing h. 关系数据库9. hacker i. 黑客10. audio j. 防火墙1. 6.2. 7.3. 8.4. 9.5. 10.Ⅱ. Comprehension(阅读理解)(一)Fill in the blanks with suitable words or expressions from the list given below, and change the form wherenecessary. (从下面方框中选择合适的词或表达,以其适当的形式填空。
计算机专业英语2
![计算机专业英语2](https://img.taocdn.com/s3/m/46ab1bf3b0717fd5360cdca2.png)
In C Language, a ______is a series of characters enclosed in double quotes.••正确答案:B210分The________ storage area that you can use to copy or move selected text or object among applications.••正确答案:C310分____ is the study of the principles of valid reasoning and inference, as well as of consistency, soundness, and completeness.•theory•正确答案:B410分Software design is a _____ process. It requires a certain mounted of flair on the part of the designer.•••正确答案:D510分Very long, complex expres-sions in program are difficult to write correctly anddifficult to _____.•••正确答案:D二、阅读理解共1题,50分150分A software process is a set of activities that leads to the production of a software product. These activities may involve the development of software from scratch in a standard programming language like Java or C. Increasingly, however, new software is developed by extending and modifying existing systems and by configuring and integrating off-the-shelf software or system components.Software processes are complex and, like all intellectual and creative processes, rely on people making decisions and judgments. Because of the need for judgment andcreativity, attempts to automate software processes have met with limited success. Computer-aided software engineering (CASE) tools can support some process activities. However, there is no possibility, at least in the next few years, of more extensive automation where software takes over creative design from the engineers involved in the software process.Although there are many software processes, some fundamental activities are common to all software processes:1). Software specification The functionality of the software and constraints on its operation must be defined.2). Software design and implement-ation The software to meet the specification must be produced.3). Software validation The software must be validated to ensure that it does what the customer wants.4). Software evolution The software must evolve to meet changing customer Needs. Although there is no ‘ideal’ software process, there is scope for improving the software process in many organizations. Processes may include outdated techniques or may not take advantage of the best practice in industrial software engineering. Indeed, many organizations still do not take advantage of software engineering methods in their software development.(1)、A software process is _______.•product•standard programming language•existing system正确答案:B(2)、Software processes ___________.•complex and intellectual enough to be developed byComputer-aided software engineering (CASE) tools.•rely on Computer-aided software engineering(CASE) tools.•depend on the people making decisions and judg ments正确答案:A(3)、software processes usually include ________ activities.•••正确答案:C(4)、Improving the software process in many organizations is ______.•••正确答案:D(5)、Software design and implementat-ion means that _________.•functionality of the software and constraints on its o peration must be defined.•software must be validated to ensure that it does w hat the customer wants.•software must evolve to meet changing customer Ne eds.正确答案:B。
计算机专业英语 考试
![计算机专业英语 考试](https://img.taocdn.com/s3/m/0f96856882c4bb4cf7ec4afe04a1b0717fd5b3c5.png)
一、选择题1.What is the process of converting a high-level programming language into machine languagecalled?A.Debuggingpilation(正确答案)C.ExecutionD.Interpretation2.Which of the following is a programming paradigm that organizes software design around data,and the operations performed on that data?A.Object-oriented programming(正确答案)B.Procedural programmingC.Functional programmingD.Event-driven programming3.In computer networks, what does the term "protocol" refer to?A. A set of rules governing the exchange of information between devices(正确答案)B.The physical connection between devicesC.The speed of data transmissionD.The type of data being transmitted4.What is the term used to describe the process of dividing a complex problem into smaller, moremanageable parts?A.Modularization(正确答案)B.OptimizationC.EncapsulationD.Polymorphism5.In computer security, what is the term for unauthorized access to or modification of data?A.EncryptionB.DecryptionC.Hacking(正确答案)D.Firewall6.Which of the following is a type of software that allows two or more computers tocommunicate and share resources?A.Operating systemB.Database management systemwork operating system(正确答案)D.Word processing software7.What is the term used to describe the process of identifying and correcting errors in computerprograms?A.Debugging(正确答案)B.TestingC.Codingpilation8.In computer graphics, what is the term for the number of distinct pixels that can be displayedon a screen?A.Resolution(正确答案)B.Color depthC.Refresh rateD.Aspect ratio。
《计算机专业英语》考试题A
![《计算机专业英语》考试题A](https://img.taocdn.com/s3/m/7c01b32fb4daa58da0114a26.png)
Test of Special English for Computer Science《计算机专业英语》考试题A一、写出下列计算机专有名词的中文名. (20%)CPU: RAM:DNS: USBLAN: SMTP:URL: WAN:FTP: HTTP:二、阅读理解.(50%)1 本题20分, 阅读下面的短文,回答下列问题.[1] High-level languages (HLL) allow programmers to express algorithms more concisely, take care of much of detail, and often support naturally the use of the structured programming or objected-oriented design.[2] Alas, this solution gave rise of a problem, known as the semantic gap, the difference between the operations provided in HLLs and those provided in computer architecture. Symptoms of this gap are alleged to include exection inefficiency, excessive machine program size, and compiler complexity. Designers of traditional CISC (Complex Instruction Set Computer) machines responded with architectures intended to close this gap. Key features include large instruction sets, dozens of addressing modes, and various HLL statements implemented in hardware.Please answer the following questions (1) – (3) in English:(1)Which functions are there for HLL in the computer according to paragraph[1]?(5分)(2)What is the meaning of “the semantic gap”in the paragraph [2] ? (7分)(3)Please explain which important features there are in CISC machine in orderto reduce this gap? (8分)2 本题10分, 阅读下面的短文,回答下列问题.[3]A major challenge is hence the harmonization of parallel machine architectures, compilers, and the programming languages, with the goal of allowing programs to be written in high-level, problem-oriented languages, while developing compilers that translate the programs into efficient target code for a wide variety of parallel architectures. Success will be measured by how well real, machine-independent application programs will execute on real, parallel computers. Since highly parallel machines with thousands and tens of processors are already being manufactured and used commercially, this challenge requires a solution urgently.Please answer the following questions (4) – (5) in English:(4)Please explain what is the the goal is in paragraph [3]? (5分)(5)Please explain what the urgent solution needed by the challenge is inparagraph [3]. (5分)3. 本题20分, 阅读下面的短文,回答下列问题.[4]Many embedded system s require predictable and bounded responses to real-world events. Such “real-time”systems include factory automation, data acquisition and control systems, audio/video applications, and many other computerized products and devices. What’s a “real-time system”? The commonly accepted definition of “real-time”performance is that real-world events must be responded to within a defined, predicable, and relatively short time interval.[5]Although Linux is not a real-time operating system (the Linux kernel does not provide the required event prioritization and preemption functions), there are currently several add-on options available that can bring real-time capabilities to Linux-based systems.The most common method is the dual-kernel approach. Using this approach, a general purpose (non-real-time) OS runs as a task under a real-time kernel. The general purpose OS provides functions such as disk read/write. LAN/communications, serial/parallel I/O, system initialization, memory management, etc., while the real-time kernel handles real-world event processing. Y ou might think of this as a “have your cake and eat it too”strategy, because it can preserve the benefits of a popular general purpose OS, while adding the capabilities of a real-time OS.Please answer the following questions (6) – (8) in English:(6)Is embedded system“real-time” system according to paragraph [4]? (5分)(7) Is Linux “real-time”OS?And how does Linux provide “real-time”capabilities? (8分)(8) Which functions are there in the general purpose OS? (7分)三、把下面的短文译为中文.(30%)1. 把下面这段[6]英文翻译成中文. (15分)[6]Polymorphism gives objects the ability to respond to messages from routines when the object’s exact type is not known. In C++ this ability is a result of late binding. With late binding, the addresses are determined dynamically at run time, rather than statically at compile time, as in traditional compiler languages. This static (fixed) method is often called early binding. Function names are replaced with memory addresses. Y ou accomplish late binding by using virtual functions. Virtual functions are defined in the parent class when subsequent derived classes will overload the function by redefining the function’s implementation. When you use virtual functions, messages are passed as a pointer that points to the object instead of directly to the object.2. 把下面这段[7]英文翻译成中文. (15分)[7] A long term goal could be to develop interactive program transformation systems that assist programmers in parallelizing programs and provide feedback and guidance. The problem with this idea is that the approach of semiautomatic program transformations is still an object of active research, even for sequential programs. In the medium term, a production-quality transformer for deriving realistic, parallel programs is unlikely to appear. The traditional method of teaching algorithms and formulating them in programming languages with explicit parallelism is likely to be more successful, especially since the body of known parallel algorithm is large and growing rapidly. Initial indications seem to be that writing parallel software is not significantly harder than writing sequential software, provided the languages and support tools are adequate.。
《计算机专业英语》A卷
![《计算机专业英语》A卷](https://img.taocdn.com/s3/m/114e08c328ea81c758f578e4.png)
自编号:重庆电子工程职业学院培训专业13 级应用电子专业《计算机专业英语》课程期末考试试卷A卷(本试卷共 3 页,满分100分, 90 分钟完卷)注意事项:1、考生答题必须将答案按要求填写在答题纸上,否则成绩无效。
2、考试结束后,将本试卷和答题卡一并交回。
一、Translate the following words into Chinese(本大题共20小题,每小题1分,共20分)1. instruction2. interface3. mainframe4. system5. processor6. memory7. device8. specification9. register 10. supervise11. computation 12. command 13. keyboard 14. mouse 15. monitor16. printer 17. document 18. definition 19. dimension 20.type二、Translate the following phrases into Chinese.(本大题共10小题,每小题1分,共10分)1. central processing unit2. control bus3. machine instruction4. data bus5. output device6. input device7. multimedia technology 8. main memory9. artificial intelligence 10. speech recognition三、Match the following words and expressions in the left column with those similar in meaning in the right column.(本大题共10小题,每小题1分,共10分)1. application software a. 图像2. machine language b. 应用软件3. structured programming c. 机器语言4. functional testing d. 软件测试5. memory e. 结构化程序设计6. relational database f. 内存7. firewall g. 功能测试8. software testing h. 关系数据库9. hacker i. 黑客10. image j. 防火墙四、Choose the best answer according to the passage.(本大题共5小题,每小题2分,共10分)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.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 stages of programming?A. Write a program.B. Debug the program.C. Print the program.D. Compile the program.五、Translate the following sentences into Chinese.(本大题共6小题,每小题5分,共30分)1. The program, which tells the computers what to do and the data, which provide the information needed to solve the problem, are kept inside the computer in a place called memory.2. In a big mainframe computer the processor is called a Central Processing Unit, or CPU, while in a microcomputer, it is usually known as a microprocessor.3. The memory unit is an essential component in any digit computer since it is needed for storing the programs that are executed by the CPU.4. At the beginning of each instruction cycle, the CPU fetches an instruction from memory.5. It is very easy to set up a memory system that consists of a single chip.6. If we are going to say that a given program thinks like a human, we must have some way of determining how humans think.六、Translate the following paragraph into Chinese.(20分)Definitions of artificial intelligence vary along two main dimensions. One is concerned with thought processes and reasoning, the other addresses behavior. Also, some definitions measure success in terms of human performance, whereas the others measure against an ideal concept of intelligence, which we will call rationality. A system is rational if it does the right thing. All this gives us four possible goals pursue in artificial intelligence: system that like humans, systems that think rationally, system that act like humans and systems that act rationally.。
计算机专业英语试题及答案(A)-2
![计算机专业英语试题及答案(A)-2](https://img.taocdn.com/s3/m/627bc818941ea76e59fa0467.png)
学院2007-2008学年度第一学期期末考核试卷考核课程:《计算机专业英语》考试类型: 理论考试方式: 闭卷笔试学生所在院系:计科系年级:20所级试卷: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 columnwith those similar in meaning in the rightcolumn(将左列的词汇与右列相应的汉语匹配)(10%)1.memory unit2.intelligence3.semiconductor memon r4.data definition language5.mechanism6.machine languagemunication a.半导体存储器b.机制c.存储单元d.数据定义语言e.通信f.机器语言g・智能四、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 diskB. CPU, input and output unitC. CPU, memory and I/O systemD. CPU, memory and ALU2. Today, can give you a music synthesizei; a fax machine, a CD-ROM drive, ect.A. input devicesB. expansion cardsC. output deviceD. joystick*3. The control unit fetches from memory and decodes them.-------------------------------- VA. dataB. informationC. resultsD. instructions*4. When power is removed, information in the semiconductor memory is A. reliable B. lost C. manipulatedD- remain1. ( ) 6. ( )2. ( ) 7. ( )3. ( ) 8. ( )4. ( ) 9. ( )5.( ) 10.( )8. distance education 9. pattern recognitionlO.enterprise resource planning h.远程教育 i.企业资源计划 J-模式识别得分阅卷人三、 T ranslate the following phrases into English (将下列短语翻译成板逻码菜技 统术器助形系算机帮图得分阅卷人英语)(10%)*5. Please find the Item that is not belong to the DBA )A. storage structure and access method definitionB. schema definitionC. integrity constrain specificationD. DDL6.is designed to manage large bodies of information.A. a file systemB. a transactionC. a database systemD. a database language7. A characteristic of operating system is•A. resource managementB. memory managementC. error recoveryD. all the above8.Assembly-language instructions are a series of•A. Os and IsB. abstract codesC. machine codesD. words9.program also has potential benefits in parallel processing.A. MachineB. AssemblyC. Object-orientedD.Process-oriented10.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 logon 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.Electronic bulletin boards are communication platforms.A. one-to-manyB. one-to-oneC. many-to-manyD. all above14.Followings are some image data file formats, which is wrong?A.*. TIFB. *. DOCC. *. BMPD.*. GIFC.it can rotate a three-dimensional modeLD.it can do all above at the same time.15.By adding to your programs, you can make computers moreinteresting and much more fun for the user.五.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 multimediae( ) 六.Reading comprehension(阅读理解)(25%)(一)Fill in the blanks with suitable words or expressions from thelist given below, and change the form where necessary (从下面所列词语中选择合适的 词语,以其适当的形式填空)(10%)high-level language assembly language written machine language notationA programming language, designed to facilitate the communication between human and computers, is a for describing computationin 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 varv onlv in the wav 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 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 forA. multimedia C. musicB.text D. picturedirecting 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 smaller9 which its speed and capacity have increased tremendously. Indeed, these changes have resulted in mlcro-Computers that are small enough to fit on your desk and your lap.The CPU comprise the control unit and the arithmetic/Iogic 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/Iogic unit, as well as the control signals between the CPU and input/output devices.The ALU perforins all the arithmetic and logical(comparison) functions—that is, it adds, subtracts, multiplies, divides, and does comparison. These comparisons9 which are basically “less than”,“greater than”, and “equal to”, can be combined into several common expres sions, 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. ( )【第页共页】学院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 Inpiit/Output Unit IT: Information Technology WWW: World Wide WebHTML: Hypertext Markup Language PCI: Peripheral Component Interconnect HR: Human ResourceGUI: Graphical User Interface MHz: Megahertz二.Match the following words and expressions in the left column with those similar inmeaning 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. (• 1 )三. Translate the following phrases into English(将下列短语翻译成英语)(10% )(本题共10分,每小题2分)1.the system board2.Arithmetic logical operations3.machine code4.Help menu5.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 IL C 12. A 13. A 14. B 15. A五.To identify the following to be True or False according to computer knowledge(根M计算机知识判别是非题)(10%)(本题共10分,每小题1分)1. ( T )2. ( F)3. (T)4. ( F )5. (T )6. ( F )7. (T )8. ( F )9. ( F )10.( F )六.Reading comprehensk)n(阅读理解)(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 thepassage A(根据上文的内容判断下列句子的正误)(15%)(本题共15分,每小题3分)l.(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. SoftwareB. HardwareC. HardshipD. Instruction 2、primary memory which is stored on chips located_a_。
大专(计算机专业英语)课后参考答案
![大专(计算机专业英语)课后参考答案](https://img.taocdn.com/s3/m/987bd337a32d7375a417805e.png)
参考答案Lesson 1Exercises1.(1)A (2)B (3)A (4)B (5)C(6)B (7)D (8)B (9)C (10)A(11)A (12)B (13)D2.(1)vacuum tubes(2)manage the functions of the computer, perform calculations(3)microprocessor, memory, disk drives(4)application software, system software(5)symbols, letters, numbers(6)a hard disk drive, a diskette drive(7)Word processing programs, used to prepare written documents;Electronic spreadsheet, used to analyze and summarize data;Database managers, used to organize and manage data and information;Graphics programs, used to visually analyze and present data and information;Communication programs, used to transmit and receive data and information;Integrated programs, which combine some or all of these applications in one program;(8)operating system3.(1)虽然电子计算机起源于近代(大约有50年),但计算过程自动化的思想却可追溯到当簿记、会计学和天文学变得让人感到枯燥乏味的时候。
计算机专业英语试题含答案
![计算机专业英语试题含答案](https://img.taocdn.com/s3/m/4448aee09f3143323968011ca300a6c30c22f101.png)
计算机专业英语试题2 Ⅰ. Vocabulary(词汇)(30分) (写出下列词组的汉语。
)(共10分,每题1分) (一).Translate the following words and expressions into Chinese1.operating system 2.white box testing 3.hard disk 4.management information system 5.electronic commerce 6.relational database 7.software engineering 8. software maintenance 9. menu bar 10.network security (根据汉语写出相应的英语缩写。
) (共10分,每(二).Fill in the blanks with the corresponding English abbreviations.题1分) 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分)1. application software a. 音频音频2. machine language b. 应用软件应用软件3. structured programming c. 机器语言机器语言4. functional testing d. 软件测试软件测试5. memory e. 结构化程序设计结构化程序设计6. relational database f. f. 内存内存7. firewall g. 功能测试功能测试8. software testing h. 关系数据库9. hacker i. 黑客黑客10. audio j. 防火墙防火墙1. 6. 2. 7. toolbar ruler title bar menu bar incorporate intoIf you want to solve the computational problem with a computer, you should learn how to 2. Computer programming is the process of planning and creating a sequence of for a computer to 2. Computer programming is the process of planning and creating a sequence of for a computer to3. The term coder is used to describe . 4. In order to solve a computational problem, you can let a person or a to do it. Passage C The Internet, then known as ARPANET, was brought online in 1969, which initially connected four major computers at universities in the southwestern US . The early Internet was used by computer experts , engineers, scientists, and librarians. There was nothing friendly about it. There were no home or office personal computers in those days, and anyone who used whether a computer professional or an engineer or scientist or librarian, had to learn to use a very complex system. The Internet matured in the 1970's as a result of the TCP/IP architecture. As the commands for E-mail, FTP , and te were standardized, it became a lot easier for non-technical people to learn to use the nets. It was not easy by today' s standa by any means, but it did open up use of the Internet to many more people in universities in particular. Other departments besides the libraries, computer, physics, and engineering departments found ways to make good use of the nets -- to communicate with colleagues around the world and to share files and resources. In 1991, the first really friendly interface to the Internet was developed at the University of Minnesota. The University wanted to develop a simple menu system to access files and information on campus through their local network. Since the Internet was initially funded by the government, it was originally limited to research, education, and governme uses. Commercial uses were prohibited unless they directly served the goals of research and education. This policy continued until the early 1990's, when independent commercial networks began to grow. (四) Choose the best answer according to Passage C.(根据上文的内容选择正确的答案。
《计算机专业英语》期末考试试卷A卷及答案
![《计算机专业英语》期末考试试卷A卷及答案](https://img.taocdn.com/s3/m/0b3ba9d709a1284ac850ad02de80d4d8d15a01ad.png)
适用专业:1、What is the name of the first electronic numerical computer? ()A. Altair 8800B. ENIACC. ENV ACD. All wrong2、Which does not use the stored-program technique? ()A. Altair 8800B. ENV ACC. ENIACD. All wrong3、What does RAM stand for? ()A. A power supplyB. Random Access MemoryC. Read-only MemoryD. All wrong4、The main component of ENIAC is ()A.TransitorB. Vacuum cubeC. LSID. All wrong5、Who contributed the stored-program technique first? ()A. Bill GatesB. John P.EckertC. Von NeumannD. All wrong6、Which is not one of the four parts that comprise a processor? ()A. ClockB. MemoryC. RegisterD. ALU7、A computer system contains input device, output device, CPU and _________. ()A. ROMB. RAMC. MemoryD. Register8、The processor consists of ____________. ()A. clock, ALU, register and operation codeB. ALU, instruction control, clock and registerC. CPU, memory, register and clockD. instruction control, clock, operation code and operand9、Which is the heart and soul of a computer, and it can manipulate data and control all the rest part of the computer? ()A. MemoryB. Input deviceC. RegisterD. CPU10、Which of the following tells CPU where to find the data to be manipulated? ()A. ClockB. Instruction control unitC. Operation codeD. Operand11、When we buy a computer, we usually consider the ________ first, that means a clock’s frequency. ()A. Main frequencyB. boardC. displayD. keyboard12、________ holds control information, key data and some intermediate results. ()A. RegisterB. Instruction control unitC. ALUD. Storage13、When electric current does not pass through transistors on the microchip, the switch is ________ and it represents a ____________. ()A. Off, 1B. Off, 0C. On, 1D. On, 014、An OA consists of one or more ________ that manage the operations of a computer. ()A. InterfacesB. ProgramsC. Kernel techniquesD. Account number15、In order to complete specific file and program management tasks, Windows XP uses a ________ that icons can easily be seen on the screen. ()A. Plug and PlayB. Media PlayerC. GUID. IE16、Which is the enhanced network property of Windows XP? ()A. Remote desktopB. Multi-user operationC. IE 6.0D. A and C17、Early on, program worked with the most primitive ______________. ()A. Natural languageB. High-level languageC. Assembly languageD. Machine language18、The first assembly languages emerged in the late ______________. ()A. 1940sB. 1950sC. 1960sD. 1970s19、The __________ is language that was represented by long strings of ones-zeroes. ()A. High-level languageB. Assembly languageC. Machine languageD. Low-level language20、__________ can be assigned different values within the program. ()A. ExpressionsB. ParametersC. VariablesD. Pointers21、Which is a piece of a statement that describes a series of computations to be performed on some of program’s variables? ()A. An expressionB. A functionC. A variableD. A pointer22、A protocol is a set of ______________. ()A. DriversB. ServersC. RegulationsD. hardwares23、Which of the following statements are not the steps of website design? ( )A. Determine consumersB. Webpage designC. Surf the WWWD. Publish the website24、When you edit your webpage, your steps do not include ____________. ( )A. Create user-friendly navigationB. Page layoutC. Publish your websiteD. Using graphic25、____________ is not search engine? ( )A. GoogleB. baiduC. NetscapeD. taobao二、连线题(25小题,每题1分,共25分)注:从右侧表中选择最合适的选项,将对应的标号填入左表中。
计算机专业英语测试题及答案
![计算机专业英语测试题及答案](https://img.taocdn.com/s3/m/82d1212d376baf1ffc4fad36.png)
计算机专业英语测试题一、词汇测试题(每小题1分,共20分)(一).Translate the following words and expressions into Chinese (共10分,每题1分)1.Cyber cafe2.microcomputer3.ROM4.Object-oriented programming5.utility program6.system specification7.database administrator8.modulator-demodulator9.client/server model10.spreadsheet program(二).Translate the following terms or phrases from Chinese into English (共10分,每题1分)1.中央处理器2.广域网3.超级计算机4.电子商务5.计算机安全6.计算机文化7.网站8.域名9.数据库管理系统10.软件工程二、完型填空题(每空1分,共20分)Fill in each of the blanks with one of the words given in the list following each paragraph, making changes if necessary:1. Computer hardware is the involved in the of a computer and consists of the that can be physically handled. The function of these components is typically divided into three main categories: , , and . Components in these categories connect to , specifically, the computer’s central unit (CPU), the electronic that provides the computational ability and control of the computer, via wires or circuitry called bus.microprocessors component processing functionoutput equipment input circuitry storage2.In the relational model, data is organized in two-dimensionalcalled . There is no or structure imposed on the data. The tables or relations are, however, related to each other. The database management system (RDBMS) the data so that its external is a of relation or tables. This does not mean that data is stored as tables: the physical of the data is independent of the way in which the is logically organized.hierarchical set organize relational relationdata storage view network table三、英译汉题(每题10分,共20分)Translate the following passage from English into Chinese:1.The field of computer science has grown rapidly since the1950s due to the increase in their use. Computer programs have undergone many changes during this time in response to user need and advances in technology. Newer ideas in computing such as parallel computing, distributed computing, and artificial intelligence, have radically altered the traditional concepts that once determined program form and function. In parallelcomputing parts of a problem are worked on simultaneously by different processors, and this speed up the solution of the problem. Another type of parallel computing called distributed computing use CPUs from many interconnected computers to solve problems. Research into artificial intelligence (AI) has led to several other new styles of programming.2.High-level languages are commonly classified asprocedure-oriented, functional, objected-oriented, logic languages. The most common high-level languages today are procedure-oriented languages. In these languages, one or more related blocks of statements that perform some complete function are grouped together into a program module, or procedure, and given a name such as “procedure A”. If the same sequence of operations is needed elsewhere in the program, a simple statement can be used to refer back to the procedure. In essence, a procedure is just a mini-program. A large program can be constructed by grouping together procedures that perform different tasks.四、汉译英题(20分)最著名的互联网例子是因特网。
《计算机专业英语》期末考查试卷(A卷)及答案
![《计算机专业英语》期末考查试卷(A卷)及答案](https://img.taocdn.com/s3/m/fcc50c1202d8ce2f0066f5335a8102d276a2610d.png)
《计算机专业英语》期末考查试卷(A 卷)适用专业:translate them into Chinese.(15points ) 1、 HTTP2、 DNS3、 RAM4、 CPU5、 HTMLⅡ.Choose the best words for the following sentences.(30points )( )1.What is the name of the first electronic numerical computer?A.ENIACB.ENCACC.AltairD.Eckert( )2.What is the main component of the “second-generation” computer?A.VLSIB.LSIC.transistorD.vacuum tube( )3.What is not one of the four parts that compose of a processor?A.colckB.menoryC.registerD.ALU( )4. is the most popular bus to be used on a motherboard.A.PCI busB.ABC.CBD.DB( )5.There are several types of output devices such as .A.keyboardB.mouseC.display screenD.digital camera( )6.Which of the following tells the CPU what to do?A.ALUB.operandC.instrucionD.operation code( )7. is the control and data processing center of the whole computer system.A.MemoryB.CPUC.MotherboardD.Bus( )8.When the computer is turned off, any information in will be lost.A.RAMB.ROMC.storageD.memory( )9.There are several kinds of application software, such as .A.WindowsB.UnixC.DreamweaverD.Linux( )10.Which service is not provided by Internet?A.E-MailB.WWWC.ASPD.FTP( )11.Which of the following statements are not the steps of website design?A.Surf WWW.B.Determine consumers.C.Webpage design.D.Publish Website.( )12. is the best transfer media at present.A.Coaxial cableB.Optical fiberC.Twisted pairD.Radio( )13.Every network has a “shape”which is mormally referred to as its .A.topologyB.busC.starD.tree( )14.Each computer or shared device found on the network is known asa .A.serverwork nodeC.workstationD.bridge( )15. have limited access to the resources found on the network.A.ClientsB.AdministratorsC.NodesD.ServersⅢ.Match the following terms or phrases. (25points)1、transistor ( ) A.宽带2、palmtop ( ) B.结构3、workstation ( ) C.分区4、hardware ( ) D.补丁5、processor ( ) E.指令6、scanner ( ) F.硬件7、circuit ( ) G.工作站8、instruction ( ) H.处理器9、memory ( ) I.终端10、register ( ) J.存储器11、patch ( ) K.掌上型电脑12、navigation ( ) L.扫描仪13、configure ( ) M.远程登录14、broadband ( ) N.电路15、desktop ( ) O.晶体管16、telnet ( ) P.寄存器17、terminal ( ) Q.配置18、wizard ( ) R.面板19、architecture ( ) S.桌面20、port ( ) T.导航21、panel ( ) U.向导22、version ( ) V.监视器23、partition ( ) W.启动24、boot ( ) X.版本25、monitor ( ) Y.端口Ⅳ.Translate the following sentences into Chinese. (30points)1.For a secretary, using the system for word processing and casual queries, the keyboard and screen are much more important than anything in the system unit. Performance may be less significant than comfortable.2.On the other hand,you do not need any complex measuring instrument or technical training to figure out how loud a system is if you can get it alone in a room.3.The operating system was fully redesigned for safely sharing data with the othercomputers, and very stringent internal safe mechanisms were built in, including the newly added safely manager which can store different log-in records and ciphers.4.FTP is a method of transferring files from one computer to another over the Internet, even if each computer has a different operating system or storage format. FTP is designed to download files or upload files.5.The executable instructions making up a program were embodied in the separate "units" of ENIAC, which were plugged together to form a "route" for the flow of information.6.Windows XP itself provides the internal internet firewall. Enable it, and it will be OK. The process is rather easy. Go to Control panel, enter ”Network Connections”. Now right-click on your current connection, and select Properties. In the advanced tab, enable the Internet Connection Firewall.《计算机专业英语》期末考查试卷答案(A)Ⅰ.Write the full names of the following words and translate them into Chinese.(5*3’ =15’)1.HTTP:Hyper Text Transfer Protocol 超文本传输协议2.DNS:Domain Name Server 域名服务器3.RAM:Random Access Memory 随机存储器4.CPU:Central Processing Unit 中央处理单元5.HTML:Hyper Text Markup Language 超文本标记语言Ⅱ.Choose the best words for the following sentences. (15*2’ =30’)ACBAC DBACC ABABAⅢ.Match the following terms or phrases. (25*1’ =25’)O K G F H L N E J P D T Q A S M I U B Y R X C W VⅣ.Translate the following sentences into Chinese. (6*5’ =30’)1、对于一名使用字处理和偶尔查询系统的秘书而言,键盘和显示器比系统单元中的任何其他部件都重要。
计算机英语考试题(附答案)
![计算机英语考试题(附答案)](https://img.taocdn.com/s3/m/037a4b46ac02de80d4d8d15abe23482fb4da0217.png)
汕头中博职业技术教育2009-2010学年计算机英语考试题班级:________ 姓名:________ 学号:________一、Choose one best answer. (35x1, 35 points)1、____ is used to communicate with another computer over telephone lines.A. KeyboardB. ModemC. MouseD. Printer2、____ is a device that enables the computer to handle sounds.A. Network cardB. Video cardC. Sound cardD. Monitor3. ____ is the most widely used and fastest growing computer.A. Mini-computerB. Micro-computerC. Mainframe computerD. Supercomputer4. These days it is common for one to see people using ________ everywhere--even on airplanes.A. laptopsB. desktopsC. minicomputersD. microcomputers5. _____ refers to the parts of the computer that you can see and touch.A. SoftwareB. HardwareC. Hard diskD. Instruction6. The display screen is the most common _____ device used to show you what the computer is doing.A. inputB. printingC. outputD. electronic7. PDA can also called handheld computer or ____A. notebook computerB. palmtop computerC. desktop computerD. mini-computer8. A micro-computer involves a variety of devices called ____A. softwareB. hardwareC. hard diskD. floppy disk9. ____ is the controlling center of the entire computer system.A. CPUB. MicroprocessorC. Mother boardD. Hardware10. Expansion slots are used for inserting various ____.A. sound cardsB. network cardsC. expansion cardsD. display cards11. ____ holds information processing by the CPU.A. DiskB. Input deviceC. Output deviceD. Memory12. ____ is a worldwide network for countless connected computers to share information and make communications.A. NetworkB. The InternetC. World Wide WebD. Internet service13. A ______ consists of step-by-step instructions that tell the computer how to do its work.A. CPUB. hardwareC. commandD. program14. A ______ is a functional unit that translates and carries out instructions.A. microprocessorB. processorC. processingD. process15. The most important system software program is the ___ .A. word processorB. DBMSC. OSD. application software16. The ___ consists of the equipment:keyboard,mouse,monitor,system unit,and other devices.A. peopleB. procedureC. hardwareD. information17. The most common input device is the ___ and ___.A. keyboard, printerB. mouse, keyboardC. mouse, monitorD. keyboard, monitor18. ___ are widely used to store and transport data from one computer to another.A. Floppy disksB. Hard disksC. CD-ROMsD. DVD-ROMs19. The largest network in the world is called the ___ .A. InternetB. WWWC. WebD. A, B and C20. Web site addresses are also called ___ .A. HTMLB. hyperlinksC. URLsD. home pages21. Language translators converts human language into ___ .A. machine languageB. UNIXC. OSD. GUIs22. Desktop operating systems are also called ___ .A. network operating systemsB. embedded operating systemsC. client operating systemsD. stand-alone operating systems23. Application system also refers to .A. system softwareB. background softwareC. end-user softwareD. backup software24. ROM is a type of ___ .A. semiconductorB. networkC. firmwareD. none of the above25. Speakers and headphones are the most widely used ___ devices.A. audio-inputB. multifunctionalC. audio-outputD. personal26. ___ is exclusively a sequential-access storage media.A. Magnetic tapeB. A hard diskC. A floppy diskD. CD-ROM27. The disk with the largest capacity is ___ .A. DVD-ROMB. CD-ROMC. ZipD. SuperDisk28. ___ is a type of optical disk widely used to distribute large software application packages.A. DVD-ROMB. CD-ROMC. ZipD. SuperDisk30. Every computer on the Internet has a unique numeric address called a(n) ___ .A. IP addressB. Network BridgeC. packetD. bandwidth31. The most important program on any computer is ___.A. Operating SystemB. VirusC. softwareD. Office 200032. ___ is a fast and powerful operating system, based on the UNIX OS.A. Windows 2000B. Office 2000C. Windows 98D. Linux33. Which one is not a computer languages? ___A. word 2000B. JavaC. CD. C++34. The largest and fastest computers are ___ .A. mainframe computersB. supercomputersC. hand-held PCsD. workstations35. All computers can perform basic machine operations under the control of ___ .A. instructionsB. commandsC. operationsD. programs36. Which of the following is an “output device”? ___A. CD ROMB. microphoneC. printerD. all the above37. The Internet is simply what? ___A. the WWWB. worldwide system of computer systemC. a modemD. an Internet Service Provider38. ___ is used to control the computer and run programs.A. Application softwareB. System softwareC. GameD. virus39. POST stands for ___ .A. power-on-self-testB. power-only-standard-testC. program-optimum-self-testD. program-optimum-starting-time40. Commands at the top of a screen such as: FILE, EDIT, FONT, TOOLS to operate and change things within programs are ___ .A. windowsB. word processorC. tool barD. menu bar41. CD-ROM stands for ___ .A. central processing unitB. CD-remote open mouseC. CD-resizeD. CD-read only memory42. A place in the computer system where data and programs are temporary stored. ___ .A. busB. motherboardC. memoryD. CD-read only memory43. A browser like Internet Explorer does what? ___ .A. create graphicsB. dial up to the InternetC. access web pages using HTTPD. create the WWW44. The part of the computer that does the math calculation is ___ .A. arithmetic logic unitB. monitorC. memoryD. keyboard45. What type of software is used for the creation of letters, papers, and other documents? ___ .A. databaseB. word processorC. spreadsheetD. OS46. Y ou can build a ___ for searching your notes, downloading web pages etc.A. serverB. networkC. InternetD. search engine47. What word means to copy or move files from another computer to your local computer system over a network? ___ .A. formatB. saveC. shiftD. download48. What is the term to ask the computer to put information in order numerically or alphabetically? ___.A. reportB. recordC. organizeD. sort49. A printer would be considered a(n) ___.A. controllerB. peripheral deviceC. input deviceD. USB50. The two basic types of computer software are___ and ___.A. program, applicationsB. productivity, applicationsC. applications, systemsD. systems, networking systems51. Once you delete a file from your disk, you may not be able to ___ it.A. eraseB. removeC. moveD. retrieve52. In Windows, your computer ___ is referred to as a desktop.A. deviceB. equipmentC. screenD. desk53. Anti-Virus protects your computer from viruses by ___ your computer's memory and disk devices.A. deletingB. changingC. scanningD. replacing54. The embedded operating system is used on .A. handheld computersB. desktop computersC. micro-computersD. supercomputers55. The network operating system is located on the .A. ROM memoryB. hard diskC. floppy diskD. RAM memory56. Stand-alone operating system is located on the .A. ROM memoryB. hard diskC. floppy diskD. RAM memory57. By far, the most popular Micro-computer operating system is .A. Microsoft’s WindowsB. LinuxC. UNIXD. Windows XP二、Multiple choices: (5x2, 10 points)1. Input devices include: _______A. the keyboardB. the mouseC. touch screenD. scannerE. light pen2. Output device includes:_______A. printersB. monitorsC. speakersD. disksE. headphone3. The four types of computers include:A. supercomputersB. mini-computersC. mainframe computersD. microcomputersE. desktop computers4. There are two kinds of software--- ______ and ______.A. system softwareB. computer softwareC. free softwareD. application softwareE. backup software5. System software consists of _____A. language translatorsB. device driversC. operating programsD. service programsE. operating systems6. C++ is ___.A. object-orientedB. procedure-orientedC. extended from CD. a superset of C7. Office automation is ___.A. the application of computerB. the computerC. communications technologyD. used to improve the productivity of people8. Microsoft Office Professional 2003 include ___.A. Word 2003B. PowerPoint 2003C. Excel 2003D. Outlook 2003E. FrontPage 20039. A processor is composed of:___.A. a control unitB. logic unitC. arithmetic unitD. Registers10. ___ is a type of executable file.A. .COM fileB. .TXT fileC. .JPG fileD. .EXE file三、Fill in the blanks. (3x3, 9 points)1. Y ou can _______ ______ ___ the Internet. (访问)log on to2. I always ____ ____ _____ _ at the evening. (网上冲浪)surf the Internet3. Input devices provide a way to ____ __ ______ (通信) a computer. make communications with4. Anti-Viruses can your computers . (防毒) protect, from viruses5. One of the functions of system software is _______ and ___ . (加载和运行程序) loading, running programs四、Match the following abbreviations with their Chinese meaning. (8x1, 8 points)1. ISP ( N ) A. 文件类型定义2. XML ( I ) B. 反向地址解析协议3. UPS ( G ) C. 数据终端设备4. ULS ( F ) D. 超文本传输协议5. MTP ( K ) E. 通用网关接口6. HTTP ( D ) F. 用户定位服务7. DTE ( C ) G. 不间断电源供应8. CSS ( O ) H. 需求发送9. DTD ( A ) I. 可扩展标记语言10. MMDS ( L ) J. 局域多点分布式系统11. CGI ( E ) K. 邮件传输协议12. LMDS ( J ) L. 多波段多点分布式服务13. RARP ( B ) N. 因特网服务提供者14. DSL ( M ) M. 数字订阅线路15. RTS ( H ) O. 层叠格式表五、Fill in the blanks with the corresponding English abbreviations.(8x1,8 points)1. 局域网_LAN_____2. 通用串行总线__USB____3. 中央处理器_CPU_____4. 随机存储器_RAM_____5. 个人数字助理__PDA____6. 数字化视频光盘__DVD__7. 信息技术___IT_ __8. 磁盘操作系统__DOS__9. 网际协议__IP_ __10. 个人电脑__PC_ __11. 办公自动化_ OA __12. 只读存储器光盘_ CD-ROM __13. 基本输入/输出系统_BIOS _14. 阴极显像管屏幕_ CRT __15. 液晶显示器LCD六、Translate the following expressions into English. (8x1, 8 points)1. 用户名_____user name_2. 清空回收站___empty the Recycle Bin_3. 控制面板____control panel4. 软盘驱动器___floppy disk drive__5. 电子网络_____electronic network6. 二级存储设备___secondary storage device_ __7. 系统装置____ system unit__8. 光盘驱动装置____optical disk drive unit __9. 多媒体界面____ multimedia interface __10. 集成电路____ integrated circuit __11. 存取时间____ access time __12. 模拟计算机____analog computer __13. 成批处理____ batch processing__14. 二进制位binary digit15. 缓冲存储器buffer storage16. 等待时间latency time17. 流程图flow chart18. 闭环系统closed-loop system19. 视频采集卡video capture card20. 因特网服务器Internet server七、Translate the following expressions into Chinese. (8x1, 8 points)1. alphanumeric display 字母数字显示器2. array processor _ _阵列处理器__3. assembler language ___汇编语言_4. call instruction 呼叫指令5. card punch 卡片穿孔机6. library management 程序库管理7. hardware debugging tool 硬件调试工具8. output parameter 输出参数9. peripheral equipment 外围设备10. signal simulator 信号模拟器11. time sharing system 分时系统12. Simple Network Transfer Protocol 简单网络传输协议13. Call Control Manager 拨号控制管理14. Extensible Markup Language 可扩展标记语言15. perform periodic maintenance 执行定期维护16. monitor the system activities 监测系统活动17. Add and Remove programs 添加和删除程序18. uninstall unneeded programs 卸载不用的程序19. allocate system resources 分配系统资源20. database management system 数据库管理系统八、Decide whether each of the following statements is True or False. If True, please write down T; if False, please write down F. (5x1, 5 points)1. Error recovery does not belong to operating system. (F)2. Many operating systems have similar characteristics. (T)]3. The computer can do nothing without a program. (T)4. System software is also called end-user software. (F)5. One of the functions of an operating system is managing the computer'sresources. (T)6. The heart of any computer system is the central processing unit (CPU). (T)7. When you send an e-mail you should provide the sender's e-mail address.(T)8. There are different operating systems available for PCs, but the mostcommon is UNIX. (F)九、Match the English words with their definitions. (9x1, 9 points)( C ) 1. desktop case( A ) 2. laptop( D ) 3. tower case( B ) 4. palmtop( F ) 5. chip( H ) 6. motherboard( I ) 7. ROM( G ) 8. RAM( J ) 9. scanner( E ) 10. keyboard( O ) 11. Home page( N ) 12. Network operating system( M ) 13. Embedded operating system( L ) 14. Backup program( K ) 15. File compressionA. computers that are portable and can use batteriesB. computers that are small enough to be held in the user‟s handC. a case which sits under the computer screen on a deskD. a case which stands vertically next to the screen or on the floorE. a set of keys, as on a computer terminalF. a flat plastic sheet, holding the CPUG. where data can be lost if the power is switched offH. the …brain‟ of the computerI. a permanent part of the memory which cannot be changedJ. used to transfer an image into the computerK. Program that reduces the size of files for efficient storageL. Program that makes copies of files to be used if originals are lost and damagedM. Operating systems completely stored within ROM memoryN. Operating system used to control and coordinate computers that are linked togetherO. Opening page of a Web site。
计算机专业英语试题及答案
![计算机专业英语试题及答案](https://img.taocdn.com/s3/m/cb9cf2f0fc0a79563c1ec5da50e2524de518d0fb.png)
计算机专业英语试题及答案1. 选择题1. Which of the following is not a programming language?a) Javab) HTMLc) Pythond) CSS答案: b) HTML2. Which protocol is used for sending and receiving email?a) HTTPSb) FTPc) SMTPd) DNS答案: c) SMTP3. What does the acronym CPU stand for?a) Central Processing Unitb) Computer Processing Unitc) Control Processing Unitd) Central Power Unit答案: a) Central Processing Unit4. Which programming language is commonly used for web development?a) C++b) Javac) JavaScriptd) Swift答案: c) JavaScript5. What does HTML stand for?a) Hyperlinks and Text Markup Languageb) Hyper Text Markup Languagec) Home Tool Markup Languaged) Hyper Text Modeling Language答案: b) Hyper Text Markup Language2. 填空题1. The process of converting high-level programming code into machine code is called ___________.答案: compilation2. HTTP stands for ___________ Transfer Protocol.答案: Hyper Text3. The process of testing software by executing it is called ___________.答案: debugging4. Java is an object-_____________ programming language.答案: oriented5. DNS stands for Domain Name ___________.答案: System3. 简答题1. What is the difference between TCP and UDP?答案: TCP (Transmission Control Protocol) is a connection-oriented protocol, which means it establishes a connection between the sender and receiver before transferring data. It ensures that all packets are received in the correct order and provides error checking. UDP (User Datagram Protocol), on the other hand, is a connectionless protocol that does not establish a direct connection before transmitting data. It does not guarantee packet delivery or order but is faster and more efficient for time-sensitive applications.2. What is the purpose of an operating system?答案: An operating system (OS) is a software that manages computer hardware and software resources and provides common services forcomputer programs. Its primary purpose is to enable the user to interact with the computer and provide a platform for running applications. It manages memory, file systems, input/output devices, and multitasking. The OS also handles system security and resource allocation to ensure optimal performance.4. 解答题请参考下文并给出自己的解答。
计算机专业外语试题02和标准答案
![计算机专业外语试题02和标准答案](https://img.taocdn.com/s3/m/91d12c11964bcf84b9d57ba3.png)
计算机专业外语试题02专业姓名班级学号一、单选题(每小题后的四个备选答案中只有一个是正确的,请将你认为正确那个编号填入题后的括号里。
每小题2分,本大题共30分)1.A(n) ( ) file might contain audience handouts,speaker notes,and electronic slides.A. documentB. databaseC. presentationD.worksheet2.The largest network in the world is called the ( )A. InternetB. WWWC.World Wide WebD.Web3.To have an object automatically updated in a destination file when a change is made to the source file,the object must be()A.embeddedB.replacedC.linkedD.amended4.In a relational database,data is organized into()A.fieldsB. columnsC. rowsD. tables5.()is a Windows program that locates and eliminates unnecessaryfragments and rearranges files and unused disk space to optimize operations.A. disk defragmenterB. disk cleanupC. Active DesktopD. Resource Locator6.To remove unneeded programs and related files from a hard disk you would use a ().A.trouble-shooting programB.file compression programC.antivirus programD.uninstall program7.Norton System Works is a().A.Web serviceB.troubleshooting programC.utilityD.utility suite8.RAM is a kind of ()storage.A.temporaryB.expansionC.smartD.permanent9.()is a set of hardware and software standards that allows expansionboards and other devices to install themselves.A. System unitB. Plug and PlayC. Industry Standard ArchitectureD.Unicode10.()perform an operation when held down with another key.A. Toggle keysB. MonitorsC.Touch screensbination keys11.ROM is a type of ( )A. semiconductorB. slotC. firmwareD.adapternguage translators convert human language into ( )A. machine languageB. UNIXC. service programD. operating system13.The ( ) operating system is designed to run on Intel and Intel --- compatible microprocessors.A. WindowsB. Mac OSC. unixD.Sherlock14.Web site addresses are also called ( ).A. HTMLB. home pagesC. hyperlinksD.URLs15.The file an object is linked from is called the ( ).A. destination fileB. support fileC. layout fileD. source file二、填空题,要求用英语填空。
程序员-计算机专业英语2
![程序员-计算机专业英语2](https://img.taocdn.com/s3/m/25c5f5fecc22bcd126ff0ca5.png)
程序员-计算机专业英语2(总分:20.00,做题时间:90分钟)一、{{B}}综合知识试题{{/B}}(总题数:19,分数:20.00)1.C++ fully supports ______ programming.(分数:1.00)A.visualB.object-oriented √C.logicD.natural language解析:[解析] C++全面支持面向对象的程序设计。
2.A ______ system placed between the company network and the outside world may limit outside access to the internal network.(分数:1.00)A.firewall √B.modemC.gatewayD.key解析:[解析] 位于公司网络与外界之间的防火墙可以限制外界对内部网络的访问。
3.The Internet is an open system, and most information is available to everyone. It is very important to add ______ to existing system for protecting the secret information.(分数:1.00)A.web pagesB.modemC.security √work解析:[解析] 互联网是一个开放系统,大部分信息可以为每个人所用。
因此,在现有系统中增加安全性以保护秘密信息非常重要。
4.In ______, the only element that can be deleted or removed is the one that was inserted most recently.(分数:1.00)A.a lineB.a queueC.an arrayD.a stack √解析:[解析] 在栈中,只有最近插入的元素才能被删除或取出。
计算机专业英语练习试卷2(题后含答案及解析)
![计算机专业英语练习试卷2(题后含答案及解析)](https://img.taocdn.com/s3/m/d858f5ed5a8102d277a22f19.png)
计算机专业英语练习试卷2(题后含答案及解析) 题型有:1. 选择题选择题(每小题1分,共75分)下列各题A、B、C、D四个选项中,只有一个选项是正确的,请将此选项涂写在答题卡相应位置上,答在试卷上不得分。
1.______ is a clickable string or graphic that points to another Web page or document.A.LinkB.AnchorC.BrowserD.Hyperlink正确答案:D解析:译文的含义是:( )是指可连接到另一个Web页面或文档的可点击的字符串或图片。
各选项的意思分别是:链接、锚记、浏览器、超链接。
所以本题应该选择D。
知识模块:计算机专业英语2.One solution to major security problems is ______, which are frequently installed to fix known security holes.A.patchesB.compensationsC.complementsD.additions正确答案:A解析:译文的含义是:( )是解决主要安全问题的一种方法,它通常被安装来解决已知的安全漏洞。
A、B、C、D各选项的意思分别是:补丁、补偿物、补充、插件。
所以本题应该选择A。
知识模块:计算机专业英语3.A programmer must know about a function’s ______ to call it correctly.A.locationB.algorithmC.InterfaceD.statements正确答案:D解析:译文的含义是:程序员需要知道函数的( )才能正确调用该函数。
A、B、C、D各选项的意思分别是:位置、算法、接口、声明。
要正确地调用一个函数,必须知道它的声明,故本题应该选择D。
知识模块:计算机专业英语4.On a ______ memory system, the logical memory space available to the program is totally independent of the physical memory space.A.cacheB.virtualC.RAMD.ROM正确答案:B解析:译文的含义是:在( )存储系统中,程序的逻辑存储空间完全独立于物理的存储空间。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
湖北职业技术学院2007-2008学年度第一学期期末考核试卷 考核课程: 《计算机专业英语》 考试类型: 理论 考试方式: 闭卷笔试 学生所在院系: 计科系 年 级: 2006级 试 卷: 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 leftcolumn with those similar in meaning in the right)(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. 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. Choosethe most appropriate one (从下面给出的四个选项中选择最恰当的答案)(30 %)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. Today, _________ can give you a music synthesizer, a fax machine, aCD-ROM drive, ect.A. input devicesB. expansion cardsC. output deviceD. joystick*3. The control unit fetches _________ from memory and decodes them.A. dataB. informationC. resultsD. instructions*4. When power is removed, information in the semiconductor memory is________ .A. reliableB. lostC. manipulatedD. remain*5. Please find the item that is not belong to the DBA _________ . ( )A. storage structure and access method definitionB. schema definitionC. integrity constrain specificationD. DDL6. _________ is designed to manage large bodies of information.A. a file systemB. a transactionC. a database systemD. a database language7. 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. _______ program also has potential benefits in parallel processing.A. MachineB. AssemblyC. Object-orientedD. Process-oriented10. 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. Electronic bulletin boards are _________ communication platforms.A. one-to-manyB. one-to-oneC. many-to-manyD. all above14. Followings are some image data file formats, which is wrong? _______A.*.TIFB. *.DOCC. *.BMPD. *.GIFC. 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.A. multimediaB. textC. musicD. picture五. To identify the following to be True or False accordingto computer knowledge( 根据计算机知识判别是非题)(10%)1. Registers in the control unit are used to keep track of the overall status ofthe 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 givenbelow, and change the form where necessary (从下面所列词语中选择合适的词语, 以其适当的形式填空)(10%)high-level language assembly language writtenmachine language notationA programming language, designed to facilitate the communication betweenhuman 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 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. ( )命题教师游彦教研室主任签字【第页共页】湖北职业技术学院2007-2008学年度第一学期期末考核试卷参考答案及评分标准考核课程:计算机英语考试类型:理论考试方式:闭卷笔试学生所在院系:计科系年级: 2006 试卷: A执笔人:要求:明确标注每小题或每步骤得分点一. Give out the full names for the following abbreviations(写出下列缩写词的全称)(15%)( 本题共15分, 每小题1.5分)ROM: Read Only MemoryCPU: Central Processing UnitBIOS: Basic Input/Output UnitIT: Information TechnologyWWW: World Wide WebHTML: Hypertext Markup LanguagePCI: Peripheral Component InterconnectHR: Human ResourceGUI: Graphical User InterfaceMHz: 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 )三. Translate the following phrases into English(将下列短语翻译成英语)(10%)( 本题共10分, 每小题2分)1. the system board2. Arithmetic logical operations3. machine code4. Help menu5. graphics technology四. For each of the following blanks, four choices are given. Choose the most appropriate one (从下面给出的四个选项中选择最恰当的答案)(30 %)( 本题共30分, 每小题2分)1. C2. B3. D4. B5. D6. C7. A8. B9. C 10. C 11. C 12. A13. 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. SoftwareB. HardwareC. HardshipD. Instruction2、primary memory which is stored on chips located _a___.A. on the motherboardB. outsideC. inside the processorD. on the CPUThe display screen is the most common _c___ device used to show you what the computer is doing.A. inputB. printingC. outputD. electronicWindows gives you more control over the __a__ you work.A. operationB. wayC. energyD. powerPlease find the item that is not belong to the DBA ____d_____ .A. storage structure and access method definitionB. schema definitionC. integrity constrain specificationD. DDL(数据定义语言)The most important program on any computer is a____.A. Operating SystemB. VirusC. softwareD. O教研室主任签字【第7 页共7 页】。