Given the reference string of page accesses: 1 2 3 4 2 3 4 1 2 1

分类: OS 发布时间: 2023-11-15 03:43 浏览量: 1

Given the reference string of page accesses: 1 2 3 4 2 3 4 1 2 1 1 3 1 4 and a system with three page frames, what is the final configuration of the three frames after the LRU algorithm is applied?

A.1, 3, 4

B.3, 1, 4

C.4, 1, 2

D.1, 2, 3

正确答案是B