预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共16页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

科技文献翻译SectionAComputerProgram(计算机程序)SectionBSoftwareLifeCycle(软件生命周期)学生姓名:彭金辉学号:20032430217专业:计算机科学与技术院(系):信息工程学院完成时间:2007-5-202007年6月1日英文原文:ComputerProgramⅠ.IntroductionAcomputerprogramisasetofinstructionsthatdirectsacomputertoperformsomeprocessingfunctionorcombinationfunctions.Fortheinstructionstobecarriedout,acomputermustexecuteaprogram,thatis,thatisthecomputerreadstheprogram,andthenfollowsthestepsencodedintheprograminapreciseorderuntilcompletion.Aprogramcanbeexecutedmanydifferenttimes,witheachexecutionyieldingapotentiallydifferentresultdependingupontheoptionsanddatathattheusergivesthecomputer.Programfallintotwomajorclasses:applicationprogramandoperatingsystems.Anapplicationprogramisonethatcarriesoutsomefunctiondirectlyforauser,suchaswordprocessingorgameplaying.Anoperatingsystemisaprogramthatmanagesthecomputerandthevariousresourcesanddevicesconnectedtoit,suchasRAM(randomaccessmemory),harddrives,monitors,keyboards,printers,andmodems,sothattheymaybeusedbyotherprogram.ExamplesofoperatingsystemsareDOS,WindowsXP,OS/2,andUNIX.Ⅱ.ProgramDevelopmentSoftwaredesignerscreatenewprogrambyusingspecialapplicationsprograms,oftencalledutilityprogramsordevelopmentprograms.Aprogrammerusesanothertypeofprogramcalledatexteditortowritethenewprograminaspecialnotationcalledprogramminglanguage.Withthetexteditor,theprogrammercreatesatextfile,whichisanorderedlistofinstructions,alsocalledprogramsourcefile.Theindividualinstructionsthatmakeupthesourcefilearecalledsourcecode.Atthispoint,aspecialapplicationprogramtranslatesthesourcecodeintomachinecodelanguage,orobjectcode–aformatthattheoperatingsystemswillrecognizeasaproperprogramandbeabletoexecute.Threetypesofapplicationprogramstranslatefromsourcecodetoobjectcode:compilers,interpreters,andassemblers.Thethreeoperatedifferentlyandondifferenttypesofprogramminglanguages,buttheyservethesamepurposeoftranslatingfromaprogramminglanguageintomachinelanguage.Acompilertranslatestextfileswritteninahigh-levelprogramminglanguage-s