操作系统
zsy今天又可爱了
这个作者很懒,什么都没留下…
展开
-
操作系统作业1
第一章作业1.1题目:What are the three main purposes of an operating system?操作系统的三个主要目的是什么?回答:为计算机用户提供以方便和高效的方式在计算机硬件上执行程序的环境。根据需要分配计算机的独立资源来解决所给出的问题。分配过程应尽可能公平有效。监督用户程序的执行,以防止错误和不当使用计算机并管理操作和控制I/O...原创 2019-06-26 17:20:30 · 2841 阅读 · 4 评论 -
操作系统作业9
Use the simulator to perform some basic RAID mapping tests. Run with different levels (0, 1, 4, 5) and see if you can figure out the mappings of a set of requests. For RAID-5, see if you can figure ou...原创 2019-06-26 18:07:43 · 543 阅读 · 0 评论 -
操作系统作业8
首先,了解线性页表大小随地址空间的增长而变化的方式:paging-linear-translate.py -P 1k -a 1m -p 512m -v -n 0paging-linear-translate.py -P 1k -a 2m -p 512m -v -n 0paging-linear-translate.py -P 1k -a 4m -p 512m -v -n...原创 2019-06-26 18:06:53 · 804 阅读 · 0 评论 -
操作系统作业6
第六章作业6.2题目:Explain the difference between preemptive and non-preemptive scheduling.回答:在抢占式调度中,CPU在有限时间内被分配给进程。在非抢占式调度中,CPU被分配给进程,直到它终止或切换到等待状态。抢占式调度中的执行过程在执行时被中断而非抢占式调度中的执行过程在执行时不会中断。(在...原创 2019-06-26 18:04:05 · 2869 阅读 · 0 评论 -
操作系统作业5
第五章作业5.1题目:In Section 5.4, we mentioned that disabling interrupts frequently can affect the system’s clock. Explain why this can occur and how such effects can be minimized.回答:时钟以固定的周期时间间隔产...原创 2019-06-26 18:03:28 · 5470 阅读 · 1 评论 -
操作系统作业4
第四章作业4.1题目:Provide three programming examples in which multithreading provides better performance than a single-threaded solution.回答:一个Web服务器接收到对网页、图片、声音等的客户端请求。流量比较高的服务器可能同时有很多客户端访问它。如果Web...原创 2019-06-26 18:02:58 · 5703 阅读 · 0 评论 -
操作系统作业3
第三章作业3.1题目:Using the program shown in Figure 3.30, explain what the output will be at Line A.回答:结果为:PARENT: value = 5。子进程改变的是子进程的value值,当控制权给回父进程之后,他的值保持为5。3.2题目:Including the ...原创 2019-06-26 18:02:26 · 4277 阅读 · 0 评论 -
操作系统作业2
第二章作业2.1题目:What is the purpose of system calls?回答:系统调用提供操作系统服务接口。使用户级进程请求系统服务,间接的使用硬件资源。2.2题目:What are the five major activities of an operating system with regard to process ma...原创 2019-06-26 18:00:40 · 2234 阅读 · 0 评论 -
操作系统实验1
HUNANUNIVERSITY操作系统实验报告 题目: 实验1 学生姓名: 周思宇 学生学号: 201608030201 ...原创 2019-06-26 18:09:58 · 3276 阅读 · 0 评论