当前位置:首页
> Luz 第5964页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:consider an operating system that manages the main memory with t
consider an operating system that manages the main memory with the variable-sized multiple-partition method. Given free…
单选题:In a computer system, a Best-Fit dynamic storage allocation stra
In a computer system, a Best-Fit dynamic storage allocation strategy is used. The initial free main memory is 55MB. In c…
单选题:Assume that five memory partitions are of size 100KB, 500KB, 200
Assume that five memory partitions are of size 100KB, 500KB, 200KB, 300KB, and 600KB (in order). The processes of 212KB,…
单选题:Assume that five memory partitions are of size 100KB, 500KB, 200
Assume that five memory partitions are of size 100KB, 500KB, 200KB, 300KB, and 600KB (in order). The processes of 212KB,…
单选题:Which method can solve thrashing problem?
Which method can solve thrashing problem? @[B](1)A. Add fast disksB. Add more memoryC. Add TLBD. Add fast…
单选题:The problem with the Best Fit algorithm is ______.
The problem with the Best Fit algorithm is ______.@[B](1)A. it causes the most internal fragmentation.B. it leaves the s…
单选题:The memory management method that has better solution to the fra
The memory management method that has better solution to the fragmentation is_____@[A](1)A. paging…
单选题:In a dynamic memory allocation system, we have a list of availab
In a dynamic memory allocation system, we have a list of available blocks: @[D](1)```Free block No. Block size(KB) Blo…
单选题:Which of the following memory management is not suitable for a m
Which of the following memory management is not suitable for a multi-programming environment?@[A](1)A. single contiguou…
单选题:Which of the following memory management method can eliminate ex
Which of the following memory management method can eliminate external fragmentation? @[B](1)A. contiguous allocation…