欢迎来到天天文库
浏览记录
ID:50469509
大小:316.50 KB
页数:21页
时间:2020-03-09
《计算机专业英语教学课件-孙建忠 第7章.ppt》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、ComputerEnglishChapter7ProgrammingLanguagesKeypoints:usefultermsanddefinitionsofprogramminglanguagesDifficultpoints:describingthedifferencesbetweencompilersandinterpreters2计算机专业英语Requirements:1.Theoriginsoftheprogramminglanguages2.Theconceptsofcomputercompilers3.Mainpropertiesofobjec
2、t-orientation4.了解UML,掌握复杂定语从句的翻译技巧3计算机专业英语NewWords&Expressions:evolutionn.发展,演变primitive原始的,appropriating适当的interpreter解释程序compiler编译器intermediary中间的invoke调用premium额外费用,奖金cryptic秘密(含义模糊)的esoteric深奥的promptn.提示符7.1ComputerLanguagesAbbreviations:4计算机专业英语Computerlanguageshaveundergonedra
3、maticevolutionsincethefirstelectroniccomputerswerebuilttoassistintelemetrycalculationsduringWorldWarⅡ.Earlyon,programmersworkedwiththemostprimitivecomputerinstructions:machinelanguage.Theseinstructionswererepresentedbylongstringsofonesandzeros.Soon,assemblerswereinventedtomapmachinei
4、nstructionstohuman-readableandmanageablemnemonics,suchasADDandMOV.自从第一代电子计算机在第二次世界大战中用于自动计算以来,计算机语言已发生了巨大的变化。早期编程员使用最原始的计算机指令——机器语言来工作。这些指令由一长串的0、1组成。不久,发明了汇编程序,它能将机器指令转换成易读、易管理的助记符,如ADD、MOV等。7.1ComputerLanguages5计算机专业英语7.1ComputerLanguagesIntime,higher-levellanguagesevolved[1],sucha
5、sBASICandCOBOL.Theselanguagesletpeopleworkwithsomethingappropriatingwordsandsentences.SuchasLetI=100.Theseinstructionsweretranslatedbackintomachinelanguagebyinterpretersandcompilers.Aninterpretertranslatesaprogramasitreadsit,turningtheprograminstructions,orcode,directlyintoactions.Ac
6、ompilertranslatesthecodeintoanintermediaryform.Thisstepiscalledcompiling,andproducesanobjectfile.Thecompilertheninvokesalinker,whichturnstheobjectfileintoanexecutableprogram.随后,又推出了高级语言,如BASIC和COBOL.。这些语言使用的是近似于人常用的词句,如LetI=100。这些指令由解释器或编译器翻译成机器语言。解释器边读边翻译,将程序指令或代码直接实现。编译器把代码翻译成中间代码。
7、这一部叫做编译,然后生成目标文件。编译程序调用链接程序,链接程序将目标代码转变成可执行程序。6计算机专业英语Ironically,inordertobecomeeasiertouseforthisnewaudience,programshavebecomefarmoresophisticated.Gonearethedayswhenuserstypedincrypticcommandsatesotericprompts,onlytoseeastreamofrawdata.Today’sprogramsusesophisticated“user-friendlyi
8、nterfaces,”i
此文档下载收益归作者所有