present/absent bit dirty bit frame # disk address
_____ A page fault event is sent to the operating system. _____ The hardware translates the address using the page table. _____ The operating system schedules a disk read to copy the page into a frame. _____ The operating system suspends the program, which does not run any more instructions. _____ The operating system marks the program as able to resume. _____ The operating system uses a victim selection algorithm to find a frame in memory to overwrite. _____ The program generates an address during a memory read or write. _____ The hardware detects via the present/absent bit that the page is not in memory.