- 博客(10)
- 收藏
- 关注
原创 操作系统实验1
HUNANUNIVERSITY操作系统实验报告 题目: 实验1 学生姓名: 周思宇 学生学号: 201608030201 ...
2019-06-26 18:09:58 3277
原创 操作系统作业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
原创 操作系统作业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 806
原创 操作系统作业6
第六章作业6.2题目:Explain the difference between preemptive and non-preemptive scheduling.回答:在抢占式调度中,CPU在有限时间内被分配给进程。在非抢占式调度中,CPU被分配给进程,直到它终止或切换到等待状态。抢占式调度中的执行过程在执行时被中断而非抢占式调度中的执行过程在执行时不会中断。(在...
2019-06-26 18:04:05 2887
原创 操作系统作业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 5480 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 5714
原创 操作系统作业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 4286
原创 操作系统作业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 2241
原创 操作系统作业1
第一章作业1.1题目:What are the three main purposes of an operating system?操作系统的三个主要目的是什么?回答:为计算机用户提供以方便和高效的方式在计算机硬件上执行程序的环境。根据需要分配计算机的独立资源来解决所给出的问题。分配过程应尽可能公平有效。监督用户程序的执行,以防止错误和不当使用计算机并管理操作和控制I/O...
2019-06-26 17:20:30 2842 4
原创 归总
归总本科作业以及实验数据结构数字电路与逻辑设计计算机系统lab1_alab1_blab2lab3作业2作业3作业4作业5作业6作业7计算机系统实验bomblabperflabcachelab_acachelab_b数字系统实验逻辑电路1电路2电路3电路4离散数学w2w4w6w8w10w12w14算法实验报告1...
2019-06-26 17:16:49 281
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人