计算机英语专业外语第三版UNIT 7
计算机专业英语 -第7章1
Input and Output
Introduction
Do you ever wonder how information gets into your computer and comes out in a form you can use? Input devices convert what we understand into what the system unit can process. Output devices convert what the system unit has processed into a form that we can understand. Input and output devices are the focus of this chapter.
bar code scanner : (187)Contains photoelectric cells that scan or read bar codes. (See also bar code reader). cathodecathode-ray tube (CRT) monitor : (193)The most common type of monitor that are typically placed directly on the system unit or on the desktop. clarity : (192)The quality and sharpness of the displayed images..
Page 186
activeactive-matrix monitor (193) A type of flatflat-panel monitor where each pixel is independently activated. (See also thin film transistor (TFT) monitor)有源矩阵显 monitor)有源矩阵显 示器 bar code (187)The vertical zebra-striped zebramarks printed on product containers. bar code reader (187)Contains photoelectric cells that scan or read bar codes. (See also bar code scanner)
计算机专业英语及翻译Unit 7
Unit 7 The Fundamentals of ComputerSoftwareText 1 Data StructureA data structure is a data type. Its values are composed of component elements that are related by some structure.Since a data structure is a data type, it has a set of operations on its values. In addition, there may be operations that act on its component elements. The operations of a structured data type might not only act on the values of the data type, they might also act on component elements of the data structure.The data type’s arrays and record s are native to many programming languages. By using the pointer data type and dynamic memory allocation, many programming languages also provide the facilities for constructing linked structures. The first two higher-level abstract data types are stacks and queues. They are extremely important to computing.A stack is a data type. Its major attributes are the way the insertion and deletion of its elements. The only element that can be deleted or removed is the one that was inserted most recently. Such a structure is said to have a last-in/first-out (LIFO) behavior.Queues are familiar to us. The line of people waiting for service at a bank is an example of queues. The main feature of queues is that they follow a first-come/first-served rule. In queues, the earliest element inserted is the first served. In social settings, the rule appeals to our sense of equality and fairness.There are many applications of the first-in/first-out (FIFO) protocol of queues in computing. For example, the line of I/O requests waiting for access to a disk drive might be a queue. The line of computing jobs waiting to be run on a computer system might also be a queue.参考译文数据结构数据结构是一种数据类型,其值是由通过某种结构相互关联的组成元素所构成的。
计算机专业英语教程7
一个完整的系统(如图4-1所示)是这样工作的:为了把一条 新的数据压入堆栈,我们首先调整堆栈指针,使之指向当前 栈顶之前的空白。然后将新的条目置于此处。为了将条目从 堆栈中弹出,我们首先读出堆栈指针所指向的数据,然后调 整此指针指向堆栈中的下一条数据所在的存储单元。
4.2 Stacks
As we observed in the case of lists, a programmer would probably find it advantageous to write procedures that perform these push and pop operations so that the stack could be used as an abstract tool. Note that these procedures should handle such special cases as attempts to pop entries from an empty stack and to push entries onto a full stack. In particular, a complete stack system would probably contain procedures for pushing entries, popping entries, testing for an empty stack, and testing for a full stack.
机械工业出版社第三版 计算机专业英语课后习题答案
Unit 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 unit14.个人计算机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 of processing,computers are either analog or digital.They can also be classified as mainframes,minicomputers,workstations,or microcomputers.All else(for example,the age of the machine)being equal,this categorization provides some indication of the computer’s speed,size,cost,and abilities.Ever since the advent of computers,there have been constant changes.First-generationcomputers of historic significance,such as UNIVAC(通用自动计算机),introduced intheearly 1950s,were based on vacuum tubes.Second-generation computers,appearing in theearly 1960s,were those in which transistors replaced vacuum tubes.In third-generationcomputers,dating from the 1960s,integrated circuits replaced transistors.In fourth-generationcomputers such as microcomputers,which first appeared in the mid-1970s,large-scaleintegration enabled thousands of circuits to be incorporated on one chip.Fifth-generationcomputers are expected to combine very-large-scale integration with sophisticated approachesto computing,including artificial intelligence and true distributed processing.IV.Translate the following passage from English into Chinese:计算机将变得更加先进,也将变得更加容易使用。
第三版大学英语第三册PPT U7
Before Reading
Global Reading
Detailed Reading
After Reading
1. What does ―Conelrad‖ stand for? It stands for Control of Electromagnetic Radiation. 2. Is Conelrad system still in use? No, it has been abandoned.
Before Reading
Global Reading
Detailed Reading
After Reading
Background Information 1. Civil Defense
Before Reading
Global Reading
Detailed Reading
After Reading
Before Reading
Global Reading
Detailed Reading
After Reading
2. The Conelrad Directions: Read the following paragraph and answer the questions. Standing for Control of Electromagnetic Radiation, Conelrad was a system formerly used for broadcasting instructions over radio stations by shifting frequencies or going on and off the air irregularly in order to keep enemy aircraft or guide missiles from utilizing the beams of the station for navigation. Under the Conelrad system, all stations were to broadcast at 640 or 1240 kHz (Kilohertz), each station transmitting for only a few seconds and then transferring the broadcast to another station. The Conelrad system was abandoned and replaced by the Emergency Broadcast System (EBS) in August 1963 when it was decided that modern navigational aids would allow an enemy to find his target even without the use of a radio system.
计算机专业英语全部答案(第三版)
计算机专业英语全部答案(第三版)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有意为维修技师使用所留被弃的、丢失的或损坏了的数据都进了数据桶。
新编英语教程第三版梅德明Book 3第七单元知识点LANGUAGE POINTS, Unit 7, B3
Unit 7Text IWriting SkillsIt is a magazine editorial. The writer gives us a serious account of a single incident --- the death of Paret.Questions on Text I1. What is the text about?2. When did the writer interview Mike Jacobs/3. Why did he say he was a fledging newspaper reporter?4. What was the writer's work range?5. What was he assigned to do during vacation season?6. Why did the writer mention his interview with Mike Jacobs?7. Was the writer's opinion similar to Jacobs'?8. What was the only important element (factor) in promoting prize-fights?9. Were people interested in watching boxing artists' performances?10. Were many seats empty when boxing artists were hired?11. Were people interested in watching killers' hurting each other?12. What did the crowd pay to do?13. What happened to Benney Paret recently?14. Did many people see the scene on which Paret was killed?15. What did the Paret fight result in?16. Was Governor Rockefeller surprised at what had happened to Paret?17. Did the Governor set up a committee to investigate the matter?18. How many questions did the organization of investigation put forward?19. Who did they think should bear the responsibility?20. Did the writer and Jacobs think the blame should be put on the referee, the doctorand Paret's manager?21. Who should really take the blame for Partet's death?22. Why did the writer go into details to describe the human brain?23. Which moment did the crowd consider to be the supreme moment?24. Was the write for or against the prevailing mores about boxing?25. What caused Parat to die?Language Points1.fledgling / fledgling①fledgling/fledgling n. --- a young bird just able to fly;(fig) a young inexperienced personeg: Are you fledglings now?He is a fledgling teacher②fledged (adj.) (of birds) with fully grown feathers; able to flyeg: The birds are fledged now.a fully-fledged man2. beat n. --- the particular source or activity that a reporter is responsible forcovering (范围) [只限用在新闻工作范围]often: 'Beat' is also called news beat or news run.eg: My beat is education. (I am responsible for education news.)His beat is White House.My responsibility is White House beat.The news reporter is on the social security beat.Par: Li Wei Tsien is responsible for sports news. (Li Wei Tsien is on sports beat.) He is responsible for science news. (He is on science beat.)My brother is responsible for traffic news. (My brother is on traffic beat./My brother's beat is traffic.)3.assignment①assign (v.)vt. a) give to sb. for use or enjoyment, or as a share or part in a distribution (of work, duty, etc.) 分配, 分派(工作任务等给某人)assign sth to sb./ assign sb. stheg: The leader will assign a new house to him.They have assigned another class to John.We'll be assigned a new house.assign sb to + stheg: We'll assign him to a new post.A new headmaster will be assigned to this school.Please assign your best men to this job.Par:We'll give him a new duty.He will receive the guard duty.The school will send him to XingJiang.assign sb to do stheg: The headmaster assigned the students to sweep the floor.The editor assigned the new reporter to cover international news.b) name, put forward (as a time, place, a reason etc.)指定(时间,地点等), 指出(理由)assign (a time/place) for...eg: We assigned a day in July for the performance.We assigned a day for our League meeting.We Can not assign ant reason for his failure. (说出...的理由)The doctor can't assign any cause for her illness.c) give the students as homework etc. 留作eg: The teacher will assign 10 pages for homework.The teacher assigned the next ten questions for Sunday.②assignment (n.)a) [u] --- assigning 分派eg: His assignment to a new post is not official.He is not happy about the assignment to a place of danger.b) [u] [c] homeworkeg: What's today's assignment?We have a lot of assignments for today.Our assignment today is to copy the text.c) [c] [u] duty, task 服务, 任务eg: He held the condign assign for two years.I'll soon leave for an assignment in India.The ambassador's next assignment will be in India.be on an assignmenteg: Now he is on an important assignment.(several assignments)4.all the way①from a far away place 从远道eg: He came all the way from Canada. (从...远道而来)②from beginning to endeg: He stayed in the game all the way. (从未被淘汰)③ranging from... (从...到...)eg: All the cadres must take part in the work, all the way from the grass-roots to the highest leading cadres (从机关到高级机关)④all the journey 一路上eg: They walked all the way to come here.5.bland① bland (adj.) --- gentle or polite in manner or talk. 行动和谈话温文有礼地eg: He is a bland young man.②blandness (n.)6. colossus (n.) --- a person or thing of very great size, or ability or importance巨人, 巨物,巨像pl. colossi OR colossuses.7. so/as far as ... (be concerned...) 就...来说, 就...而论(通常表示不赞同时用)--- in sb's opinioneg: As far as I am concerned, the book is not so useful.Par:In his opinion, the earlier, the be Her.In my opinion, It is impossible to do it.In our opinion, he will not do so.where...is concerned 在讲到...的时候.eg: Where work is concerned, I always do my best.We can never be frightened, where our principles are concerned.8. be adroit (可行的) at doing sth./in sth. --- be skilful/clevereg: She is adroit at making cakes./in maths.9. wind up ---①vt. bring... to an end; 结果vi. come to an end 结束eg: They wound up the evening party by singing a song.Par:It is time for you to put an end to your speech.His military career ended by his rudeness to the commander. (.wound up by.) Let's end this job today.I must end the letter now.The meeting ended at six.②having the result of... in the end 最后陷入...的结局.wind up + n.eg: She wound up the winner.He wound up the present.wind up + V-ingeg: I never dreamed that I would wind up getting so much.wind up + adj.eg: He is sure to wind up drunk.wind up + prep. phraseeg: Be careful, you could wind up by getting hurt.Note. The implied meaning of 'and you wind up counting your empty seats' is:'The end result of hiring boxing artists is that you have few spectators; because boxing fans are not interested in watching boxing artists.10. hit sb. in.../on...eg: He hit me on the forehead/in the face.11. a flurry of --- a gust of; a great deal ofeg: a flurry of excitement/alarm12. appoint①appoint (v.)a) fix or decide 指定; 决定;eg: We will appoint 8 o'clock as the time to begin.They appointed him to collect the books.b) choose and name 指派, 委任appoint sb. + n.eg: They appointed him the manager.appoint sb + to beeg: They appointed him to be the manager.appoint sb to + place/posteg: He was appointed to the position./to Beijing.c) give orders to do sth 命令appoint that ... (should) be doneeg: He appointed that the work should be done.②appointment (n.)a) appointing 约定; 任用; 委派eg: He's appointment runs for 2 years. ((任职)The appointment of Anne as a secretary pleased all her friends.b) arrangement to meet sb 约会make an appointment with sbeg: I have made an appointment with my sister.c) position or office [c]eg: I'll try to get a good appointment in the business firm.13. assess①assess (v.) decide or fix, the amount/value of... 估计; 估计...的数额assess sth at...eg: We assess the value of the property at $20,000.They assessed the damage at $10,000.assess sth 估价eg: It is difficult to assess the importance of the decision.They tried to assess the situation and decide what to do.We are going to assess our teaching condition.②assessment (n.)a) [c]amount assessed [u]assessing 估计; 评估eg: The teachers' assessment of the book is that it is well written.What's your assessment of the situation?b) a person who advises a judge or official committee on some matters 反方向eg: He is working as an assessment.14. responsibility①responsibility (n.) --- being responsible/being accountable/duty 责任, 负责eg: My responsibility is to teach 2 classes.He should bear the responsibility of the accident.lay/put the responsibility on ...②responsible (adj.)be responsible for...eg: I am responsible for 2 classes.He should be responsible for the accident.15. attorney n.①person with legal authority to act for another in business or law 代理人a letter of attorney 委任书power of attorney 委任权②lawyer(U.S.) (=solicitor in England) 律师16. express ones concern (over...) 对...表示关心,关怀eg: Andrew expressed his concern.He expressed his concern over the problem.17. have to do with... --- be related to; concern 与...有关系eg: This match is very important, because it has to do with the winning or losing.The four years' study has to do with my future.have much/something/nothing to do with18. certify①certify (v.) declare (usu. by giving a certificate/ after checking) that one iscertain of sth, that sth is true or correct 证明...无误certify stheg: The bank certified my account.He is trying to certified the woman's qualification.certify sb/sth +adj.eg: The doctor certified him mad.certify that...eg: The minister certified that his trip abroad was necessary.You must certify that that is your signature.②certificate (n.) --- written or printed statement, made by sb in authority that may beused as proof or evidence of sth 证明书eg: a birth/marriage/heath certificatea certificate of graduation③certificated --- having the right or authority to do sth as the result of obtaining a certificate 有证书的; 合格的eg: He is a certificated teacher/doctor/lawyer.④certification (n.)19. adequate①adequate (adj.)a) enougheg: Shall we have adequate fuels in the future?The supply is not adequate to the demand.b) having the quality needed 恰当的; 胜任的; 让人满意的eg: His knowledge is adequate for the job.②adequately (adv.) 充分的; 适当的eg: The people here are adequately dressed.negative. inadequate --- not enougheg: The supply of fuels is inadequate.③adequacy (n.) 胜任eg: I doubt his adequacy for the job.20. recuperate①recuperate (v.) make or become strong again after illness, exhaustion or loss恢复精力; 休养recuperate one's healtheg: He can hardly recuperate his health.He went to the seaside to recuperate.recuperate from...eg: He soon recuperated from illness/overwork.②recuperation (n.) --- recuperating 复原; 休养eg: Recuperation takes a long time.21. intervene①intervene (vi.)a) interfere so as to prevent sth or change the result 干涉; 阻挠; 调停eg: The referee intervened before the players hurt each other.intervene in...eg: The government intervened in the strike.They refused to intervene in the war.We don't want to intervene in other countries' affairs.intervene between ... 从中调停eg: The woman tried to intervene between her husband and her son.Don't intervene between the two drunks.b) (of events) come between others in time (事件)插入(其他事件);在其间发生;过去Par:I'll leave on Sunday if nothing else happens.(intervenes)Years passed between the civil war and the world war.Many years passed before they met again.Nothing interesting has happened.We enjoyed the picnic until a thunderstorm came.②intervention (n.) [u]:intervening [c]:instance of intervening 插入, 介入其间;干涉,调停eg: The strike was settled by the intervention of the president.We hate their intervention in our affairs.The two countries will not accept outside intervention.22. This is not where the primary responsibility lies.Note.It is a nominal clause (名义上的从句), often introduced by 'when' or 'where'eg: This is where we should find the answer.Par:The audience sees a man hurt, this is the most exciting moment.---> The most exciting moment is when the audience sees a man hurt.The referee wants to stop the fight.The audience doesn't want to stop the fight.---> This is where the referee and the audience differ.lie with sb. (responsibility) be laid on... 应由...负责任, (作决定)得靠...eg: The responsibility lies with the driver.The decision lies with the leaders.The success of our plan lies with you.lie in sth 在于…eg: He insisted that success lie in hard work.23. blame①blame (v.)a) find fault with; fix the responsibility on... 责备; 归咎blame sb.eg: You make a mistake, you can't blame any body.blame sb for stheg: He blamed the boy for his mistake.He blamed me for sth I didn't do.blame sth on sb(sth)eg: He blamed his failure on his teacher.The driver blamed the accident on the conductor.The boys blamed their defeat on the weather.(sb) (sth) be to blame (不用被动) 埋怨eg: I say he is to blame.He is more to blame than John.Nobody is to blame for it.Who is to blame for starting the fire?②blame (n.) responsibility for failure etc. 对失败等所应该负的责任lay/put the blame on... 把...怪在...的身上eg: Don't put/lay the blame on him.He is trying to lay the blame on the teacher.(for his failure) take/bear the blame (on oneself) 承担责任eg: I'm going to take all the blame on myself.He will take/bear the blame for what has happened.③blameless (adj.) --- without shortcomings or faulteg: She has a blameless reputation.24. promote①promote (v.)a) give (sb.) higher position or rank 晋级; 擢升promote sb. to...eg: The leaders will promote him to the rank of sergeant.He'll be promoted to associate professor.be promoted from ... to...eg: He will be promoted from a soldier to an officer.promote sb. to be...eg: We'll promote him to be lecturer.b) help to organize and start 协办; 筹设; 提倡; 促进øpromote stheg: to promote a new business companyShe is trying to promote the affair between Mary and John.Mike is promoting his health.Certain food promotes tooth decay.②promoter (n.) --- a person who promote a new trading company 发起者;促进者③promotiona) [u] promoting or being promoted 提升; 晋级eg: He has good chances of promotion.He will get promotion if he works hard.b) [c] instance of promoting or being promotedeg: The clerk was given a promotion.Jack worked hard and received quick promotions.VI. Translation1. 当时我是一个初出茅庐的新闻记者, 我的任务是报道国际新闻.2. 这个运动员平时训练不严格, 在比赛中以失败告终.3. 这个问题和我们正在研究的课题毫无关系.4. 脑损伤和大量脑出血导致Paret 的死亡.5. 教练把比赛失败的责任推到运动员身上是不对的.6. 我们估计这次洪水的损失是100万美元.7. 在他看来, 调节夫妻之间的事情是很蠢的.8. 为了证明他是对的, 他做了很多的调查.9. 我讨厌他老是干涉别人的私事.10. 这位司机把事故的责任推到卖票员身上.(Suggested key:)1.I was a fledgling newspaper reporter and my beat was international news.2.This athlete was not strict with himself in usual training, so he wound up losing the game.3.This issue does not concern/involve the subject we are studying.4.Brain damage and massive hemorrhage in the brain resulted in Paret’s death.5.It is not right for the coach to blame the failure in the competition on the athletes.6.We assess the loss caused by the flood at one million dollars.7.It seems to him that it’s foolish to intervene between husband and wife.8.To justify himself, he has made a lot of investigations.9.I hate his intervention in others’ private affairs.10.This driver blamed the responsibility for the accident on the conductor.。
计算机专业英语教程参考答案
计算机专业英语教程参考答案计算机专业英语练习参考答案Unit 1[Ex 1]1..F2.T3.T4.F5.T6.T7.T8.T9.T 10.F [Ex 2]1.input, storage, processing, and output2. power, speed, memory3. central processing unit4. internal, primary, memory5. keyboard, central processing unit, main memory, monitor[Ex 3]A. 1.F 2.D 3.G 4.C 5.B 6.E 7.H 8.AB. /doc/1550f601a6c30c2259019e48.html er 2.monitor 3.data4.keyboard5.data processing6. information/doc/1550f601a6c30c2259019e48.html puter8.memory[Ex 4]1.input device2. screen, screen3.manipulates4.instructions5.retrieve6.code7.hard copy8.function/code/instruction [Ex 5]1.T2.T3.F4.F5.T6.F7.T8.FUnit 2[Ex 1]1.T2.F3.T4.F5.T6.T7.T8.F[Ex 2]1. sizes, shapes, processing capabilities2. supercomputer, mainframe computer, minicomputers, microcomputers3. mainframe computer4.microcomputers, storage locations5. portables, laptop computers/ notebook/palm-sized computer, desktop workstations6.semiconductor7. CPU, memory, storage, devices, processing, users8. microprocessor ship[Ex 3]A. 1.C 2.A 3.H 4.I 5.E 6.F 7.G 8.BB. 1.capacity 2.device /doc/1550f601a6c30c2259019e48.html ptop computer4.portable computers5.silicon6. semiconductor7.workstation8.voltage9.RAM 10.ROM[Ex 4]1. portable2.access3. main memory4.sophisticated programs5. processing capabilities6.instructions7.semiconductor /doc/1550f601a6c30c2259019e48.html putation /doc/1550f601a6c30c2259019e48.html puter professional[Ex 5]1.T2.T3.T4.F5.F6.T7.F8.T9.F 10.T 11.F 12.T 13.T 14.T Unit 3[Ex 1]1.T2.F3.T4.T5.T6.T7.F8.F9.T 10.F 11.T 12.F[Ex 2]1.microprocessor2.bus3.registers4.control unit5.processor6.binary7.arithmetic, logical/doc/1550f601a6c30c2259019e48.html liseconds, microseconds, nanoseconds.9.instruction 10.execution 11.megaherts 12.wordsize[Ex 3]A. 1.J 2.D 3.F 4.B 5.C 6.E 7.I 8.H 9.A 10.GB. 1.storage 2.chip 3.registers 4.ALU 5.bus6.control bus7.machine language8.binary system9.bits 10. computer program[Ex 4]1. configuration2. converts3.data bus4.characters5.converts6.synchronize7.circuitry8.internal clock [Ex 5]1.T2. F3.F4.T5.T6.F7.T8.T9.T 10.F Unit 4[Ex 1]1.F2.T3.T4.T5.F6.T7.F8.T9.T 10.F 11.T 12.T 13.F 14.F 15.T 16.F 17.T 18.F 19 T 20.F 21.T 22.F [Ex 2]1. main memory2.RAM3.diskettes/floppy disks; hard disks4.chips5.parity6.expanded,extended7.monochrome 8.cache 9.ROM 10.updated [Ex 3]A. 1.B 2.E 3.C 4.J 5.I 6.H 7.A 8.F 9.G 10.DB. 1.secondary storage 2.buffer 3.access4.code5.diskette6.slots7.terminals8.motherboard9.bytes 10.screen[Ex 4]1.desktop2.software3.animation4.transferred5.sophisticated/doc/1550f601a6c30c2259019e48.html patible7.cache8.upgrade[Ex 5]1.T2.F3.T4.T5.F6.T7.F8.T9.T 10.T 11.T 12.T 13.T 14.F 15.F 16.T Unit 5[Ex 1]1.T2.F .3.F4.F5.T6.T7.T8.F9.F 10.T 11.F 12.F 13.T 14.T[Ex 2]1.floppy disks2.disk drive3.revolutions4.bits5.megabytes, gigabyte, terabyte6.density7.sectors8.1.44[Ex 3]A. 1.H 2.F 3.E 4.D 5.C 6.A 7.B 8.GB. 1.read/write heads 2.read/write heads3.magnetic tape4.index5.disk drivers6.format7.clone8.tracks[Ex 4]1.increment2.spins3.activate4.specification5.magnetize6.overwrite7.contaminated8.mechnism[Ex 5]1.T2.F3.F4.F5.T6.T7.F8.T9.T 10.T 11.F 12.F 13.T 14.T 15.F 16.T 17.F 18.T 19.T 20.T Unit 6 [Ex 1]1.F2.T3.F4.T5.T6.T7.F8.T9.T 10.F 11.F 12.F 13.T 14.F[Ex 2]/doc/1550f601a6c30c2259019e48.html patible2.hardcopy3.terminal,monitor4.inked ribbon5.line6.Thernal7.Monochrone8.liquid crystal display[Ex 3]A 1.G 2.B 3.I 4.F 5.D 6.H 7.C 8.E 9.J 10.AB 1.printers 2.hard copy 3.CRT 4.hardware5.pixel6.output7.software8.Line printers9.plotters10.graphics[Ex 4]1. are attached /doc/1550f601a6c30c2259019e48.html patible3.flexible4.mechanism5.perform6.rotate7.transfer8.video[Ex 5]1.T2.T3.T4.T5.T6.F7.T8.F9.F 10.T 11.T 12.F 13.T 14.T 15.T 16.T 17.F 18.TUnit 7[Ex 1]1.T2.F3.T4.T5.F6.F7.T8.T9.F 10.F 11.F 12.T 13.F 14.T 15.T 16.F 17.T 18.T 19.F 20.F [Ex 2] 1.printers, plotters2.graphics3.pins4.pages per minute5.dots per inch6.lines per minute7.non-impact 8.carbon[Ex 3]A. 1.D 2.F 3.B 4.A 5.G .6.E 7.C 8.HB. 1.print wheel 2.Microcomputers 3.ink-jetprinter /doc/1550f601a6c30c2259019e48.html work 5.noise 6.output device 7.desktop publishing 8.dot-matrix printers[Ex 4]1.installation2.categorized3.image4.ribbon5.monochrome6.physical7.referred to8.dot [Ex 5]1.F2.T3.F4.T5.F6.T7.F 8.T9.T 10.F 11.F 12.T 13.T 14.T 15.FUnit 8[Ex 1]1.T2.T3.F4.T5.T6.T7.F8.T9.F 10.T 11.F 12.F 13.T 14.T 15.F 16.T [Ex 2]1.inputting2.dumb, smart, intelligent3.dumb4.smart5.intelligent6.point-of-sale, automated teller machine7.POS 8.terminals 9.portable 10.moderms 11.transmitted /doc/1550f601a6c30c2259019e48.html municate [Ex 3]A. 1.G 2.E 3.A 4.F 5.C 6.B 7.H 8.DB. 1display screen 2.programming3.telecommunications4.function keys5.retrive6.minicomputers7.moderm 8.automated/automatic [Ex 4]1.intelligent2.verify3.Programmable4.specialized5.identify6.built-in7.high-volume8.are transmitted[Ex 5]1.T2.T3.F4.T5.F6.T7.F8.T9.T 10.T 11.T 12.F 13.T 14.T Unit 9[Ex 1]1.T2.T3.F4.T5.F6.F7.T8.T9.F 10.F 11.T 12.F 13.T 14.F 15.T 16.T 17.T 18.F[Ex 2]1.channels2.electrical pulses or charges, electromagnetic waves, pulses of light3.telephone lines, coaxial cables, microwave systems, satellites systems, fiber optic cables4.telephone lines/doc/1550f601a6c30c2259019e48.html works6.atmosphere7.microwave tower8.gigahertz9.digital 10.light[Ex 3]A. 1.B 2.D 3.F 4.G 5.A 6.C 7.E 8.HB. 1.noise 2.trnasmission 3.Fiber optics4.Microwave5.synchronous6.optical media7.Coaxial cable8.digits[Ex 4]/doc/1550f601a6c30c2259019e48.html municate2.revolves3.detect4.encrypted5.nonconductive6.optical media7.susceptible8.relayed 9.antenna 10.pulses[Ex 5]1.F2.T3.T4.F5.T6.T7.T8.F9.T 10.T 11.F 12.T 13.T 14.T 15.F 16.T 17.T 19.F 20.T 21.F 22.TUnit 10[Ex 1]1.F2.F .3.F4.T5.T6.F7.T8.F9.T 10.T 11.F 12.F 13.T 14.T 15.T 16.F [Ex 2]1.three-dimensional2.joystick3.transmitter4.frames5.virtual[Ex 3]A. 1.C 2.G 3.D 4.H 5.B 6.F 7.A 8.EB. 1.sensors 2.virtual reality 3.software package 4.host computer 5.joystick6.mouse7.input 8.transmitter[Ex 4]1.Conveying2.responds3.incorporate4.signals5.performance6.mounted7.cumbersome8.insert[Ex 5]1.T2.f3.T4.F5.T6.T7.T8.T9.F 10.T 11.T 12.T 13.F 14.T 15.T 16.F 17.F 18.F 19.T 20.F 21.F 22.F 23.T 24.T 25.T Unit 11[Ex 1]1.F2.T3.F4.F5.T6.T7.F8.F9.T 10.T 11.F 12.T 13.F 14.T 15.T [Ex 2]1.caller2.audio boards3.directory4.clicking5.IRC[Ex 3]A. 1.F 2.A 3.G 4.B 5.H 6.C 7.I 8.D 9.J 10.EB. 1.update 2.hard disks 3.Audio boards4.directory5.menu6.ports7.download8.online9.icon 10.bug[Ex 4]1.fixes2.register3.specify4.created5.remove6.installed7.execute8.to load [Ex 5]1.T2.F3.T4.T5.F6.T7.T8.F9.T 10.F 11.T 12.F 13.T 14.TUnit 12[Ex 1]1.F2.T .3.T4.T .5.F6.F7.T8.T9.F 10.T [Ex 2]/doc/1550f601a6c30c2259019e48.html pressed 2.specify3.screen4.wide5.attributes6.optional7.directory8.subdirectories9.lowercase 10.wildcards 11.prompt 12.target[Ex 3]A. 1.H 2.D 3.G 4.C 5.F 6.B 7.E 8.AB. 1.execute 2.prompt 3.file 4.format5.backup file/doc/1550f601a6c30c2259019e48.html pressed 7.parameter8.lowercase[Ex 4]1.is displayed2.archive3.attribute4.default5.subdirectory6.extension7.abbreviated8.lowercase[Ex 5]1.T2.T3.F4.T5.T6.F 8.T 9.T 10.TUnit 13[Ex 1]1.T2.F .3.F4.T5.T6.T7.T8.F9.T 10.F 11.T 12.F 13.T 14.T 15.T 16.F 17.T 18.F 19.T 20.T [Ex 2]1.executable2.configure3.variables4.download5.double click6.performance7.explorer8.customize 9.log 10.feature[Ex 3]A. 1.A 2.F 3.B 4.G 5.C 6.D 7.E 8.HB. 1.utility program 2.documentation3.spreadsheet/doc/1550f601a6c30c2259019e48.html piled 5.virus scanner 6.configuraiotn7.features 8.Viruses[Ex 4]1.infect, being detected2.customized3.folders4.optimizes5.highlighted6.reveal7.prompt8.license[Ex 5]1.T2.F3.T4.F5.T6.T7.T8.F9.F 10.T 11.F 12.T 13.T 14.F 15.F 16.F 17.T 18.T 19.F 20.T Unit 14 [Ex 1]1.T2.F .3.T4.F5.F6.F7.T8.F9.T 10.T 11.F 12.T 13.F 14.T 15.T 16.T 17.T 18.T[Ex 2]1.duplicate2.destination3.entries/doc/1550f601a6c30c2259019e48.html pound, single-entry5.overwrite6.array7.one-dimensional8.two-dimensional 9.arrays, table/.DBF [Ex 3]A. 1.E 2.D 3.B 4.C 5.AB. 1.record 2.backup 3.field 4.tables 5.array [Ex 4]1.duplicate2.specific3.source, destination4.current5.path6.assign7.original8.dialog [Ex 5]1.F2.F3.T4.F5.F6.F7.F8.F9.F 10.F 12.F[Ex 1]1.F2.T3.T4.T5.F6.T7.T8.T9.F 10.F 11.F 12.T 13.F 14.T [Ex 2]1.browse2.sub-directory3.copyrighted4. custom-written5.unzip6.atrribute7.automatically8.decompressed[Ex 3]A. 1.F 2.G 3.H 4.C 5.D 6.A 7.B 8.EB. 1.profile 2.batch program/doc/1550f601a6c30c2259019e48.html work-aware program4.copyright5.browse6.platform7.kit8.zip[Ex 4]1.format/doc/1550f601a6c30c2259019e48.html unch3.Custom/doc/1550f601a6c30c2259019e48.html pressed5.unzip6.licensed7.test-run8.page mode [Ex 5]1.T2.F3.T4.F5.F6.F7.T8.F9.F 10.T 11.T 12.T 13.F 14.T 15.F 16.T 17.F 18.F 19.F 20.T 21.F 22.F [Ex 1]1.T2.T3.T4.F5.T6.T7.F8.T 10.F 11.T 12.F[Ex 3]1.entitled2.impractical3.paper4.major5.conveying6.eminet7.suffice8.programming language/doc/1550f601a6c30c2259019e48.html pilers 10.to lament11.coincide 12.successive[Ex 4]1.stumbled across2.were appalled at3.making4.was leveled5.analogous6.in futility7.confusion 8.is focused on [Ex 5]1.F2.T3.T4.T5.F6.F7.T8.T9.F 10.T 11.F 12.T 13.F 14.T。
计算机专业英语Unit7
• ARPAnet • NSF • www • URL • Newsgroup • WAN • TCP/IP • SMTP • POP • NNTP
Signature encryption LAN FTP search engine C/S web page website hacker confidential data
Unit 7 Section 2 Passage A
•
The Internet, originally the ARPAnet (Advanced Research Projects Agency network), began as a military computer network in 1969. Other government agencies and universities created internal networks based on the ARPAnet model. The catalyst for the Internet today was provided by the National Science Foundation (NSF). Rather than have a physical communications connection from each institution to a supercomputing center, the NSF began a “chain” of connections in which institutions would be connected to their “neighbor” computing centers, which all tied into central supercomputing centers. This beginning expanded to a global network of computer networks, which allows computers all over the world to communicate with one another and share information stored at various computer “servers,” either on a local computer or a computer located anywhere in the world. The Internet is not governed by any official body, but there are organizations which work to make the Internet more accessible and useful.
Computer English Unit 7 Computer Communications(计算机英语 第七单元 计算机通信)
UNIT 7 Computer Communications===第七单元:计算机通信Section A Telecommunications and Computers===课文A:电信与计算机Telecommunications allows people around the world to contact one another, to access information instantly, and to communicate from remote areas.===电信使世界各地的人们得以互相联系,即刻获取信息,并从边远地区实施通信。
Telecommunications usually involves a sender of information and one or more recipients linked by a technology, such as a telephone system, that transmits information from one place to another.===电信通常涉及一个信息发送者和一个或多个接收者,他们通过电话系统等把信息从一地发送到另一地的技术相联系。
Telecommunications devices convert different types of information, such as sound and video, into electronic signals.===电信设备将不同类型的信息,如声音和图像,转换成电子信号。
The signals can then be transmitted by means of media such as telephone wires or radio waves.===然后,这些信号就可以通过电话线或无线电波等媒介进行发送。
When a signal reaches its destination, the device on the receiving end converts the electronic signal back into an understandable message, such as sound over a telephone, moving images on a television, or words and pictures on a computer screen.===信号到达目的地后,接收端的设备将电子信号转换回可以理解的信息,如电话中的声音、电视上的活动图像或计算机屏幕上的文字和图片。
计算机英语第三版机械工业出版社课后题目答案(2)
Unit Seven: Computer CommunicationsUnit Seven/Section AI. Fill in the blanks with the information given in the text:1. telegraph2. dots; dashes3. media4. point-to-point5. analog6. digital7. text-based8. modemII. Translate the following terms or phrases from English into Chinese and vice versa:1. microwave radio 微波无线电2. digital television 数字电视3. DSL 数字用户线路4. analog transmission 模拟传输5. on-screen pointer 屏幕上的指针6. computer terminal 计算机终端7. radio telephone 无线电话8. cellular telephone 蜂窝电话,移动电话,手机9. decentralized network 分散型网络10. wire-based internal network 基于导线的内部网络,有线内部网11. 光缆 fiber-optic cable12. 传真机 fax machine13. 无线通信 wireless communications14. 点对点通信 point-to-point communications15. 调制电脉冲 modulated electrical impulse16. 通信卫星 communication(s) satellite17. 电报电键 telegraph key18. 传输媒体 transmission medium (或media)19. 无绳电话 cordless telephone20. 金属导体 metal conductorIII. Fill in each of the blanks with one of the words given in the following list, makingchanges if necessary:Data communications is the process of transmitting and receiving data in an orderly wayso the data that arrives at its destination is an accurate duplication (复制) of the data that wassent. When data travels a short distance, such as when you send data from your computer toyour printer, it is referred to as local communications. When data travels a long distance, thecommunication is referred to as telecommunications; the prefix (前缀) “tele” is derived from aGreek word that means “far” or “far off.”The difference between a short distance and a long distance is somewhat arbitrary (武断的). For example, if your computer sends data to a printer in the next room, it is regarded aslocal communications; if you phone the person in the next room, you are transmitting dataover a telecommunications device. However, the same basic communications concepts applyto both local communications and telecommunications.Basic data communications concepts are the building blocks for understanding how datatravels on a communications system. These concepts come in handy (派得上用处) when youinstall, configure, or upgrade a local area network. In addition, these concepts help you set upmodems, fax machines, and cellular data transfers.IV. Translate the following passage from English into Chinese:个人计算机使用电信来提供传输链路,用于传送音频、视频、文本、软件和多媒体服务。
Unit7英语专业综合教程第三册
Audiovisual Supplement
Cultural Information
Man:
A lot of life comes down to deciding what am I willing to sacrifice because obviously if you choose one path in life, well, you know, you can’t choose the other. That’s kind of where I found myself lately, ever since we, you and I, in our relationship, en, have reached that place. Woman: That place. Man: The upshot is ―you win.‖ Woman: ―You win‖? Was that a proposal? Man: ―You win‖ was just the last part of it. The whole thing was a proposal. The ―you win‖ had a context. Aren’t you even gonna look at it? Woman: But, first, can we just, can we retrace the mental steps that led to ―you win‖? Like when you say you and I have reached that place. What place?
7 Unit 7 The Chaser
Audiovisual Supplement
Cultural Information
《计算机英语》课后习题答案
《计算机英语》参考答案Chapter 11.(1) 中央处理器(Central Processing Unit)(2) 随机访问内存(Random-access Memory)(3) 美国国际商用机器公司(International Business Machine)(4) 集成电路(Integrated Circuit)(5) 大规模集成电路(Large Scale Integration)(6) 超大规模集成电路(Very Large Scale Integration)(7) 个人数字助理(Personal Digital Assistant)(8) 图形用户界面(Graphical User Interface)2.(1) data(2) software(3) IC(4) ENIAC(5) supercomputer(6) superconductivity3.(1) F (ENIAC is the second digital computer after Atanasoff-Berry Computer)(2) T(3) F (Data is a unorganized)(4) T(5) T(6) T4.(1) 人工智能(2) 光计算机(3) 神经网络(4) 操作系统(5) 并行处理(6) vacuum tube(7) integrated circuit(8) electrical resistance(9) silicon chip(10) minicomputer5.数据是未经组织的内容的集合,数据可以包括字符、数字、图形和声音。
计算机管理数据,并将数据处理生成信息。
向计算机输入的数据称为输入,处理的结果称为输出。
计算机能在某一个称为存储器的地方保存数据和信息以备后用。
输入、处理、输出和存储的整个周期称为信息处理周期。
与计算机交互或使用计算机所产生信息的人称为用户。
1.(1) 发光二极管(Light-Emitting Diode)(2) 静态随机存储器(Static Random Access Memory)(3) 只读存储器(Read Only Memory)(4) 运算器(Arithmetic and Logical Unit)(5) 阴极射线管(Cathode Ray Tube)(6) 视频显示单元(Visual Display Unit)(7) 可编程只读存储器(Programmable Read Only Memory)(8) 液晶显示屏(Liquid Crystal Display)2.(1) CPU(2) peripheral(3) memory(4) modem(5) control unit(6) byte3.(1) T(2) T(3) F (RAM is volatile memory because the information within the computer chips is erased as soon as the computer is powered off whereas ROM is nonvolatile)(4) T(5) T(6) F (Microphones and digital cameras are input devices)4.(1) 寄存器组(2) 主机(3) 二进制的(4) 算法(5) 光盘(6) CD-RW(7) logic operation(8) barcode(9) peripheral device(10) volatile memory5.计算机的内存可被视为一系列的单元,可以在单元中存取数字。
计算机专业英语试题及答案
计算机专业英语试题Ⅰ. Vocabulary(词汇)(30分)(一).Translate the following words and expressions into Chinese(写出下列词组的汉语。
)(共10分,每题1分)1. operating system2.requirements analysis3. network security4. data structure5.decision support system6.relational database7.software crisis8. computer virus9.email attachment10.central processing unit ( CPU )(二).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。
multimedia a。
字处理器2. software life cycle b。
交换机3. structured programming c. 多媒体4。
functional testing d。
局域网5。
word processor e. 结构化程序设计6。
code windows f。
计算机专业英语Unit 7
Unit 7 The Fundamentals of ComputerSoftwareText 1 Data StructureExercises1. Multiple choices.(1)The attributes of the stack are ( A ).A. FIFOB. LIFOC. queueD. built into their circuitry(2)Queues that occur everyday life can be seen ( ABCD ).A. in an emergency room of a hospitalB. in certain societies lacking equalityC. as people waiting for service at a bankD. as automobiles waiting for a traffic light(3)A stack protocol can be used for ( C ).A. subroutine callsB. operation of arithmetic expressionsC. removing the latest element insertedD. removing the earliest element inserted(4)The operations of a structured data type might act on ( ABCD ).A. a stackB. the values of the data typeC. component elements of the data structureD. a queue2. Decide whether the following statements are True or False.(1)The operations of a structured data type only act on the values of the data type. (×)(2)A stack is a data type whose major attributes are determined by the rules governing theinsertion and deletion of its elements. (√)(3)A stack is a data type whose data structure is said to have a first-in/last-out (FILO)behavior, or protocol. (√)(4)The series of jobs awaiting execution is called a queue. (√)(5)The main feature of queues is that they follow a first-come/first-served rule. (√)3. Translate and analyze the following sentences.(1)A data structure is a data type whose values are composed of component elements thatUnit 7The Fundamentals of Computer Software110are related by some structure.句子组成:whose引导定语从句,composed of…由…组成。
电子课件英语第三版Unit7
Task 2: English for Special Purposes
New Words and Expressions
capacitance /k.'p.s.t.ns/ n. 容量,电容 capacitor /k.'p.s.t.(r)/ n. 电容器 ability /.'b.l.ti/ n. 能力,才干 store /st..(r)/ v. 贮藏,贮备,存储 common /'k.m.n/ adj. 普通的 characteristic /'k.r.kt.'r.st.k/ n. 特性,特征 equal /'i.kw.l/ adj. 相等的,均等的
Task 1: General English
New Words and Expressions
volleyball /'v.lib..l/ n. 排球 tennis /'ten.s/ n. 网球 jog /d..ɡ/ v. 慢跑 health /helθ/ n. 健康 energetic /'en.'d.et.k/ adj. 精力充沛的 join /d...n/ v. 参加,加入 meet /mi.t/ n. (运动)会
The capacitor is an extremely useful device giving capacitance③. There are many kinds of capacitors, such as fixed capacitors and variable capacitors. Briefly, capacitors are the condensers holding capacitance. They are widely used in daily life as well as in industry, mainly for three reasons.④
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
UNIT 7 Computer CommunicationsSection A Telecommunications and ComputersTelecommunications allows people around the world to contact one another, to access information instantly, and to communicate from remote areas. Telecommunications usually involves a sender of information and one or more recipients linked by a technology, such as a telephone system, that transmits information from one place to another.电信使世界各地的人们得以互相联系,即刻获取信息,并在边远地区进行通信。
电信通常涉及一个信息发送者和一个或多个接收者,他们通过将信息从一地发送到另一地的技术联在一起,如电话系统。
Telecommunications devices convert different types of information, such as sound and video, into electronic signals. The signals can then be transmitted by means of media such as telephone wires or radio waves.电信设备将不同类型的信息,如声音和图像,转换成电子信号。
然后,这些信号就可以通过电话线或无线电波等媒介进行发送。
When a signal reaches its destination, the device on the receiving end converts the electronic signal back into an understandable message, such as sound over a telephone, moving images on a television, or words and pictures on a computer screen.信号到达其目的地后,接收端的设备将电子信号转换回可以理解的信息,如电话中的声音、电视上的活动图像或计算机屏幕上的文字和图片。
Telecommunications enables people to send and receive personal messages across town, between countries, and to and from outer space. It also provides the key medium for news, data, information and entertainment.电信使人们能够在城市不同之处、国家之间以及和外层空间之间发送和接收个人信息。
电信也为新闻、数据、信息和娱乐提供了关键的媒介。
Telecommunications messages can be sent in a variety of ways and by a wide range of devices. The messages can be sent from one sender to a single receiver (point-to-point) or from one sender to many receivers (point-to-multipoint).电信信息可通过各种方式和设备发送。
信息可由一个发送者发送给一个接收者(点对点),或者由一个发送者发送给多个接收者(点对多点)。
Personal communications, such as a telephone conversation between two people or a facsimile (fax) message, usually involve point-to-point transmission. Point-to-multipoint telecommunications, often called broadcasts, provide the basis for commercial radio and television programming.个人通信,如两个人之间的电话对话或传真信息,通常涉及点对点的传输。
点对多点的电信传输,通常称为广播,为商业广播和电视节目的播送提供了基础。
Telecommunications begin with messages that are converted into electronic signals. The signals are then sent over a medium to a receiver, where they are decoded back into a form that the person receiving the message can understand. There are a variety of ways to create and decode signals, and many different ways to transmit signals.电信以信息转换为电子信号为开端。
然后,这些信号通过媒介发送到接收机,并在这里解码,恢复为接收信息的人能够理解的形式。
有各种方法可以产生并解译信号,也有许多不同的方法传输信号。
Devices such as the telegraph and telephone relay messages by creating modulated electrical impulses, or impulses that change in a systematic way. These impulses are then sent by wires, radio waves, or other media to a receiver that decodes the modulation.电报机与电话机等设备,通过产生调制电脉冲或以系统化方式变化的脉冲,来传递信息。
接下来,这些脉冲通过导线、无线电波或其他媒介发送给接收机,并由其进行解调。
The telegraph, the earliest method of delivering telecommunications, works by converting the contacts (connections between two conductors that permit a flow of current) between a telegraph key and a metal conductor into electrical impulses.电报机这种最早的传递电信信息的方法,通过将电报机键与金属导体之间的接触(使电流得以流动的两个导体之间的连接)转换成电脉冲而进行工作。
These impulses are sent along a wire to a receiver, which converts the impulses into short and long bursts of sound or into dots and dashes on a simple printing device. Specific sequences of dots and dashes represent letters of the alphabet. In the early days of the telegraph, these sequences were decoded by telegraph operators.这些脉冲沿着导线发送到接收机,而接收机则将这些脉冲转换成长与短的声音脉冲串,或者在简单的打印设备上打印出来的点与划。
点与划的特定序列代表字母表中的字母。
在早期的电报中,这些序列由电报机操作员进行解译。
In this way, telegraph operators could transmit and receive letters that spelled words. Later versions of the telegraph could decipher letters and numbers automatically. Telegraphs have been largely replaced by other forms of telecommunications, such as fax machines and electronic mail (e-mail), but they are still used in some parts of the world to send messages.这样,电报机操作员就可以发送和接收拼成词语的字母。
后来的电报机能自动解译字母和数字。
电报机在很大程度上已被其他电信形式所取代,如传真机和电子邮件,但在世界有些地方,电报机仍然用来发送信息。
Telegraphs, telephones, radio, and television all work by modifying electronic signals, making the signals imitate, or reproduce, the original message. This form of transmission is known as analog transmission. Computers and other types of electronic equipment, however, transmit digital information.电报机、电话机、收音机和电视机都是通过修改电子信号,使其模拟或再现原来的信息,来进行工作的。
这种传输称为模拟传输。
然而,计算机和其他类型的电子设备是传输数字信号的。
Digital technologies convert a message into electronic form first by measuring different qualities of the message, such as the pitch and volume of a voice, many times. These measurements are then encoded into multiple series of binary numbers, or 1s and 0s.数字技术将信息转换成电子的形式。