欢迎来到天天文库
浏览记录
ID:39711311
大小:202.50 KB
页数:19页
时间:2019-07-09
《操作系统名词解释整理资料》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、==================================名词解释======================================Operatingsystem:operatingsystemisaprogramthatmanagesthecomputerhardware.Theoperatingsystemistheoneprogramrunningatalltimesonthecomputer(usuallycalledthekernel),withallelsebeing
2、systemsprogramsandapplicationprograms.操作系统:操作系统一个管理计算机硬件的程序,他一直运行着,管理着各种系统资源Multiprogramming:Multiprogrammingisoneofthemostimportantaspectsofoperatingsystems.MultiprogrammingincreasesCPUutilizationbyorganizingjobs(codeanddata)sothattheCPUalwayshasoneto
3、execute.多程序设计:是操作系统中最重要的部分之一,通过组织工作提高CPU利用率,保证了CPU始终在运行中。batchsystem:Abatchsystemisoneinwhichjobsarebundledtogetherwiththeinstructionsnecessarytoallowthemtobeprocessedwithoutintervention.批处理系统:将许多工作和指令捆绑在一起运行,使得它们不必等待插入,以此提高系统效率。time-sharingsystem:time
4、sharingisalogicalextensionofbyswitchingamongthem,buttheswitchesoccursofrequentlythattheuserscaninteractwitheachprogramwhileitisrunning.分时系统:是对多道程序设计的逻辑扩展。通过在多个作业间转换CPU,可以同时执行多个作业,但是这种转换发生的如此频繁以至于用户在程序运行的同时可以与计算机交互。Real-timesystem:Areal-timesystemhaswel
5、l-defined,fixedtimeconstraints.Processingmustbedonewithinthedefinedconstraints,orthesystemwillfail.实时系统:实时系统具有明确定义的、不变的时间约束。处理过程必须在规定的时间内完成,否则系统就失效了。DMA:Itisanessentialfeatureofallmoderncomputers,asitallowsdevicestotransferdatawithoutsubjectingtheCPUto
6、aheavyoverhead.直接内存访问:一种不经过CPU而直接从内存存取数据的数据交换模式。Systemcall:Systemcallprovidetheinterfacebetweenarunningprogramandtheoperatingsystem.系统调用:系统调用为运行中的程序和操作系统提供了一个接口。Microkernel:themicrokernelapproachstructurestheoperatingsystembyremovingallnonessentialcomp
7、onentsfromthekernelandimplementingthemassystemanduser-levelprograms.微内核:微内核将所有不必要的组件从内核中去掉,并将它们作为系统和用户层程序来实现。Process:Itisprograminexecution。进程:一个正在运行的程序PCB:eachprocessisrepresentedintheoperatingsystembyaprocesscontrolblock(PCB).APCBcontainsmanypiecesof
8、informationassociatedwithaspecificprocess.PCB:操作系统通过进程控制块(PCB)表示进程,一个PCB存储了进程的许多信息。Jobscheduler:thelong-termscheduler,thejobscheduler,selectsprocesseswhicharespooledtoamass-storagedeviceandloadsthemintomemoryforexecution.19作业调度:又称长程调度,从
此文档下载收益归作者所有