摘要:
**1. Suppose that a disk drive has 5,000 cylinders, numbered 0 to 4,999. The drive is currently serving a request at cylinder 2,150, and the previous 阅读全文
摘要:
1. Contrast the performance of the three techniques for allocating disk blocks (contiguous, linked, and indexed) for both sequential and random file a 阅读全文
摘要:
1. Consider a file system in which a file can be deleted and its disk space reclaimed while links to that file still exist. What problems may occur if 阅读全文
摘要:
1. Assume we have a demand-paged memory. The page table is held in registers. It takes 8 milliseconds to service a page fault if an empty page is avai 阅读全文
摘要:
**1 - Consider the traffic deadlock depicted in the following Figure. Show that the four necessary conditions for deadlock indeed hold in this example 阅读全文
摘要:
1 - The first known correct software solution to the critical-section problem for two processes was developed by Dekker. The two processes, P0 and P1, 阅读全文
摘要:
**1 - Discuss how the following pairs of scheduling criteria conflict in certain settings. CPU utilization and response time Average turnaround time a 阅读全文
摘要:
1 - Provide two programming examples in which multithreading does not provide better performance than a single-threaded solution. 一种是以串行操作为主的程序,例如对数字图 阅读全文