物联网专业英语3_第1页
物联网专业英语3_第2页
物联网专业英语3_第3页
物联网专业英语3_第4页
物联网专业英语3_第5页
已阅读5页,还剩30页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

计算机英语第三讲主讲人赵永义2022年8月人工智能学院河北东方学院HebeiOrientalUniversity2023/6/2512023/6/252Chapter3ComputerSoftwareLead-inComputersoftware,alsocalledacomputerprogramorsimplyaprogram,isaseriesofinstructionsthattellthehardwareofacomputerwhattodo.Itissocalledincontrasttocomputerhardware,whichencompasses

thephysicalinterconnectionsanddevicesrequiredtostoreandrunthesoftware.计算机软件,也称为计算机程序或简称程序,是一系列指令,告诉计算机硬件要做什么。软件的如此称呼是与硬件相对应的,硬件包含外部连接和存储与软件运行所需的设备。(它与计算机硬件形成对比,计算机硬件包括存储和运行软件所需的物理互连和设备。)2023/6/253Chapter3ComputerSoftwareThesoftwaresystemcanbedividedintotwobroadcategories:systemsoftwareandapplicationsoftware.Computersoperatebyexecutingthecomputerprogram,whichinvolvespassinginsructionsfromtheapplicationsoftware,throughthesystemsoftware,tothehardwarewhich

ultimatelyreceivestheinstructionsasmachinecode.软件系统可分为两大类:系统软件和应用软件。计算机通过执行计算机程序进行操作,该程序涉及将指令从应用软件通过系统软件传递到硬件,硬件最终将指令作为机器代码接收。2023/6/254Chapter3ComputerSoftware3.1SystemSoftware

Systemsoftware,whichconsistsofprogramsthatcontroltheoperationofthecomputeranditsdevices,servesastheinterfacebetweenauserandthecomputer'shardware.Itmanagesandsupportsoperationsofcomputersystemsandnetworks.Commonsystemsoftwareincludesoperatingsystem(OS),languagetranslators,andutilityprograms,withtheOSasthecore.系统软件由控制计算机及其设备操作的程序组成,是用户与计算机硬件之间的接口。它管理并支持计算机系统和网络的操作。通用系统软件包括以操作系统为核心的操作系统(OS)、语言转换器和实用程序。2023/6/255Chapter3ComputerSoftwareTheoperatingsystemisinchargeofmanaginghardwareandsoftwareresources,organizingworkprocess,andprovidinguserswithpositiveworkenvironmentsandfriendlyinterfaces.Itisthemostbasicsystemsoftware,withoutwhichanyothersoftwarecannotrunonthecomputer.MicrosoftWindowsandLinuxareexamplesofoperatingsystems.操作系统负责管理软、硬件资源,组织工作流程,并为用户提供积极的工作环境和友好的界面。它是最基本的系统软件,没有它,任何其他软件都无法在计算机上运行。MicrosoftWindows和Linux是操作系统的示例。2023/6/256Chapter3ComputerSoftwareLanguagetranslatorsareprogramsdesignedtotranslateinstructionswritteninprogramminglanguagesintomachinelanguage.Programswritteninhigh-levellanguagescannotbedirectlyidentifiedandexecutedonthecomputer.Toexecutetheseprograms,theyshouldbefirsttranslatedbythelanguagetranslationprogramintothebinaryinstructionsthatcanbeidentifiedbythecomputer.Thenthecomputercanrunthecorrespondingprograms.Bothsystemsoftwareandapplicationsoftwaremustbeturnedintomachinelanguageforexecutionbythecomputer.Therearethreetypesoflanguagetranslators:assemblers,compilersandinterpreters.2023/6/257Chapter3ComputerSoftware语言翻译程序是设计用来将用编程语言编写的指令翻译成机器语言的程序。用高级语言编写的程序无法在计算机上直接识别和执行。要执行这些程序,应该首先由语言翻译程序将它们翻译成计算机可以识别的二进制指令,然后计算机可以运行相应的程序。系统软件和应用软件都必须转换为计算机执行的机器语言。有三种类型的语言翻译程序:汇编程序、编译器和解释程序。2023/6/258Chapter3ComputerSoftwareUtilityprogramsaregenerallyusedtosupport,enhance,orexpandexistingprogramsinacomputersystem.Theyhelptomonitorandconfiguresettingsforcomputersystemequipment,theOS,orapplicationsoftware.Theirfunctionsincludebackup,datarecovery,virusprotection,datacompression,defragmentation,etc.SomeutilityprogramsareincludedwiththeOS,suchasdiskformattinganddiskcleanup.formatvt.格式化

