-->
当前位置:首页 > Luz 第5964页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

单选题:consider an operating system that manages the main memory with t

Luz5年前 (2021-05-10)797
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

Luz5年前 (2021-05-10)1029
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

Luz5年前 (2021-05-10)751
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

Luz5年前 (2021-05-10)778
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?

Luz5年前 (2021-05-10)762
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 ______.

Luz5年前 (2021-05-10)771
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

Luz5年前 (2021-05-10)760
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

Luz5年前 (2021-05-10)1542
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

Luz5年前 (2021-05-10)708
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

Luz5年前 (2021-05-10)698
Which of the following memory management method can eliminate external fragmentation? @[B](1)A. contiguous allocation…