操作系统期末考试总结.pdf
《操作系统期末考试总结.pdf》由会员分享,可在线阅读,更多相关《操作系统期末考试总结.pdf(23页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、操作系统期末考试总结郑州轻工业20 xx年操作系统期末考试试卷1.现代操作系统的特征是:_ _ _ _2.进程与进程控制块(PCB)(选择 是”/“不是)一一对应的关系。3.引入临界资源后,程序段被分为、和 四个区域。4.处理机的调度层次包括()、()和(),其中,调度频率最低的是0,必不可少的一种调度是(),为了提高内存利用率的一种调度()。5.产生死锁的原因是()和(),其中引发死锁的最根本的原因是()。6.刚刚创建的进程会由创建态转变为(),得到处理机的调度转变为(),执行中的进程如果申请资源得不到,将会转变为(),得到资源,再次转变为(),正在执行输入输出操作的进程将处于()。7.如果
2、并发执行的五个进程都需要使用临界资源R,并且每个进程对资源R的需求量都是3,那么现在资源R至少有()个时不管怎么调度,一定不会出现死锁。若初始时资源R有9个,每个并发进程对资源的需求量为3,则最多有()个进程并发执行一定不会出现死锁。8.为某种临界资源设置信号量S,若S的初始值为5,当前值为3,则当前处于阻塞状态的进程有()个,系统可供分配的该资源的个数是()个。9.两个或两个以上的时间在同一时间间隔内发生叫 ;两个或两个以上的时间在同一时刻发生叫 ;所以,现代操作系统的特征是。10.简述操作系统的功能11.简述PCB的作用与组成12.简述进程的定义与特征。13.简述进程与程序的区别。14.简
3、述产成死锁的四个必要条件。15.简述进程同步应该遵循的四个原则16.简述死锁的定义与产生死锁的原因。17.简述处理死锁的方法。18.用信号量机制给出读者写者问题的解决方案19.用信号量机制实现不会出现死锁的哲学家进餐问题20.在单C P U条件下有下列要执行的作业作业到来的时间是按作业编号顺序进行的(即后面作业依次比前一个作业迟到一个时间单位)。(1)用一个执行时间图描述在下列算法时各自执行这些作业的情况:RR(时间片=1)和非抢占式优先级。作业运行时间优先级A33B 1 1C23D 1 4E52(2)对于上述每种算法,各个作业的周转时间是多少?平均周转时间是多少?(3)对于上述每种算法,各个
4、作业的带权周转时间和平均带权周转时间各是多少?1.虚拟存储器实现的理论基础是 2.动态分区分配算法中,首次适应算法按照 组织空闲区,最佳适应算法按照 组织空闲区,而最差适应算法则是按照 组织空闲区。3.动态分区分配算法中,分配效率最高的算法是4.与动态分区分配算法相比,可重定位分区分配算法增加了 的功能。5.关于碎片的问题:固定分区分配算法容易形成,动态分区分配算法容易形成,基本分页容易形成,基本分段容易形成。6.基本分页存储管理方式中,一个进程有 张页表;基本分段存储管理方式中,一个进程有 张段表;而段页式存储管理方式中,一个进程有 张页表和 张段表,其中页表的个数取决于;系统的虚拟分页系统
5、中,第一次调入的页面都从调入,而第二次调入的页面则全部从 调入。8.按照设备的共享属性可以把设备分为、和 三类。9.所谓虚拟设备技术就是通过某种方法将一个 转变成一个 的技术。10.独占设备分配时,依次要访问的数据结构是、和。系统是由、和 三部分构成的,其中,在磁盘空间开辟的模拟输入输出设备的是 912.磁盘访问时间是由、和 三部分时间构成的。13.简述分页和分段的区别。14.简述虚存的定义及特征。15.简述抖动的定义和引发抖动的原因。16.简述缺页中断和一般中断的不同之处。17.设备控制器是由、和 三部分构成的,控制器中传递是的、和三种信号。18引入通道的好处是什么,为什么说通道时一种特殊的
6、处理机.19.试以打印机为例说明如何实现SPOOLING系统20.简述DMA的工作原理21.简述通道I/O方式的工作原理22.某虚拟分页系统中,页面大小为2KB,一逻辑空间由 16页构成的程序,系统为其分配的的物理块数为4,且已知页号为0、1、2、3 的页面已调入块号为6、9、12、8 的物理块中,若物理空间的大小为256M B,则:(1)逻辑地址用多少位二进制信息表示;物理地址用多少位二进制信息表示?(2)请将下列逻辑地址转换为物理地址:a)1928;b)lFC86H;c)263BH;d)1698BH23.假定系统为某进程分配了 4 个物理块,进程运行时的页面走向为 7,0,120,3,0,
7、4,2,3,0,3,2,1,2,0,7,0,1,开始时 4个物理块均为空,给出采用最佳置换算法时页面置换情况,并计算出该算法的缺页率?(1)最佳置换淘汰算法(2)先进先出淘汰算法(3)最近最久未使用淘汰算法24.已知有7 个进程请求访问磁盘,待访问的磁道号分别为90、100、20、120、55、61、3 5,磁头当前位置在50号磁道,求采用最短寻道时间优先算法时,各磁道访问顺序和平均寻道长度。1.按照逻辑结构把文件分为和两种。2.站在用户的角度看到的文件的结构成为文件的,站在系统存储的角度看到的文件的结构成为文件的()3.目录结构引入目的是实现。中是把设备作为 来进行管理和使用的。5.事物具有
8、的四个特性是、和6.系统调用中的参数传递方式有、和。7.文件和目录项之间是 的关系,目录项的构成有两种方式,即 作为目录项和 作为目录项。与文件是 的关系,索引结点和文件是 的关系。9.试说明系统调用和一般过程调用的不同之处。10.简述UNIX系统中引入索引节点的好处。简述UNIX中文件共享的两种方式。11.简述UNIX中文件共享的两种方式12.简述系统调用的执行过程13.简述命令解释程序的功能。14.已知路径名/usr/joe/src,画出目录查找过程的示意图(图中如需使用目录/文件结点号和盘块号,请根据需要自拟)。15.存放在某磁盘上的文件系统采用混合索引分配方式,其中FCB由4个地址项构
9、成,前两个地址项是直接寻址方式,第三个地址项是一次间接寻址方式,第四个地址项是二次间接寻址。若每个盘快的大小为1KB,盘块号用4 个字节描述。那么:(1)源文件系统允许文件的最大长度是多少?(3 分)(2)将文件的字节偏移量500、5000和 500000转换为物理块号和块内偏移。16.成组链接法相关问题:参看课本或者上课习题。第二篇:写作课期末考试总结5900字概括 A paragraph is a unity of thoughtcomposed of sentences,smallerunits of thought,that relate to a single topic.a goo
10、d paragraph is composed in such a way that it has:1)unity:each sentence a relates to a main idea withnothing in theparagraph not covered by the topic sentence.2)Coherence:the sentence are tied each other and to themainidea,they flow smoothly.3)Completeness:it explores the main idea explicitly andcon
11、cretely,with plenty of details,examples,andexplanations.1 An excellent way of achieving unity is by means of thetopic.properly used,the topic sentence forces the writerto andto sustain the point he is trying to establish.The topic sentence properly used can achieve unity in theparagraph,which indica
12、tes the importance of topicsentence.The topic sentence is an emphatically placed,explicitstatedmentof the central idea in a paragraph.in short,a good topic sentence has a limited subjectand a sharp focus,namely,a good topic sentence is nottoogeneral nor too narrow.a topic sentence that is toogeneral
13、requires much more than paragraph to develop it.a topicsentencethat is too narrow leaves little to be said in the rest of theparagraph.Coherence is connection and consistency.Just topic sentence help reader follow our ideas,othersingeralso help them understand what we have to say.we canestablishbett
14、er coherence by using the following devices;pronounreference repetition,and transitional words and phrases.Completeness:Completeness in a paragraph means that the topic isadequatelydevelop bydetails explanation definitions.evidences,and thelike,so that the reader is not left with what only a fuzzyid
15、eaof what the writer means.2development of the main idea,then,is like enlarging aphotograph to make details clearer.so.development intheparagraph is as unity and coherence because skillfuldevelopmenthelps us to stick to our subject and focus and to keep upthesense of oneness.Three basic patterns of
16、logical reasoning in paragraphdevelopment:inductive 归纳法(periodic paragraph 掉尾段)deductive演绎法,and inductive-deductive(major support 主承接minor support)The most important sequences of development aregeneral toparticular particular to general,climactic 层递顺序,chronological时间顺序,and spatial空间顺序.climactic sequ
17、ence:the most intense or highest point ofinterestis saved for the final sentence,which may be,but is notnecessarily,the topic sentence.Chronological sequence:sentence is one in which earlierthingsprecede later things;items are listed in the order in whichtheyocuur in time,the most obvious use of a c
18、hronologicalsequenceis in telling a story.Spatial sequence:a is used in descriptions of varioustypes,itstarts the reader at a particular point and then moveslogicallyin some direction,from one place to another.Among the most important types of paragraphdevelopment aredevelopment by details compariso
19、n andcontrast,process classification and partition,cause andeffect.definition,and mixed development.A comparison shows how two or more things arealike,and acontrast shows how they are deferent.When we divide,we begin with a whole,a completebody ofinformation or one idea,and break it into its parts.w
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 操作系统 期末考试 总结
限制150内