操作系统作业与答案汇总.docVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
操作系统作业与答案汇总

第一次作业(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.定时器的设定值 c. Clear memory.清除内存。 d. Turn off interrupts.关闭中断 e. Switch from user to monitor mode.从用户切换到监控模式 2.8 Protecting the operating system is crucial to ensuring that the computer system operates correctly. Provision of this protection is the reason behind dual-mode operation, memory protection, and the timer. To allow maximum flexibility, however, we would also like to place minimal constraints on the user. The following is a list of operations that are normally protected. What is the minimal set of instructions that must be protected? a. Change to user mode. b. Change to monitor mode. c. Read from monitor memory. d. Write into monitor memory. e. Fetch an instruction from monitor memory. f. Turn on timer interrupt. g. Turn off timer interrupt. Answer b. Change to monitor mode.切换到监控模式。 c. Read from monitor memory.阅读来自monitormemory。 d. Write into monitor memory.写入显示器内存。 g. Turn off timer interrupt.关闭定时器中断。 2.10 Writing an operating system that can

文档评论(0)

yan698698 + 关注
实名认证
文档贡献者

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

1亿VIP精品文档

相关文档