操作系统名词解释整理Word格式文档下载.docx
- 文档编号:13781012
- 上传时间:2022-10-13
- 格式:DOCX
- 页数:25
- 大小:230.56KB
操作系统名词解释整理Word格式文档下载.docx
《操作系统名词解释整理Word格式文档下载.docx》由会员分享,可在线阅读,更多相关《操作系统名词解释整理Word格式文档下载.docx(25页珍藏版)》请在冰豆网上搜索。
Abatchsystemisoneinwhichjobsarebundledtogetherwiththeinstructionsnecessarytoallowthemtobeprocessedwithoutintervention.
批处理系统:
将许多工作和指令捆绑在一起运行,使得它们不必等待插入,以此提高系统效率。
time-sharingsystem:
timesharingisalogicalextensionofbyswitchingamongthem,buttheswitchesoccursofrequentlythattheuserscaninteractwitheachprogramwhileitisrunning.
分时系统:
是对多道程序设计的逻辑扩展。
通过在多个作业间转换CPU,可以同时执行多个作业,但是这种转换发生的如此频繁以至于用户在程序运行的同时可以与计算机交互。
Real-timesystem:
Areal-timesystemhaswell-defined,fixedtimeconstraints.Processingmustbedonewithinthedefinedconstraints,orthesystemwillfail.
实时系统:
实时系统具有明确定义的、不变的时间约束。
处理过程必须在规定的时间内完成,否则系统就失效了。
DMA:
Itisanessentialfeatureofallmoderncomputers,asitallowsdevicestotransferdatawithoutsubjectingtheCPUtoaheavyoverhead.
直接内存访问:
一种不经过CPU而直接从内存存取数据的数据交换模式。
Systemcall:
Systemcallprovidetheinterfacebetweenarunningprogramandtheoperatingsystem.
系统调用:
系统调用为运行中的程序和操作系统提供了一个接口。
Microkernel:
themicrokernelapproachstructurestheoperatingsystembyremovingallnonessentialcomponentsfromthekernelandimplementingthemassystemanduser-levelprograms.
微内核:
微内核将所有不必要的组件从内核中去掉,并将它们作为系统和用户层程序来实现。
Process:
Itisprograminexecution。
进程:
一个正在运行的程序
PCB:
eachprocessisrepresentedintheoperatingsystembyaprocesscontrolblock(PCB).APCBcontainsmanypiecesofinformationassociatedwithaspecificprocess.
操作系统通过进程控制块(PCB)表示进程,一个PCB存储了进程的许多信息。
Jobscheduler:
thelong-termscheduler,thejob
resourceheldbyanotherprocessintheset.
死锁:
一些进程各自拥有一个资源,同时等待着另一个已被占有的资源,造成互相锁定的情况。
Starvation:
starvationisasituationinwhichprocesseswaitindefinitelywithinthesemaphore.
饥饿:
饥饿是指一个进程在信号量中无休止的等待。
Deadlockprevention:
Restrainthewaysrequestcanbemade,attackingfourconditions.
死锁预防:
只要确保造成死锁的四个条件中任意一个不成立,就可以预防死锁。
Deadlockavoidance:
Adecisionismadedynamicallywhetherthecurrentresourceallocationrequestwill,ifgranted,potentiallyleadtoadeadlock.Requiresthatthesystemhassomeadditionalaprioriinformationavailable.
死锁避免:
就是要求操作系统预先提供进程在其生命周期里要请求和释放资源的信息。
Logicaladdress:
AnaddressgeneratedbytheCPUiscommonlyreferredtoasalogicaladdress.
逻辑地址:
CPU产生的地址通常称之为逻辑地址
Physicaladdress:
anaddressseenbythememoryunit–thatis,theoneloadedintothememory-addressregisterofthememory–iscommonlyreferredtoasaphysicaladdress.
物理地址:
物理地址是内存单元的地址,也就是被装入内存的内存地址寄存器的地址。
Dynamiclinking:
linkingispostponeduntilexecutiontime.
动态链接:
动态链接直到进行时才进行链接。
Contiguousallocation:
Incontiguousmemoryallocation,eachprocessiscontainedinasinglecontiguoussectionofmemory.
连续分配:
又称连续内存分配,每个进程都包含在一个单独的连续内存区中。
Externalfragmentation:
Externalfragmentationexistswhenthereisenoughtotalmemoryspacetosatisfyarequest,buttheavailablespacesarenotcontiguous;
storageisfragmentedintoalargenumberofsmallholes.
外部碎片:
伴随着进程的装入和移除,空闲内存空间被分成了众多的小块。
当这些存在的内存空间的总大小可以满足一个请求时,外部碎片存在,但它却是不连续的(这样就不能满足请求);
存储器被分成了众多的碎片(小的分区)
Internalfragmentation:
memorythatisinternaltoapartitionbutisnotbeingused.
内部碎片:
内存在一个块内部,但不被使用。
Page:
logicalmemorybrokenintofixed-sizedblocksofthesamesizeasframescalledpages
页:
把逻辑内存分成同样大小的块,称为页。
Frame:
physicalmemorybrokenintofixed-sizedblockscalledframes
帧:
把物理内存分为固定大小的块,称为帧。
Segmentation:
segmentationisamemory-managementschemethatsupportsthisuserviewofmemory.Alogicaladdressspaceisacollectionofsegments.Eachsegmenthasanameandalength.
分段:
分段是一种内存管理机制,他支持内存的用户视角。
逻辑地址是段的集合。
每个段都有其名称和长度。
Thrashing:
Thishighpagingactivityiscalledthrashing.Aprocessisthrashingifitisspendingmoretimepagingthanexecuting.
抖动:
也叫颠簸,高频率的换页行为,如果一个进程在换页上用的时间要多于运行时间,那么这个进程就在抖动。
Workingset:
Thesetofpagesinthemostrecent△pagereferencesistheworkingset.
工作集合:
最近X个被引用的页集合。
File:
theoperatingsystemabstractsfromthephysicalpropertiesofitsstoragedevicestodefinealogicalstorageunit,thefile.Afileisanabstractdatatype.
文件:
文件是记录在外存上相关信息的具体名称的集合。
从用户角度而言,文件是逻辑外存的最小分配单元。
FCB:
AFileControlBlock(FCB)isafilesystemstructureinwhichthestateofanopenfileismaintained.
文件控制块FCB是系统为管理文件而设置的一个数据结构.FCB是文件存在的标志,它记录了系统管理文件所需要的全部信息.
Logicalfilestructure:
文件逻辑结构:
文件逻辑结构是从用户观点出发所看到
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 操作系统 名词解释 整理
