操作系统作业及答案汇总.doc

  1. 1、本文档共5页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
操作系统作业及答案汇总

第一次作业(Assignment-1) 1.1 What are the three main purposes of an operating system? 1)环境提供者,为计算机用户提供一个环境,使得能够在计算机硬件上方便、高效的执行程序 2)资源分配者,为解决问题按需分配计算机的资源,资源分配需尽可能公平、高效 3)控制程序 监控用户程序的执行,防止出错和对计算机的不正当使用 管理I/O设备的运行和控制 1.3 What is the main advantage of multiprogramming? 1)高效地使用CPU,通过重叠来自不同用户对CPU和I/O设备的需求 2)增加CPU的利用,设法让CPU执行有意义的指令 1.10 What is the main difficulty that a programmer must overcome in writing an operating system for a real-time environment? 主要的困难是保持在操作系统内固定时间约束的实时系统。如果系统不能在一定的时间范围内完成一项任务,它可能会导致整个系统的运行故障。因此,写一个实时系统的操作系统时,作者必须确保其调度方案不允许响应时间超过时间限制。个人电脑时最好的工作是小到可以合理执行它时的表现足以执行程序到用户的满意。 第二次作业(Assignment-2) 2.3 What are the differences between a trap and an interrupt? What is the use of each function? 1)An interrupt是硬件产生的系统内的流的改变 2)A trap是软件产生的“中断”。 3)interrupt可以被I/O用来产生完成的信号,从而避免CPU对设备的轮询 4)A trap可以用来调用OS的例程或者捕获算术错误 2.5 Which of the following instructions should be privileged? a. Set value of timer. b. Read the clock. c. Clear memory. d. Turn off interrupts. e. Switch from user to monitor mode. a. Set value of timer.定时器的设定值清除内存。关闭中断从用户切换到监控模式切换到监控模式。阅读来自monitormemory。写入显示器内存。关闭定时器中断。 2.10 Writing an operating system that can operate without interference from malicious or undebugged user programs requires some hardware assistance. Name three hardware aids for writing an operating system, and describe how they could be used together to protect the operating system. a. Monitor/user mode 显示器/用户模式 b. Privileged instructions 特权指令 c. Timer 定时器 d. Memory protection内存保护 益处通常包括以下的(a)添加新的服务不需要修改内核,(b)为更安全的,因为更多的操作完成在用户模式下比在内核模式中,以及(c)一个简单的内核设计和功能通常结果在一个更可靠的操作系统。该系统易于调试和安全问题是很容易解决的。 虚拟机还提供了操作系统研究的一个很好的平台,因为许多不同的操作系统可以运行在一个物理系统。 6.4 Suppose that the following processes arrive for execution at the times indicated. Each process will run the listed amount of time. In answering the questions, use nonpreemptive scheduling and base all decisions on the information you have at the time the decision must be made. Process Arrival Time Burst Time P1 0.0

文档评论(0)

zhanghc + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档