Page 1 of 1

Database Question:

Posted: Sat May 14, 2022 2:50 pm
by answerhappygod
Database Question:
Database Question 1
Database Question 1 (22.23 KiB) Viewed 48 times
Consider the Least Recently Used (LRU) page replacement policy. Assume that there are only 4 page slots available in the buffer pool. If a page reference sequence is: 7,0, 1, 2,0,3, 0, 4 (in order from left to right). Which page is the first to be evicted from the buffer pool? 3 O 1 4 4 O 2 O 7