习题参考答案-《计算机专业英语(第
计算机专业英语教程(第四版)习题答案

计算机专业英语教程(第四版)习题答案计算机专业英语教程(第四版)习题答案计算机专业英语(第四版)课后习题答案Unit 1 [Ex 1] Fb5E2RGbCAP [Ex 2] 1. input, storage, processing, and output 2. power; speed; 1. F 2. T 3. T 4. F 5. T 6. T 7. T 8. T 9. T 10.memoryp1EanqFDPw 3. central processing unit memoryDXDiTa9E3d 5. keyboard; [Ex 3] B. A. central processing unit; 1. F 2. D 2. monitor 3. G 4. C 5. B main memory; 6. A 7. E monitorRTCrpUDGiT 8. H5PCzVD7HxA 4. internal; primary;1. user3. data4. keyboard5. data processingjLBHrnAILg6. information [Ex 4] instructions7. computer8. memory 3. manipulates 4.1. input device2. screen, screen 5. retrievexHAQX74J0X 8. Function6. code7. hard copy[Ex. 5] 新处理器开始IT 技术的新时代New Processors Open New Era of IT Technologies Last week, Intel introduced to the public in Russia and other CIS countries a family of processors Intel Xeon E5-2600. They are more powerful and reliable and, importantly, are very economical in terms of energy consumption. Their1 / 30presence opens a new era in the field of IT technologies and means that the cloud technology is getting closer.LDAYtRyKfEThese processors are primarily designed for servers, data centers (DPC) and supercomputers. The emergence of this class of devices is not accidental. According to the regional director of Intel in Russia and other CIS states Dmitri Konash who spoke at the event, the market of IT-technology is developing so rapidly that, according to forecasts, by 2015 there will be 15 billion devices connected to the Internet, and over 3 billion of active users.Zzz6ZB2Ltk 上周,英特尔公司向俄罗斯和其它独联体国家的公众推出了英特尔Xeon E5-2600 系列处理器,它们更加强大可靠,尤其是在能量消耗方面更加经济实惠。
计算机英语课后参考答案

版本:冶金工业出版社Keys to Exercises and Examinations第1单元Text11.(1)B(2)A(3)A(4)A(5)A(6)B(7)D(8)A(9)C(10)C2.(1)registering,predicting(2)Logs(3)boolean logic(4)graphical interface(5)integrated circuit3.(1)战争期间,冯·诺依曼在流体力学、弹道学、气象学、博弈论以及统计学等方面的专业性的意见,被很好地运用在了一些工程中。
(2)战后的冯·诺伊曼在高等研究中心专注于计算机和它的拷贝的发展。
4.(1)It was a massive steam-powered mechanical calculator designed to print astronomical tables.(2)John Louis von Neumann’s famous stored program concept says that the program is stored as data in the computer’s memory and the computer is able to manipulate it as data—for example,to load it from disk,store it back on disk, and move it in memory.This concept became a fundamental of modern computing.Text21.(1)A(2)B(3)B(4)B(5)D(6)C(7)B(8)A(9)A(10)C2.(1)parallel-operation(2)capacity(3)peripherals(4)sophisticated(5)microprocessors3.它们(液晶显示器)不像CRT显示那样,需要考虑几何学的、收敛的或是焦点问题,而且它们的清晰度使得人们可以在更小的屏幕上看到更高的分辨率。
《计算机专业英语》答案

《计算机专业英语》参考答案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当使用计算机的时候,你必须知道与它“交流”。
计算机专业英语第五版课后答案

计算机专业英语第五版课后答案1、I think you should buy this novel. It is really worth _____. [单选题] *A. reading(正确答案)B. being readC. readD. to read2、Generally speaking, it is _______ to ask a woman’s age in western countries. [单选题] *A. possibleB. importantC. not polite(正确答案)D. polite3、—Where are you going, Tom? —To Bill's workshop. The engine of my car needs _____. [单选题] *A. repairing(正确答案)B. repairedC. repairD. to repair4、30.I want to find ______ and make much money. [单选题] *A.worksB.jobC.a job(正确答案)D.a work5、( ) Do you have any difficulty _____ these flowers?I’d like to help you if you need.[单选题] *A in planting(正确答案)B for plantingC with plantingD to plant6、Where have you _______ these days? [单选题] *A. been(正确答案)B. beC. isD. are7、Everyone here is _______ to me. [单选题] *A. happyB. wellC. kind(正确答案)D. glad8、( ) _____ New York _____ London have traffic problems. [单选题] *A. All…andB. Neither….norC. Both…and(正确答案)D. Either…or9、4.—Let's fly a kite when you are ________ at the weekend.—Good idea. [单选题] * A.warmB.kindC.smallD.free(正确答案)10、Don't tell me the answer, I'll work out the problem _____. [单选题] *A .by meB. myself(正确答案)C. meD. mine11、—When are you going to Hainan Island for a holiday? —______ the morning of 1st May.()[单选题] *A. InB. AtC. On(正确答案)D. For12、--What are you going to be in the future?--I want to be _______ actor. [单选题] *A. aB. an(正确答案)C. theD. /13、I _______ the job because I couldn’t stand(忍受) the rules. [单选题] *A. gave inB. gave outC. gave backD. gave up(正确答案)14、Will you be able to finish your homework _______? [单选题] *A. by the timeB. in time(正确答案)C. once upon a timeD. out of time15、_______ a busy afternoon! [单选题] *A. HowB. What(正确答案)C. WhichD. Wish16、He often comes to work early and he is _______ late for work. [单选题] *A. usuallyB. never(正确答案)C. oftenD. sometimes17、Leave your key with a neighbor ___ you lock yourself out one day [单选题] *A. ever sinceB. even ifC. soon afterD. in case(正确答案)18、I gave John a present but he gave me nothing_____. [单选题] *A.in advanceB.in vainC.in return(正确答案)D.in turn19、41.My father is a headmaster and he is _____ charge _____ a primary school. [单选题] *A./, ofB./, withC.in, of (正确答案)D.in, with20、82.—Is there a bookshop near here?—Yes. Walk ________ the road for five minutes and you'll see one near a big tree. [单选题] *A.toB.along(正确答案)C.ofD.about21、Marie is a _______ girl.She always smiles and says hello to others. [单选题] *A. shyB. friendly(正确答案)C. healthyD. crazy22、_______ songs is my favorite. [单选题] *A. To Singing EnglishB. Singing English(正确答案)C. Singings EnglishD. Sing English23、Don’t play games on the computer all day. It’s ______ for your eyes. [单选题] *A. bad(正确答案)B. usefulC. helpfulD. thankful24、63.There will be? ? ? ? ??? water on the road after the heavy rain. [单选题] * A.too much(正确答案)B.much tooC.too manyD.many too25、John will go home as soon as he _______ his work. [单选题] *A. finishB. will finishC. finishedD. finishes(正确答案)26、You must pay more attention to your pronunciation. [单选题] *A. 词汇B. 拼写C. 发音(正确答案)D. 语法27、Something must be wrong with the girl’s _______. She can’t hear clearly. [单选题] *A. ears(正确答案)C. armsD. eyes28、1.I saw ________ action film with my friend yesterday, and ________ film was amazing. [单选题] *A.a...aB.a...theC.an...the(正确答案)D.an...a29、The soldiers were_____of running away when the enemy attacked. [单选题] *A.chargedB.accused(正确答案)C.scoldedD.estimated30、( ) It ___ the Chinese people 8 years to build the Dam. [单选题] *A. took(正确答案)B. costsC. paid。
计算机专业英语全部答案(第三版)

计算机专业英语全部答案(第三版)Unit1EX11 F2 T3 T4 F5 T6 F7 T 8 T 9 T 10FEX2Input hardware, storage hardware, processing hardware, output hardware power, speed, memorycentral processing unitinternal, primary, memorykeyboard, central processing unit, main memory, monitorEX3 PARTA1 F2 D3 G4 C5 B6 A7 E 8 HEX3 PART B1 F2 E3 G4 B5 A6 C7D 8 HEX41 input device2 screen3 manipulates4 instructions5 retrieve6 codes7 hardcopy8 functionEX51 T2 T3 F4 F5 T6 F7 T 8 TUNIT2EX11 T2 F3 T4 F5 T6 F7 T 8 FEX21 sizes, shapes, processing capabilities2 supercomputers, mainframe computers, minicomputers, microcomputers3 mainframe computer4 microcomputer, storage locations5 portables, laptop computers, desktop workstations6 semiconductor7 CPU, memory, storage, devices, processing, users8 microprocessor chipEX3 PARTA1 C2 A3 H4 I5 E6 F7 G 8 JEX3 PARTB1 capacity2 device3 laptop computer4 Portable computers5 Silicon6 semiconductor7 workstation8 Voltage, voltage9 RAM10ROMEX41 portable2 access3 main memory4 sophisticated programs5 processing capabilities6 instructions7 computation8 computer professionalEX51 T2 T3 F4 F5 F6 T7 F 8 T 9 T 10T11F 12T 13 T 14 TUNIT3EX11 T2 F3 T4 T5 T6 T7 F 8 F 9 T 10 F11T 12F 13F 14TEX21 microprocessor2 bus3 register 4control unit5 processor6 binary7 arithmetic, logic 8 milliseconds, microseconds9 instruction 10execution 11megahertz 12wordsize EX3 PARTA1 F2 A3 J4 C5 D6 E7 H 8 I 9 B 10GEX3 PARTB1 Storage 2chip3 buses4 ALU5 register 6control unit7 machine language 8 binary system 9 bits 10computer programEX41 configuration2 decodes3 data bus4 characters5 converts6 synchronize7 circuitry8 internal clockEX51 T2 F3 F4 T5 F6 F7 T 8 T 9 F 10 FUNIT4EX11 F2 T3 T4 F5 F6 T7 F 8 T 9 T 10 F11T 12T 13F 14F 15T 16F17T 18F 19T 20F21T 22FEX2memoryRAMdiskettes, diskschipsparityexpanded, extendedmonochromecacheROMupdatedEX3 PART A1 B2 E3 C4 J5 I6 H 7A 8 F 9 G 10DEX3 PART Bsecondary storagebufferaccesscodedisketteslotterminalsmotherboardbytescreenEX4desktopsoftwareanimationtransferredsophisticatedcompatiblecacheupgradeEX51 T2 F3 F4 T5 T6 T7 T8 F9 T 10 F11T 12F 13F 14T 15T 16F17F 18F 19F 20T21T 22TUnit 5Ex1:1 T2 T3 F4 T5 F6 F7 F 8 T 9 T 10 T11F 12T 13F 14F 15T 16T17F 18T 19F 20F21T 22T 23TEX2mail, courierhub, starlocal area networkpacketsEthernetkilobits per second, megabits per second, gigabits per second circuit switchingreassembledinternet protocol, transmission control protocol datagramsframesbinary, decimalEX3 part A1 C2 E3 B4 F5 A6 D7 H 8 GEX3 part Bhubzippeddecimalframebinary numberinternetpacketbandwidthEX4forwardedreassembledare encapsulatedcableburstysubmitare retransmittedprotocolEX5IP addressnotationdotted-decimalcomputer networkbackgroundsharedgeographicprivacyExercise to the Passage for ReadingEX6有意为维修技师使用所留被弃的、丢失的或损坏了的数据都进了数据桶。
《计算机专业英语》习题参考答案

《计算机专业英语》习题参考答案Lesson 1I.1. Operating System2. Fetch-evaluate-execute3. Front-side bus4. Dual-core processor5. Basic Input/Output System(BIOS)II.1. 指令是特定各式的二进制数列,它们对于每台机器都是唯一的。
2. CPU是中央处理单元的简称,每个字母分开发音。
3. 大多数计算在中央处理器中进行。
4. 双核是指一个处理器上有两个完整运算内核的CPU。
5. 处理器:是微处理器或CPU的缩写。
6. 集成电路:即芯片,是由半导体材料制成的一种电子设备。
III.1. F2. T3. TIV.1.ALU, CU, Register2.memory3.processor4.the CPULesson 2I.1.Static Random Access Memory(SRAM)2.Dynamic Random Access Memory(DRAM)3.Virtual Memory4.Physical Memory5.Level 1 Cache6.Level 2 Cache7.HDD access speedII.1.动态随机存储器之所以称为“动态”是因为它每秒钟被刷新数千次。
2.RAM:是计算机中存储操作系统、应用程序和当前正是用数据的地方。
3.ROM由计算机中一小块长寿命电池供电。
4.RAM缓存是由高速静态随机存储器构成的存储器。
III.1. F2. F3. F4. TIV.1. non-volatile2. compiler3. volatile4. DRAMLesson 3I.1. Motherboard2. PC Case3. Hard Disk Drive(HDD)4. Optical mouse5. RAM6. Mobile DiskII.1.PC是有很多组件构成的一个系统。
计算机英语课后练习参考答案

《计算机英语(第4版)》课后练习参考答案(总40页)--本页仅作为文档封面,使用时请直接删除即可----内页可以根据需求调整合适字体及大小--《计算机英语(第4版)》练习参考答案Unit One: Computer and Computer ScienceUnit One/Section AI.Fill in the blanks with the information given in the text:1. Charles Babbage; Augusta Ada Byron2. input; output3. VLSI4. workstations; mainframes5. vacuum; transistors6. instructions; software7. digit; eight; byte8. microminiaturization; chipII.Translate the following terms or phrases from English into Chinese and vice versa:1. artificial intelligence 人工智能2. paper-tape reader 纸带阅读器3. optical computer 光计算机4. neural network 神经网络5. instruction set 指令集6. parallel processing 并行处理7. difference engine 差分机8. versatile logical element 通用逻辑元件9. silicon substrate 硅衬底10. vacuum tube 真空管11. 数据的存储与处理 the storage and handling of data12. 超大规模集成电路 very large-scale integrated circuit13. 中央处理器 central processing unit214. 个人计算机 personal computer15. 模拟计算机 analogue computer16. 数字计算机 digital computer17. 通用计算机 general-purpose computer18. 处理器芯片 processor chip19. 操作指令 operating instructions20. 输入设备 input deviceIII.Fill in each of the blanks with one of the words given in the following list, making changes if necessary:We can define a computer as a device that accepts input, processes data, stores data, and produces output. According to the mode ofprocessing, computers are either analog or digital. They can also beclassified as mainframes, minicomputers, workstations, or microcomputers.All else (for example, the age of the machine) being equal, thiscategorization pro vides some indication of the computer’s speed, size, cost, and abilities.Ever since the advent of computers, there have been constant changes.First-generation computers of historic significance, such as UNIVAC (通用自动计算机), introduced in the early 1950s, were based on vacuum tubes.Second-generation computers, appearing in the early 1960s, were those in which transistors replaced vacuum tubes. In third-generation computers,dating from the 1960s, integrated circuits replaced transistors. In fourth-generation computers such as microcomputers, which first appeared in the mid-1970s, large-scale integration enabled thousands of circuits to beincorporated on one chip. Fifth-generation computers are expected tocombine very-large-scale integration with sophisticated approaches tocomputing, including artificial intelligence and true distributed processing.IV. Translate the following passage from English into Chinese:计算机将变得更加先进,也将变得更加容易使用。
计算机专业英语课后答案(清华大学出版社第二版)

第一章Computer system overview(操作系统概述)I. Pre-reading Questions1.What is a digital computer?The digital computer is a digital system that performs various computational tasks. The word “digital”implies that theinformation in the computer is represented by variables that take a limited number of discrete values. These values are processed internally by components that can maintain a limited number of discrete states. Digital computer is also called electronic computer or computer.2.Are there any differences between the binary number system and the common decimal number system?The decimal digits has ten digits: 0,1,2,,, and 9. The binary number system has two digits: 0 and 1. The binary numbers use a base 2. The decimal digits use a base 10.3.How many types of computers do you know? Name at least four of them. Computers are usually classified into four broad categories: microcomputers, minicomputers, mainframe computers and supercomputers.II Fill in the following blanks.1.Application software is designed to accomplish real-world tasks in fields.2. An 8-bit signed integer can have any value between -128 and 1273. System software controls the computer and enables it to run the hardware and applications software.4. A computer system consists of hardware system and software system .5. List four types of computers: microcomputers, minicomputers , mainframe computers,and s upercomputers .III True or False.1. The software system is the physical equipment that you can see and touch. 1.F2. Typically, a data value is set to zero to represent FALSE and 1 value forTRUE. 2.F3. In the earliest general-purpose computer, most input and output media were magnetic disks. 3. F4.T4. Supercomputers are largest, fastest, and most expensive computer available.5. A computer system consists of hardware system and software system. 5. T IV Matching terms.1、(b) CPUThe processing unit is at the heart of a computer.2、(c) bit A unit of information conveyed by a single binary digit.3、(a) integrated circuit (IC)A complete electronic circuit that packages transistors and other electronic components on a small silicon chip.4、(d) ASCII A system for encoding characters as binary digits.V Translating Terms.(1) coding techniques 编码技术(2) application software 应用软件(3) floating point data 浮点数据(4) timesharing 分时,分时技术(5) storage capacities 存储容量VI Choose the best one of the four answers given to fill in each blank.This chapter introduces digital computer, data types, the evolution of computers, and types of computers. 1 is known to all, it’s hard to find a field in 2 computers are not being used. Digital computer, also called electronic computer or computer, is a digital system that 3 various computational tasks. Digital computers use the 4 number system, which has two digits: 0 and 1.By usingvarious coding 5 , groups of bits can be made to represent not only binary numbers 6 other discrete symbols, such as decimal digits or letters of the alphabet. A computer system consists of hardware system and software system. Programs tell the hardware what to do. 7 software is designed to accomplishreal-world tasks in fields such as accounting, entertainment, and engineering. Computers are usually 8 into four broad categories: microcomputers, minicomputers, mainframe computers, and supercomputers. It’s hard to give a 9 definition to each type because computer speeds and storage 10 change rapidly.1. A. As B. It C. As it D. That2. A. what B. which C. where D. when3. A. performs B. carries C. makes D. integrates4. A. decimal B. binary C. Arabian D. American5. A. technique B. Technology C. techniques D. technologies6. A. instead of B. rather than C. but also D. as well7. A. Application B. System C. Word D. Excel8. A. put B. made C. conducted D. classified9. A. precious B. progress C. proceeding D. precise10. A. capacities B. capable C. capabilities D. capacity1.A2. B3. A4. B5. C6. C7. A8. D9. D 1 0.CVII. Translate the following into English.1.By using various coding techniques, groups of bits can be made to represent not only binary numbers but also other discrete symbols.通过应用各种编码技术。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
1.Oral practice.
Work in pairs and talk about what you have done for exercise. Omitted.
2.Fill in the blanks with proper forms of words and phrases given.
(1)favorite
(2)are good for
(3)have prepared for
(4)will compete
(5)did well in
3.Drill three: Choose the best answer from the given choices.
(1)B
(2)B
(3)C
(4)A
(5)B
习题册答案(Keys to the exercise book)
Part One: Vocabulary 词汇
用所给的词或短语的正确形式填空。
Part A
1.honor
2.good for
3.Jogging
4.spend
5.except
Part B
1.settings
2.Related
3.document
4.folder
5.menus
Part Two: Grammar & Function 语法与功能1.在右列中找出可与左列对应的句子。
(1)E
(2)D
(3)B
(4)C
(5)A
2.从A、B、C、D选项中选择正确答案。
(1)A
(2)A
(3)C
(4)A
(5)C
(6)A
(7)A
(8)A
(9)B
(10)C
Part Three: Translation 翻译
1.将下列短语翻译成英文。
(1)jogging in the playground every day
(2)favorite singer
(3)to join a sports meet
(4)over 60 percent of market
(5)all kinds of versions
(6)by far
2.将下列句子翻译成中文。
(1)足球是你最喜爱的运动吗?
(2)夺冠固然光荣,但从运动中获得快乐更有价值。
(3)GUI是图形用户界面的缩写。
(4)桌面显示Windows里所有的工作。
(5)人们可以通过使用鼠标轻易地拖曳一个窗口并改变它的大小和位置。
Part Four: Reading 阅读
1.阅读文章并选择适合题目的最佳答案。
(1)B
(2)C
(3)B
(4)A
(5)D
2.阅读下面短文并判断短文后句子的正误。
(1)T
(2)T
(3)F
(4)F
(5)F
Part Five: Writing 写作
写一段100字以内的短文,介绍你自己,内容包括:
1.自己的姓名、年龄、xx;
2.自己的爱好;
3.最近几年的经历以及未来两年的打算。
Omitted.。