Question: What happens if an instruction references a memory address of a page on disk (not present in memory)?
A | Page fault terminates process | B | Out of memory error terminates process |
C | Instruction reads/writes page on disk directly | D | Page fault handler loads page into memory and instruction is repeated |