楼主:
winnie48 (winnie)
2015-01-27 15:21:37有两个选项有疑问,麻烦大家帮忙解答了!
1. The smallest positive number that can be represented in single precision f
loating point is 2^-126
(答案说是错的,难道最小的是零吗!?)
2. page reference sequence is 1 4 3 2 1 3 3 3 5 ,有 4 个physical frames。
若使用 least frequently used algorithm, 则最后frame 里面是1 3 4 5
(答案说是对的。但是使用LFU若遇到使用次数相同的时候,不是就依照FIFO吗?我做出
来是1 5 3 2)
先谢谢大家了!