PAGE SIZE = SECTOR SIZE = 16
VIRTUAL MEMORY = 16k => MAX PAGEs AVAILABLE = 1000
RAM = 1024 => MAX FRAMEs AVAILABE = 64
Victim page selection algorithm: Least Frequently Used(LFU)
- Ask for the number of pages in their program.
- Ask for the number of frames allocated to the program.
- Randomly generate a program counter instruction address (known as logical address).
- Look for the physical address.
- If the physical address is not valid(the page not loaded into RAM yet), a page fault occurred.