2023/6/259Chapter3ComputerSoftware实用程序通常用于支持、增强或扩展计算机系统中的现有程序。它们有助于监视和配置计算机系统设备、操作系统或应用程序软件的设置。它们的功能包括备份、数据恢复、病毒防护、数据压缩、碎片整理等。操作系统中包含一些实用程序,例如磁盘格式化和磁盘清理。2023/6/2510Chapter3ComputerSoftware3.2ApplicationSoftware应用软件Allsoftwareexceptsystemsoftwarebelongstoapplicationsoftware.Applicationsoftwareconsistsofprogramsdesignedbycomputermanufacturersorsoftwarecompaniestocarryoutspecificfunctionsdirectlyforusers,suchaswordprocessing,emailsendingandreceiving,graphicsdesign,etc.除系统软件外的所有软件都属于应用软件。应用软件由计算机制造商或软件公司设计的程序组成,用于直接为用户执行特定功能,如文字处理、电子邮件发送和接收、图形设计等。

2023/6/2511Chapter3ComputerSoftwareBasically,applicationsoftwarecanbedividedintofourbroadcategories:productivitysoftware,businesssoftware,educationalandreferencesoftware,andentertainmentsoftware.基本上,应用软件可以分为四大类:生产力软件、商业软件、教育和参考软件以及娱乐软件。Literally,educationalandreferencesoftwareisusedforeducationandself-learning.Courseware,classroommanagementsoftware,assessmentsoftwareallbelongtoeducationalsoftware.Referencesoftwareisalsopopular.ThereareCD-ROMswithencyclopedias,2023/6/2512Chapter3ComputerSoftwarephonebooks,mailinglists,maps,andreproductionoffamousart.Entertainmentsoftwarereferstovideogames,programstodisplaymotionpicturesorplayrecordedmusic,andotherformsofentertainmentwhichcanbeexperiencedthroughuseofacomputer.Belowwemainlyintroducetheproductivitysoftwareandthebusinesssoftware.从字面上看,教育和参考软件用于教育和自学。课件、课堂管理软件、评估软件都属于教育软件。参考软件也很流行,有包含百科全书、电话簿、邮件列表、地图和著名艺术复制品的CD-ROM。娱乐软件是指视频游戏、显示电影或播放录制音乐的程序,以及通过使用计算机可以体验的其他形式的娱乐。下面我们主要介绍生产力软件和业务软件。

2023/6/2513Chapter3ComputerSoftware3.2.1ProductivitySoftware生产力软件Productivitysoftwareperformsbasicinformationprocessingjobsforendusers.Itconsistsofprogramsfoundinmostofficesandprobablyonallcomputers,onpersonalcomputersandonlargercomputersystems.Examplesarewordprocessing,spreadsheet,presentationgraphics,databasemanagement,groupcollaboration,desktopandpersonalinformationmanagement,andWebbrowsingapplications.

collaborationn.合作、协作2023/6/2514Chapter3ComputerSoftware生产力软件为最终用户执行基本的信息处理工作。它由大多数办公室使用的程序组成,可能在所有计算机、个人计算机和大型计算机系统上都有。例如,文字处理、电子表格、演示图形、数据库管理、小组协作、桌面和个人信息管理以及Web浏览应用程序。

2023/6/2515Chapter3ComputerSoftwareParticularly,wordprocessingsoftwareallowsuserstocreate,edit,store,andprintdocuments.Spreadsheetsoftwareallowsuserstocalculatenumbersarrangedinrowandcolumns,whichisoftenusedforbudgeting,forecastingandotherfinancialtasks.Presentationgraphicssoftwareallowsuserstocreatedocumentscalledslides

thatcanperformmultimediapresentationsincludinggraphics,photos,animationandvideoclips.Databasesoftwareisusedtostoredatainanorganizedway,aswellastoretrieve,manipulate,anddisplaythatdatainameaningfulform.Personalinformationmanager(PIM)actsasapersonalorganizer,which2023/6/2516Chapter3ComputerSoftwarefacilitatestherecording,tracking,andmanagementofcertaintypesofpersonalinformation.Thesefiveapplicationsareoftensoldtogetherasasingleunit,calledasuite,inwhichindividualapplicationsarepackagedinthesamebox.Thetablebelowpresentssoftwaresuitesofdifferentcompanies.

