版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
計算機專業(yè)英語(第3版)卜艷萍主編電子工業(yè)出版社2009年1/4/20231計算機專業(yè)英語(第3版)計算機專業(yè)英語(第3版)卜艷萍主編12/29/20221計算內(nèi)容簡介
本書共分6個單元,第1單元介紹計算機硬件基礎(chǔ),分別講述處理器、存儲器和輸入/輸出技術(shù)。第2單元是計算機軟件知識部分,內(nèi)容有C語言、數(shù)據(jù)結(jié)構(gòu)、操作系統(tǒng)、編譯原理及數(shù)據(jù)庫技術(shù)。第3單元是多媒體及應(yīng)用方面的知識,包括多媒體、圖形圖像、CAD、計算機動畫和多媒體應(yīng)用軟件。第4單元是計算機網(wǎng)絡(luò)相關(guān)知識介紹,包括計算機網(wǎng)絡(luò)基礎(chǔ)、互聯(lián)網(wǎng)搜索引擎、無線網(wǎng)絡(luò)技術(shù)及網(wǎng)絡(luò)安全。第5單元講述電子商務(wù)方面的內(nèi)容,有電子商務(wù)基礎(chǔ)、EDI和網(wǎng)絡(luò)廣告。第6單元是計算機領(lǐng)域新技術(shù)介紹,包括人工智能、虛擬現(xiàn)實和神經(jīng)網(wǎng)絡(luò)。
1/4/20232計算機專業(yè)英語(第3版)內(nèi)容簡介本書共分6個單元,第1單元介紹計Unit1HardwareBasics1.1CentralProcessingUnit1.2Memory1.3Input/OutputSystems1/4/20233計算機專業(yè)英語(第3版)Unit1HardwareBasics1.1CBlockdiagramofadigitalcomputer
數(shù)字計算機的方框圖處理器單元中央處理單元輸入/輸出處理器輸入設(shè)備輸出設(shè)備1/4/20234計算機專業(yè)英語(第3版)Blockdiagramofadigitalcom1.1CentralProcessingUnit
中央處理器TheCPUistheheartofthecomputersystem.Itisresponsibleforperformingallarithmeticoperationsandlogicdecisionsinitiatedbytheprogram.中央處理器是計算機系統(tǒng)的心臟。它負責實現(xiàn)由程序啟動的全部算術(shù)運算和邏輯判斷。TheCPUcoordinatesalltheactivitiesofthevariouscomponentsofthecomputer.Itdetermineswhichoperationsshouldbecarriedoutandinwhatistheorder.中央處理器協(xié)調(diào)計算機各個部件的所有活動。它確定應(yīng)該以什么順序執(zhí)行哪些操作。1/4/20235計算機專業(yè)英語(第3版)1.1CentralProcessingUnit
Notes
[1]AlthoughmostCPUchipsaresmallerthanalensofapairofglasses,theelectroniccomponentstheycontainwouldhavefilledaroomafewdecadesago.本句由“Although”引導讓步狀語從句,“theelectroniccomponents”作主語。譯文:雖然大多數(shù)CPU芯片比一塊眼鏡片還小,但所包含的電子元件在幾十年前卻要裝滿一個房間。1/4/20236計算機專業(yè)英語(第3版)Notes[1]AlthoughmostCPUchNotes
[2]Theprogram,whichtellsthecomputerswhattodoandthedata,whichprovidetheinformationneededtosolvetheproblem,arekeptinsidethecomputerinaplacecalledmemory.這里的主語是“theprogramandthedata”,由which引導的兩個定語從句分別修飾theprogram和thedata。譯文:程序的作用是指示計算機如何工作,而數(shù)據(jù)則是為解決問題提供的所需要的信息,兩者都存儲在存儲器里。1/4/20237計算機專業(yè)英語(第3版)Notes[2]Theprogram,whichtThreebasiccapabilitiesofcomputers
計算機的三個基本性能First,computershavecircuitsforperformingarithmeticoperations,suchas:addition,subtraction,multiplication,divisionandexponentiation.第一,計算機具有進行加、減、乘、除及求冪等各種算術(shù)運算的電路。Second,computershaveameansofcommunicatingwiththeuser.第二,計算機具有與用戶通信和功能。Third,computershavecircuitswhichcanmakedecisions.第三,計算機具有進行判定的電路。1/4/20238計算機專業(yè)英語(第3版)ThreebasiccapabilitiesofcoThecontrolunit(控制單元
)Thecontrolunitisthefunctionalunitthatisresponsibleforsupervisingtheoperationoftheentirecomputersystem.
控制單元是負責監(jiān)督整個計算機系統(tǒng)操作的功能部件。Thecontrolunitfetchesinstructionsfrommemoryanddeterminestheirtypeordecodesthem.控制單元從存儲器中取出指令,并確定其類型或?qū)χM行譯碼。Itthenbreakseachinstructionintoaseriesofsimplesmallstepsoractions.然后將每條指令分解成一系列簡單的、很小的步驟或動作。Bydoingthis,itcontrolsthestep-by-stepoperationoftheentirecomputersystem.
這樣,就可以控制整個計算機系統(tǒng)一步一步地操作。1/4/20239計算機專業(yè)英語(第3版)Thecontrolunit(控制單元)ThecNotes
[3]TheArithmetic/LogicUnit(ALU)isthefunctionalunitthatprovidesthecomputerwithlogicalandcomputationalcapabilities.本句由“that”引導定語從句,修飾“thefunctionalunit”。譯文:算術(shù)邏輯單元(ALU)是為計算機提供邏輯及計算能力的功能部件。1/4/202310計算機專業(yè)英語(第3版)Notes[3]TheArithmetic/LogTheArithmetic/LogicUnit
算術(shù)/邏輯單元
DataarebroughtintotheALUbythecontrolunit,andtheALUperformswhateverarithmeticorlogicoperationsarerequiredtohelpcarryingouttheinstructions.控制單元將數(shù)據(jù)送到算術(shù)邏輯單元中,然后由算術(shù)邏輯單元完成執(zhí)行指令所需要的算術(shù)或邏輯運算。Arithmeticoperationsincludeadding,subtracting,multiplying,anddividing.算術(shù)運算包括加、減、乘、除。Logicoperationsmakeacomparisonandtakeactionbasedontheresults.邏輯運算完成比較,并根據(jù)結(jié)果采取行動。1/4/202311計算機專業(yè)英語(第3版)TheArithmetic/LogicUnit
算術(shù)Registers(寄存器)Aregisterisastoragelocationinsidetheprocessor.寄存器是處理器內(nèi)部的存儲單元。RegistersintheCPUareusedtostorethecurrentinstruction,thelocationofthenextinstructiontobeexecuted,andtheoperands.CPU中的寄存器用來存儲當前指令,下一條將執(zhí)行的指令的地址以及操作數(shù)。1/4/202312計算機專業(yè)英語(第3版)Registers(寄存器)AregisterisaInstruction
(指令)Aninstructionismadeupofoperationsthatspecifythefunctiontobeperformedandoperandsthatrepresentthedatatobeoperatedon.指令由操作碼和操作數(shù)組成,操作碼指明要完成的操作功能,而操作數(shù)則表示操作的對象。Whentheoperandsarestoredinthecomputer’smemory,theyhaveanaddresstoindicatewheretheyare.當操作數(shù)存儲在計算機的存儲器中時,則應(yīng)有指明其位置的地址。OperationcodeOperandADD1000,10051/4/202313計算機專業(yè)英語(第3版)Instruction(指令)AninstructionNotes
[4]Forexample,ifaninstructionistoperformtheoperationofaddingtwonumbers,itmustknowwhatthetwonumbersareandwherethetwonumbersare.這里的“whatthetwonumbersareandwherethetwonumbersare”作賓語,它由兩個并列的從句組成。譯文:例如,一條指令要完成兩數(shù)相加的操作,它就必須知道:這兩個數(shù)是什么?這兩個數(shù)在哪兒?1/4/202314計算機專業(yè)英語(第3版)Notes[4]Forexample,ifaniThestepsofexecutingeachinstruction
執(zhí)行每一條指令的步驟Fetchthenextinstructionfrommemoryintotheinstructionregister.從存儲器取出一條指令,送入指令寄存器。Changetheprogramcountertopointtothefollowinginstruction.修改程序計數(shù)器以指向下一條指令。Determinethetypeofinstructionjustfetched.確定剛?cè)〕鲋噶畹念愋?。Iftheinstructionusesdatainmemory,determinewheretheyare.如果指令使用存儲器中的數(shù)據(jù),則須確定它們的地址。FetchthedataintointernalCPUregisters.取出指令并送到CPU內(nèi)部寄存器。Executetheinstruction.執(zhí)行指令。Storetheresultsintheproperplace.將結(jié)果存儲到適當?shù)奈恢谩otostep1tobeginexecutingthefollowinginstruction.返回到第一步,開始執(zhí)行下一條指令。1/4/202315計算機專業(yè)英語(第3版)ThestepsofexecutingeachinNotes
[5]Atimercalledaclockreleasespreciselytimedelectricalsignalsthatprovidearegularpulsefortheprocessor’swork.本句中的“thatprovidearegularpulsefortheprocessor’swork”修飾electricalsignals。譯文:一個稱做時鐘的計時器準確地發(fā)出定時電信號,該信號為處理器工作提供有規(guī)律的脈沖信號。1/4/202316計算機專業(yè)英語(第3版)Notes[5]AtimercalledacloKeyWords
address地址,尋址analogous類似的,相似的arithmetic算術(shù)的auxiliary輔助的,補充的awesome驚人的,令人敬畏的capability性能,能力decode解碼,譯碼distinguish區(qū)別,辨別exponentiation冪運算fetch獲取,取得fraction小部分initiate開始,啟發(fā),提議,創(chuàng)始instantaneously瞬間地,即時地instruction指令1/4/202317計算機專業(yè)英語(第3版)KeyWordsaddressKeyWords
keyboard鍵盤mainframe大型機manipulation操作,處理microelectronic微電子的operand操作數(shù)originality創(chuàng)意,創(chuàng)造力retrieve恢復remarkable顯著的,不平常的sequence順序,序列silicon硅transistor晶體管1/4/202318計算機專業(yè)英語(第3版)KeyWordskeyboardTranslationExercises集成電路取指—譯碼—執(zhí)行算術(shù)邏輯運算微電子技術(shù)數(shù)字計算機系統(tǒng)輔助存儲器工作區(qū)邏輯決策1.integratedcircuit2.fetch-decode-execute3.ArithmeticLogicalOperations4.microelectronictechniques5.digitalcomputersystem6.auxiliarystorage7.workspace8.logicdecision1/4/202319計算機專業(yè)英語(第3版)TranslationExercises集成電路TranslationExercisesCentralProcessingUnitfunctionalunitcurrentinstructioninstructionregisterprogramcounterelectroniccomponentsinputinformationandcommandsArithmetic/LogicUnit中央處理器功能單元當前指令指令寄存器程序計數(shù)器電子元件輸入信息和指令算術(shù)邏輯單元1/4/202320計算機專業(yè)英語(第3版)TranslationExercisesCentralPReadingMaterial:
——Microprocessor(微處理器)Microcomputer,ormicroforshort,isakindofcomputers.Itwasbornintheearly1970s.微型計算機或簡稱微機是計算機的一種。它誕生于20世紀70年代初期。Themicroprocessorisbuiltasasinglesemiconductordevice;微處理器是單片半導體裝置;Thatis,thethousandsofindividualcircuitelementsnecessarytoperformallthelogicalandarithmeticfunctionsofacomputeraremanufacturedasasinglechip.也就是說,實現(xiàn)計算機所有邏輯和算術(shù)功能所必不可少的成千上萬個分立的電路元件都制造在一塊芯片上。1/4/202321計算機專業(yè)英語(第3版)ReadingMaterial:
——MicroproceReadingMaterial:
——MicroprocessorComputerprogramstellthemicroprocessorwhattodo,whichishoweverythingworksinsideaPC.Othertermsforthemicroprocessorincludetheprocessor;thecentralprocessingunit(CPU);andthenumberofthemicroprocessor,suchas8088,80286,80386,80486,andsoon.1/4/202322計算機專業(yè)英語(第3版)ReadingMaterial:
——Microproce1.2MemoryAsystematicarrangementofmemorycellsconstitutesamemory.Twobasictypesofsemiconductormemoryareconsidered.ThefirstistheRandomAccessMemory(RAM),aread-writememory,inwhicheachindividualcellcanbeaddressedatanyparticulartime.AsecondclassofsemiconductormemoryistheRead-OnlyMemory(ROM).Thesetofdatainthistypeofmemoryisgenerallyconsideredtobefixed.1/4/202323計算機專業(yè)英語(第3版)1.2MemoryAsystematicarrangSRAMandDRAMTwotypeofRAMarethestaticRAM(SRAM)anddynamicRAM(DRAM).AstaticRAMconsistsofabasicbi-stableflip-flopcircuitthatneedsonlyadccurrentorvoltageappliedtoretainitsmemory.AdynamicRAMisanMOSmemorythatstoresonebitofinformationaschargeonacapacitor.1/4/202324計算機專業(yè)英語(第3版)SRAMandDRAMTwotypeofRAMaTypesofROM
Thefirstisprogrammedeitherbythemanufacturer(maskprogrammable)orbytheuser(programmable,orPROM).OncetheROMhasbeenprogrammedbyeithermethod,thedatainthememoryarefixedandcannotbealtered.ThesecondtypeofROMmaybereferredtoasanalterableROMinthatthedataintheROMmaybereprogrammedifdesired.ThistypeofROMmaybecalledanEPROM(erasableprogrammableROM),EEPROM(electricallyerasablePROM),orflashmemory.1/4/202325計算機專業(yè)英語(第3版)TypesofROMThefirstisprogBasicmemoryarchitecture
1/4/202326計算機專業(yè)英語(第3版)Basicmemoryarchitecture12/2MemoryContentsMemoriesconsistofanumberofcells,eachofwhichcanstoreapieceofinformation.Computermemoryismeasuredinkilobytesormegabytesofinformation.Abyteistheamountofstorageneededtoholdonecharacter,suchasaletteroranumericdigit.Onekilobyte(KB)equals1024bytes,andonemegabyte(MB)isabout1millionbytes.SoftwarerequiresthecorrectamountofRAMtoworkproperly.1/4/202327計算機專業(yè)英語(第3版)MemoryContentsMemoriesconsisMemoryAddress
Computersthatusethebinarynumbersystemalsoexpressmemoryaddressesasbinarynumbers.Ifanaddresshasmbits,themaximumnumberofcellsdirectlyaddressableis2m.1/4/202328計算機專業(yè)英語(第3版)MemoryAddressComputersthatKeyWordsadjacent鄰近的,接近的allocate分配,分派capacitor電容configuration結(jié)構(gòu)consecutive連續(xù)的,連貫的etch蝕刻hexadecimal十六進制的implicit暗示的,絕對的individual個別的,獨特的kilobyte千字節(jié)megabyte兆字節(jié)1/4/202329計算機專業(yè)英語(第3版)KeyWordsadjacentKeyWordsmillisecond毫秒non-metallic非金屬的nonvolatile非易失性的octal八進制的organization組織programmable可編程的semiconductor半導體significance重要性,意義stable穩(wěn)定的standardize標準化virtually事實上1/4/202330計算機專業(yè)英語(第3版)KeyWordsmillisecondNotes
[1]Thenumberofbitsintheaddressisrelatedtothemaximumnumberofdirectlyaddressablecellsinthememoryandisindependentofthenumberofbitspercell.本句中,ofdirectlyaddressablecellsinthememory修飾themaximumnumber。譯文:地址的位數(shù)與存儲器可直接尋址的最大單元數(shù)量有關(guān),而與每個單元的位數(shù)無關(guān)。1/4/202331計算機專業(yè)英語(第3版)Notes[1]ThenumberofbitsiNotes
[2]Thusa16-bitwords,whereasa32-bitmachinewillhave32-bitregistersandinstructionsformoving,adding,subtracting,andotherwisemanipulating32-bitwords.Thusa16-bitwords是一個省略句,這里的whereas作“而”講。譯文:因而16位機器具有16位的寄存器和指令以實現(xiàn)16位字的操作;32位機器則有32位的寄存器和指令,以實現(xiàn)傳送、加法、減法和其它他32位字的操作。1/4/202332計算機專業(yè)英語(第3版)Notes[2]Thusa16-bitwords,Notes
[3]Thiswastheabilitytoetchthousandsofintegratedcircuitsontoatinypiece(chip)ofsilicon,whichisanon-metallicelementwithsemiconductorcharacteristics.由which引導的是非限定性定語從句,用來修飾silicon。譯文:這就是將成千上萬個集成電路蝕刻在一小塊硅(芯)片上的能力。硅片是具有半導體特性的非金屬元件。1/4/202333計算機專業(yè)英語(第3版)Notes[3]ThiswastheabilityNotes
[4]Toaccessexpandedmemory,aprogramneedstocommunicatewiththeEMM.本句中的“Toaccessexpandedmemory”作目的狀語。譯文:為了訪問擴展存儲器,程序需要與EMM聯(lián)系。1/4/202334計算機專業(yè)英語(第3版)Notes[4]ToaccessexpandedmNotes
[5]Whenaprogramallocatesexpandedmemorypages,theEMMreturnsahandletotherequestingprogram.本句中,由“when”引導時間狀語從句。譯文:當一個程序裝入擴展存儲器頁中時,EMM就將一個標志回復給這個請求程序。1/4/202335計算機專業(yè)英語(第3版)Notes[5]WhenaprogramallocTranslationExercises易失性存儲器volatilememory外圍電路peripheralcircuit實模式therealmode尋址能力addressability閃存flashmemory刷新電路refreshcircuitry只讀存儲器ReadOnlyMemory隨機存取存儲器RandomAccessMemory1/4/202336計算機專業(yè)英語(第3版)TranslationExercises易失性存儲器TranslationExercisesperiodicrefresh定期刷新softwareinterrupt軟件中斷binarynumber二進制數(shù)字electricallyerasablePROM電可擦除可編程的只讀存儲器expandedmemory擴展存儲器erasableprogrammableROM可擦除可編程的只讀存儲器refreshcycle刷新周期logicalpage邏輯頁面1/4/202337計算機專業(yè)英語(第3版)TranslationExercisesperiodicReadingMaterial:
——CacheandMagneticDisks
Avarietyofdifferenttypesofcache(diskcache,memorycache,processorcache)canimproveoverallsystemperformance.Acachecanbeoptionallyimplementedonalmostanysystem.Cachecontrollershavebeenusedonmainframecomputersystemsformanyyears;theirmigrationtothemicrocouldbeseenasalogicalnextstep.1/4/202338計算機專業(yè)英語(第3版)ReadingMaterial:
——CacheandReadingMaterial:
——CacheandMagneticDisksTherearetwomajortypesofmagneticdisks:floppydisksandharddisks.Bothtypesofdisksrelyonarotatingplattercoatedwithamagneticsurfaceanduseamoveableread/writeheadtoaccessthedisk.Diskstorageisnonvolatile,meaningthatthedataremainsevenwhenpowerisremoved.1/4/202339計算機專業(yè)英語(第3版)ReadingMaterial:
——CacheandReadingMaterial:
——CacheandMagneticDisksToaccessdata,theoperatingsystemmustdirectthediskthroughathree-stageprocess.Thefirststepistopositionthearmoverthepropertrack.Thisoperationiscalledaseek,andthetimetomovethearmtothedesiredtrackiscalledseektime.Oncetheheadhasreachedthecorrecttrack,wemustwaitforthedesiredsectortorotateundertheread/writehead.Thistimeiscalledtherotationlatencyorrotationaldelay.Thelastcomponentofadiskaccess,transfertime,isthetimetotransferablockofbits,typicallyasector.1/4/202340計算機專業(yè)英語(第3版)ReadingMaterial:
——Cacheand1.3Input/OutputSystemsYoucanuseyourkeyboardformanypurposes:TypinginformationEnteringnumberswiththenumerickeypadRequestingspecificfunctionsPerformingsystemfunctionswithkeycombinationsMovingaroundthecomputerscreen1/4/202341計算機專業(yè)英語(第3版)1.3Input/OutputSystemsYMonitor
Computersonlyusemonitorstoshowyouexcitingoperationresultsormarvelousandvividpictures.Monitorsalsoarethebestwindowsforconversationbetweenusersandcomputers.1/4/202342計算機專業(yè)英語(第3版)MonitorComputersonlyusemonParametersofMonitorsElementDistanceVideoBandwidthSolutionScanStyle1/4/202343計算機專業(yè)英語(第3版)ParametersofMonitorsElementMouse
Theinterfacebetweenamouseandasystemcantakeoneoftwoforms:themouseeithergeneratesaseriesofpulseswhenitismoved,oritincrementsanddecrementscounters.Mostmicealsoincludeoneormorebuttons,andthesystemmustbeabletodetectwhenabuttonisdepressed.1/4/202344計算機專業(yè)英語(第3版)MouseTheinterfacebetweenaOpticalDisks
Anopticaldiskisadiskonwhichdataareencodedforretrievalbyalaser.Opticaldisksofferinformationdensitiesfarbeyondtherangeofcurrentmagneticmass-storagedevices.Currently,threeversionsofopticaldisktechnologyarecompetingforthemass-storagemarket,theyareread-onlyopticaldisks,write-onceopticaldisks,anderasableopticaldisks.1/4/202345計算機專業(yè)英語(第3版)OpticalDisksAnopticaldiskBus
Abusisasharedcommunicationlink,whichusesonesetofwirestoconnectmultiplesubsystems.Thetwomajoradvantagesofthebusorganizationareversatilityandlowcost.Abusgenerallycontainsasetofcontrollinesandasetofdatalines.Thecontrollinesareusedtosignalrequestsandacknowledgments,andtoindicatewhattypeofinformationisonthedatalines.Thedatalinesofthebuscarryinformationbetweenthesourceandthedestination.1/4/202346計算機專業(yè)英語(第3版)BusAbusisasharedcommunicKeyWordsacknowledgement承認,確認appropriately適當?shù)豣andwidth帶寬blank空白的cursor光標documentation文檔,文件interface接口,界面latency潛伏,潛在layout布局,分布marvelous令人驚異的,了不起的minimize最小化mouse鼠標non-interlace非隔行1/4/202347計算機專業(yè)英語(第3版)KeyWordsacknowledgementKeyWordsoptical光學的parameter參數(shù)periodically定期地punctuation標點符號responsive響應(yīng),應(yīng)答的reusability可重復使用的solution分辨率spacebar空格鍵streamline流線,流線型subsystem子系統(tǒng)sustain承受,支持typewriter打字機video視頻1/4/202348計算機專業(yè)英語(第3版)KeyWordsopticalNotes[1]Ininterlacestyle,electron-beamsweepselementsinoddrowsfirsttimeanddoeselementsinevenrowssecondtime.本句中的electron-beam譯作電子射槍,elements譯作像素。譯文:在隔行方式中,電子射槍首先掃描奇數(shù)項中的像素,第二次再掃描偶數(shù)項中的像素。1/4/202349計算機專業(yè)英語(第3版)Notes[1]Ininterlacestyle,eNotes[2]Bymonitoringthestatusofthebutton,thesystemcanalsodifferentiatebetweenclickingthebuttonandholdingitdown.本句中的“Bymonitoringthestatusofthebutton”是分詞短語作狀語。譯文:依靠對按鈕狀態(tài)的監(jiān)測,系統(tǒng)也就能區(qū)分單擊按鍵與按著按鍵拖曳之間的差別。1/4/202350計算機專業(yè)英語(第3版)Notes[2]BymonitoringthestaNotes[3]Similarly,softwareinterpretationofthemousepositionmeansthatthecursordoesn’tjumpcompletelyoffthescreenwhenthemouseismovedalongdistanceinonedirection.本句中,“when”引導時間狀語從句。譯文:同樣,用軟件描述鼠標位置,也意味著當鼠標沿一個方向長距離移動時,光標不會完全跳離出屏幕。1/4/202351計算機專業(yè)英語(第3版)Notes[3]Similarly,softwareiNotes[4]Towritedata,apowerfulbeamoflaserlightburnstinyspotsorpitsintothecoatingthatcoversthesurfaceofthesedisks.本句中的“Towritedata”作目的狀語,“thatcoversthesurfaceofthesedisks”是定語從句,修飾“thecoating”。譯文:為了寫入數(shù)據(jù),激光的強大光束將覆蓋在光盤的表層并燒結(jié)出小斑點或凹點。1/4/202352計算機專業(yè)英語(第3版)Notes[4]Towritedata,apoweNotes[5]Onereasonbusdesignissodifficultisthatthemaximumbusspeedislargelylimitedbyphysicalfactors:thelengthofthebusandthenumberofdevices.本句中的“busdesignissodifficult”是定語,修飾“reason”,“thatthemaximumbus…”是表語從句。譯文:總線設(shè)計如此困難的一個原因是,總線的速度很大程度上受物理因素限制:總線長度和設(shè)備數(shù)量。1/4/202353計算機專業(yè)英語(第3版)Notes[5]OnereasonbusdesignTranslationExercises通信瓶頸communicationbottleneck總線協(xié)議busprotocol像素距離elementdistance只讀光盤readonlyopticaldisk電子槍electrongun輸出設(shè)備outputdevice水平方向horizentaldirection總線帶寬busbandwidth1/4/202354計算機專業(yè)英語(第3版)TranslationExercises通信瓶頸TranslationExercisesnumerickeypad數(shù)字鍵盤electron-beam電子束typematiceffect自動復擊效應(yīng)scanstyle掃描類型datatransferrate數(shù)據(jù)傳輸速率sourceandthedestination源和目的magneticpolarity磁性disksector磁盤扇區(qū)1/4/202355計算機專業(yè)英語(第3版)TranslationExercisesnumerickReadingMaterial:
——HowMP3FilesWork?
TheMP3formatisacompressionsystemformusic.TheMP3formathelpsreducethenumberofbytesinasongwithouthurtingthequalityofthesong’ssound.ThegoaloftheMP3formatistocompressaCD-qualitysongbyafactorof10to14withoutnoticeablyaffectingtheCD-qualitysound.WithMP3,a32-megabytesongonaCDcompressesdowntoabout3MB.1/4/202356計算機專業(yè)英語(第3版)ReadingMaterial:
——HowMP3FReadingMaterial:
——HowMP3FilesWork?
theMP3formatusescharacteristicsofthehumaneartodesignthecompressionalgorithm.Therearecertainsoundsthatthehumanearcannothear.Therearecertainsoundsthatthehumanearhearsmuchbetterthanothers.Iftherearetwosoundsplayingsimultaneously,wehearthelouderonebutcannothearthesofterone.1/4/202357計算機專業(yè)英語(第3版)ReadingMaterial:
——HowMP3FReadingMaterial:
——HowMP3FilesWork?
ThereareliterallythousandsofsitesontheWebwhereyoucandownloadMP3files.Gotooneofthesesites,findasonganddownloadittoyourharddisk.Mostsongsrangebetween2and4MB,soitwilltake10to15minutesunlessyouhaveahigh-speedInternetconnection.1/4/202358計算機專業(yè)英語(第3版)ReadingMaterial:
——HowMP3F計算機專業(yè)英語(第3版)卜艷萍主編電子工業(yè)出版社2009年1/4/202359計算機專業(yè)英語(第3版)計算機專業(yè)英語(第3版)卜艷萍主編12/29/20221計算內(nèi)容簡介
本書共分6個單元,第1單元介紹計算機硬件基礎(chǔ),分別講述處理器、存儲器和輸入/輸出技術(shù)。第2單元是計算機軟件知識部分,內(nèi)容有C語言、數(shù)據(jù)結(jié)構(gòu)、操作系統(tǒng)、編譯原理及數(shù)據(jù)庫技術(shù)。第3單元是多媒體及應(yīng)用方面的知識,包括多媒體、圖形圖像、CAD、計算機動畫和多媒體應(yīng)用軟件。第4單元是計算機網(wǎng)絡(luò)相關(guān)知識介紹,包括計算機網(wǎng)絡(luò)基礎(chǔ)、互聯(lián)網(wǎng)搜索引擎、無線網(wǎng)絡(luò)技術(shù)及網(wǎng)絡(luò)安全。第5單元講述電子商務(wù)方面的內(nèi)容,有電子商務(wù)基礎(chǔ)、EDI和網(wǎng)絡(luò)廣告。第6單元是計算機領(lǐng)域新技術(shù)介紹,包括人工智能、虛擬現(xiàn)實和神經(jīng)網(wǎng)絡(luò)。
1/4/202360計算機專業(yè)英語(第3版)內(nèi)容簡介本書共分6個單元,第1單元介紹計Unit1HardwareBasics1.1CentralProcessingUnit1.2Memory1.3Input/OutputSystems1/4/202361計算機專業(yè)英語(第3版)Unit1HardwareBasics1.1CBlockdiagramofadigitalcomputer
數(shù)字計算機的方框圖處理器單元中央處理單元輸入/輸出處理器輸入設(shè)備輸出設(shè)備1/4/202362計算機專業(yè)英語(第3版)Blockdiagramofadigitalcom1.1CentralProcessingUnit
中央處理器TheCPUistheheartofthecomputersystem.Itisresponsibleforperformingallarithmeticoperationsandlogicdecisionsinitiatedbytheprogram.中央處理器是計算機系統(tǒng)的心臟。它負責實現(xiàn)由程序啟動的全部算術(shù)運算和邏輯判斷。TheCPUcoordinatesalltheactivitiesofthevariouscomponentsofthecomputer.Itdetermineswhichoperationsshouldbecarriedoutandinwhatistheorder.中央處理器協(xié)調(diào)計算機各個部件的所有活動。它確定應(yīng)該以什么順序執(zhí)行哪些操作。1/4/202363計算機專業(yè)英語(第3版)1.1CentralProcessingUnit
Notes
[1]AlthoughmostCPUchipsaresmallerthanalensofapairofglasses,theelectroniccomponentstheycontainwouldhavefilledaroomafewdecadesago.本句由“Although”引導讓步狀語從句,“theelectroniccomponents”作主語。譯文:雖然大多數(shù)CPU芯片比一塊眼鏡片還小,但所包含的電子元件在幾十年前卻要裝滿一個房間。1/4/202364計算機專業(yè)英語(第3版)Notes[1]AlthoughmostCPUchNotes
[2]Theprogram,whichtellsthecomputerswhattodoandthedata,whichprovidetheinformationneededtosolvetheproblem,arekeptinsidethecomputerinaplacecalledmemory.這里的主語是“theprogramandthedata”,由which引導的兩個定語從句分別修飾theprogram和thedata。譯文:程序的作用是指示計算機如何工作,而數(shù)據(jù)則是為解決問題提供的所需要的信息,兩者都存儲在存儲器里。1/4/202365計算機專業(yè)英語(第3版)Notes[2]Theprogram,whichtThreebasiccapabilitiesofcomputers
計算機的三個基本性能First,computershavecircuitsforperformingarithmeticoperations,suchas:addition,subtraction,multiplication,divisionandexponentiation.第一,計算機具有進行加、減、乘、除及求冪等各種算術(shù)運算的電路。Second,computershaveameansofcommunicatingwiththeuser.第二,計算機具有與用戶通信和功能。Third,computershavecircuitswhichcanmakedecisions.第三,計算機具有進行判定的電路。1/4/202366計算機專業(yè)英語(第3版)ThreebasiccapabilitiesofcoThecontrolunit(控制單元
)Thecontrolunitisthefunctionalunitthatisresponsibleforsupervisingtheoperationoftheentirecomputersystem.
控制單元是負責監(jiān)督整個計算機系統(tǒng)操作的功能部件。Thecontrolunitfetchesinstructionsfrommemoryanddeterminestheirtypeordecodesthem.控制單元從存儲器中取出指令,并確定其類型或?qū)χM行譯碼。Itthenbreakseachinstructionintoaseriesofsimplesmallstepsoractions.然后將每條指令分解成一系列簡單的、很小的步驟或動作。Bydoingthis,itcontrolsthestep-by-stepoperationoftheentirecomputersystem.
這樣,就可以控制整個計算機系統(tǒng)一步一步地操作。1/4/202367計算機專業(yè)英語(第3版)Thecontrolunit(控制單元)ThecNotes
[3]TheArithmetic/LogicUnit(ALU)isthefunctionalunitthatprovidesthecomputerwithlogicalandcomputationalcapabilities.本句由“that”引導定語從句,修飾“thefunctionalunit”。譯文:算術(shù)邏輯單元(ALU)是為計算機提供邏輯及計算能力的功能部件。1/4/202368計算機專業(yè)英語(第3版)Notes[3]TheArithmetic/LogTheArithmetic/LogicUnit
算術(shù)/邏輯單元
DataarebroughtintotheALUbythecontrolunit,andtheALUperformswhateverarithmeticorlogicoperationsarerequiredtohelpcarryingouttheinstructions.控制單元將數(shù)據(jù)送到算術(shù)邏輯單元中,然后由算術(shù)邏輯單元完成執(zhí)行指令所需要的算術(shù)或邏輯運算。Arithmeticoperationsincludeadding,subtracting,multiplying,anddividing.算術(shù)運算包括加、減、乘、除。Logicoperationsmakeacomparisonandtakeactionbasedontheresults.邏輯運算完成比較,并根據(jù)結(jié)果采取行動。1/4/202369計算機專業(yè)英語(第3版)TheArithmetic/LogicUnit
算術(shù)Registers(寄存器)Aregisterisastoragelocationinsidetheprocessor.寄存器是處理器內(nèi)部的存儲單元。RegistersintheCPUareusedtostorethecurrentinstruction,thelocationofthenextinstructiontobeexecuted,andtheoperands.CPU中的寄存器用來存儲當前指令,下一條將執(zhí)行的指令的地址以及操作數(shù)。1/4/202370計算機專業(yè)英語(第3版)Registers(寄存器)AregisterisaInstruction
(指令)Aninstructionismadeupofoperationsthatspecifythefunctiontobeperformedandoperandsthatrepresentthedatatobeoperatedon.指令由操作碼和操作數(shù)組成,操作碼指明要完成的操作功能,而操作數(shù)則表示操作的對象。Whentheoperandsarestoredinthecomputer’smemory,theyhaveanaddresstoindicatewheretheyare.當操作數(shù)存儲在計算機的存儲器中時,則應(yīng)有指明其位置的地址。OperationcodeOperandADD1000,10051/4/202371計算機專業(yè)英語(第3版)Instruction(指令)AninstructionNotes
[4]Forexample,ifaninstructionistoperformtheoperationofaddingtwonumbers,itmustknowwhatthetwonumbersareandwherethetwonumbersare.這里的“whatthetwonumbersareandwherethetwonumbersare”作賓語,它由兩個并列的從句組成。譯文:例如,一條指令要完成兩數(shù)相加的操作,它就必須知道:這兩個數(shù)是什么?這兩個數(shù)在哪兒?1/4/202372計算機專業(yè)英語(第3版)Notes[4]Forexample,ifaniThestepsofexecutingeachinstruction
執(zhí)行每一條指令的步驟Fetchthenextinstructionfrommemoryintotheinstructionregister.從存儲器取出一條指令,送入指令寄存器。Changetheprogramcountertopointtothefollowinginstruction.修改程序計數(shù)器以指向下一條指令。Determinethetypeofinstructionjustfetched.確定剛?cè)〕鲋噶畹念愋?。Iftheinstructionusesdatainmemory,determinewheretheyare.如果指令使用存儲器中的數(shù)據(jù),則須確定它們的地址。FetchthedataintointernalCPUregisters.取出指令并送到CPU內(nèi)部寄存器
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年電子商務(wù)平臺軟件開發(fā)與運營服務(wù)合同2篇
- 網(wǎng)管業(yè)務(wù)培訓課程設(shè)計
- 八年級歷史下冊復習提要課件
- 抽樣調(diào)查課程設(shè)計
- 無主燈教學課程設(shè)計
- 花草移植課程設(shè)計
- 2024年藝術(shù)的語錄
- 水源熱泵課程設(shè)計
- 醫(yī)務(wù)科護士處理醫(yī)務(wù)事務(wù)
- 食品行業(yè)客服工作者感悟
- 杭州市西湖區(qū)2024年三年級數(shù)學第一學期期末學業(yè)質(zhì)量監(jiān)測試題含解析
- 2022-2023學年廣東省廣州市花都區(qū)六年級(上)期末英語試卷(含答案)
- 2024年湖南省高中學業(yè)水平合格考物理試卷真題(含答案詳解)
- 機動車檢測站質(zhì)量手冊(根據(jù)補充技術(shù)要求修訂)
- 2024年(學習強國)思想政治理論知識考試題庫與答案
- 上海上海市醫(yī)療急救中心招聘筆試歷年典型考題及考點附答案解析
- 《大數(shù)據(jù)分析技術(shù)》課程標準
- 2024年河南農(nóng)業(yè)職業(yè)學院單招職業(yè)適應(yīng)性測試題庫及參考答案
- 期末考試-公共財政概論-章節(jié)習題
- AED急救知識課件
- 高中物理課件:Tracker軟件在高中物理實驗教學中的應(yīng)用-
評論
0/150
提交評論