2023/6/2517Chapter3ComputerSoftware特别是文字处理软件允许用户创建、编辑、存储和打印文档。电子表格软件允许用户计算按行和列排列的数字,这个软件通常用于预算、预测和其他财务任务。演示图形软件允许用户创建称为幻灯片的文档,这些文档可以执行多媒体演示,包括图形、照片、动画和视频剪辑。数据库软件用于以有组织的方式存储数据,以及以有意义的形式检索、操作和显示数据。个人信息管理器(PIM)充当个人组织者,有助于记录、跟踪和管理某些类型的个人信息。这五个应用程序通常作为一个单元(称为套件)一起销售,其中单个应用程序打包在同一个盒子中。下表列出了不同公司的软件套件。

2023/6/2518Chapter3ComputerSoftware3.2.2BusinessSoftwareBusinesssoftware,oftencalledverticalmarketsoftware,consistsofprogramsdevelopedforaspecificbusinessorindustry.Thereareavarietyofbusinesssoftwaretoolsavailable,includingdesktop-publishing(DTP)software,projectmanagementsoftware,computer-aideddesign(CAD)andmanufacturing(CAM)software,accountingsoftware,drawingandpaintingsoftware,multimediaauthoringsoftwareandsoon.Belowareintroductionstosomeofthem.

2023/6/2519Chapter3ComputerSoftware商业软件,通常称为垂直市场软件,由为特定商业或行业开发的程序组成。有多种商业软件工具可用,包括桌面出版(DTP)软件、项目管理软件、计算机辅助设计(CAD)和计算机辅助制造(CAM)软件、会计软件、绘图和绘画软件、多媒体创作软件等。下面介绍几个:

Desktoppublishingsoftwareallowsuserstodesignandproducesophisticateddocumentsthatcontaintext,graphics,andbrilliantcolors.AlthoughmanywordprocessingpackageshavesomeofthecapabilitiesofDTPsoftware,professionaldesignersandgraphicartistsuseDTPsoftwarebecauseitisdesignedspecificallytosupportpagelayout.2023/6/2520Chapter3ComputerSoftware桌面发布软件允许用户设计和生成包含文本、图形和鲜艳颜色的复杂文档。尽管许多文字处理软件包具有DTP软件的一些功能,但专业设计师和图形艺术家使用DTP软件,因为它是专门为支持页面布局而设计的。althoughconj.尽管,虽然。通常置于句首并用于正式场合,不能像though那样用于省略句或引出倒装语序的让步状语从句。Althoughitwasdark,hestillworkedinthefield.天黑了,他依然在田里劳作。Weboughtthecaralthoughitwasold.虽然这辆车是旧的,我们还是买了下来。thoughconj.虽然,尽管。多用于口语,在文体上不如although正式,常用于省略句,或引出倒装语序的让步状语从句。Though(heis)livingalone,heisveryhappy.他虽然一个人生活,但很愉快。2023/6/2521Chapter3ComputerSoftwareProjectmanagementsoftwarehasthecapacitytohelpplan,organize,andmanageresourcepoolsanddevelopresourceestimates.Apublisher,forexample,mightuseittocoordinatetheprocessofproducingatextbook.项目管理软件能够帮助规划、组织和管理资源库,并制定资源估算。例如,出版商可能会使用它来协调教科书的制作过程。

CADsoftwareisusedinart,architecture,engineeringandmanufacturingtoassistinprecisiondrawing.Forinstance,anengineermightuseCADtocreatedesignplansforairplanesandsecuritysystems.2023/6/2522Chapter3ComputerSoftwareCAD软件用于艺术、建筑、工程和制造业,以协助精确绘图。例如,工程师可以使用CAD创建飞机和安全系统的设计计划。利用计算机及其图形设备帮助设计人员进行设计工作。简称CAD。在工程和产品设计中,计算机可以帮助设计人员担负计算、信息存储和制图等项工作。在设计中通常要用计算机对不同方案进行大量的计算、分析和比较,以决定最优方案;各种设计信息,不论是数字的、文字的或图形的,都能存放在计算机的内存或外存里,并能快速地检索;设计人员通常用草图开始设计,将草图变为工作图的繁重工作可以交给计算机完成;利用计算机可以进行与图形的编辑、放大、缩小、平移和旋转等有关的图形数据加工工作。2023/6/2523Chapter3ComputerSoftware3.3DifferentFormsofSoftware不同形式的软件Withwidespreadapplication,increasinglydifferentformsofsoftwarehavecomeabout.Theyareavailableascommercialsoftware,opensourcesoftware,freeware,sharewareandgreensoftware.Commercialsoftwarereferstothesoftwarebeingtradedasgoods.Itisnamedcommercialnotbecauseitisonlyusedincommercebutbecauseitisinitselfgoodsinthemarket.Thus,usersofcommercialsoftwareneedtopaythesoftwaredevelopersafee.Atpresent,mostkindsofthesoftwarearecommercial.2023/6/2524Chapter3ComputerSoftware随着应用的广泛,出现了越来越多不同形式的软件。它们可以作为商业软件、开源软件、免费软件、共享软件和绿色软件提供。商业软件是指作为商品交易的软件。它之所以被命名为商业,并不是因为它只用于商业,而是因为它本身就是市场上的商品。因此,商业软件的用户需要向软件开发人员支付费用。目前,大多数软件都是商业软件。2023/6/2525Chapter3ComputerSoftwareAsgoods,commercialsoftwarenotonlyplaysapositiveroleinsocialdevelopment,butalsoimpactssignificantlyonthedevelopmentofsoftwareindustryinaquitelongperiod.Tosomeextent,however,thestrictprotectionofthesoftwarehinderstheapplicationofnewtechnologiesandmethods.Commercialsoftwareisoftenreferredtoclosedsourcesoftware,whichmeansobtaining,using,andmodificationofitssourcecodesarespecificallyrestricted.Inaddition,somekindsofsoftwarearerestrictedonduplicationanddistribution.2023/6/2526Chapter3ComputerSoftware商业软件作为商品,不仅在社会发展中发挥着积极作用,而且在相当长的一段时期内对软件产业的发展也产生了重大影响。然而,在某种程度上,对软件的严格保护阻碍了新技术和新方法的应用。商业软件通常指的是封闭源代码软件,这意味着对其源代码的获取、使用和修改都有特别的限制。此外,有些软件的复制和分发受到限制。Incontrasttocommercialsoftware,opensourcesoftwareisnotrestrictedonoperationsonsourcecodes.Instead,itssourcecodesaredisclosedandcanbedistributedfree.Usually,thecopyrighterreservessomecertainrightandallowsuserstolearn,modifyandimprovethequalityofthesoftware.Thereby,thesoftwareisdevelopedjointly.2023/6/2527Chapter3ComputerSoftware与商业软件相比,开源软件不受源代码操作的限制。相反,它的源代码是公开的,可以免费分发。通常,版权人保留一定的权利,允许用户学习、修改和提高软件质量。因此,软件是联合开发的。Freewareissoftwarethatisprovidedatnocosttoauserbyanindividualoracompany.Althoughfree,freewareiscopyrighted,meaninguserscannotresellitastheirown.Onethingtobenotedisthatnotallopensourcesoftwareisfreewareandviceversa.免费软件是由个人或公司免费向用户提供的软件。尽管免费,但免费软件是受版权保护的,这意味着用户不能将其作为自己的软件转售。需要注意的一点是,并非所有开源软件都是免费软件,反之亦然。2023/6/2528Chapter3ComputerSoftwareSharewareisaspecialformofcommercialsoftware,whichisdistributedfreeforatrialperiod.Duringthetrialperiod,usersareallowedtoobtainandinstallthatsoftwarefree.Whentheperiodexpires,usersshoulduninstallitormakeapaymenttothesoftwaredeveloperifthey'dliketokeepusingit.共享软件是一种特殊形式的商业软件,在试用期内免费分发。在试用期内,用户可以免费获得并安装该软件。当期限到期时,用户就应该卸载它。如果想继续使用,用户需向软件开发方付费。2023/6/2529Chapter3ComputerSoftwareGreensoftware,orportablesoftware,isafreeapplet.ItcanbeusedwithoutinstallationandstoredinremovablestoragemediasuchasmobileharddiskandUSBdisk.Also,recordssuchaslog-ininformationwillnotremaininthecomputerafteritsremoval.Withitsconvenience,greensoftwareiswidelyused.绿色软件或便携式软件是一个免费的小程序。它可以在不安装的情况下使用,并存储在移动硬盘和U盘等可移动存储介质中。此外,登录信息等记录在删除后将不会保留在计算机中。绿色软件以其方便性得到了广泛的应用。2023/6/2530Chapter3ComputerSoftware3.4Softwaredevelopmentlifecycle软件开发生命周期Softwaredevelopmentlifecycle(SDLC)isprocessinvolvedinthedevelopmentofsoftwareproducts.SDLCisastep-by-stepprocessinvolvedinthedevelopmentofasoftwareproduct.Itisalsodenotedassoftwaredevelopmentprocessincertainpartsoftheworld.软件开发生命周期(SDLC)是涉及软件产品开发的过程。SDLC在软件产品开发中需要一个逐步完成的步骤。在世界某些地区,它也被称为软件开发过程。2023/6/2531Chapter3Compute

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论