Page Fault Exception

Home > Computer Science > Computer Architecture > Interrupts and Exceptions > Page Fault Exception

This is raised by the CPU when it tries to access a memory location that is not currently available in the main memory. This may be due to the memory being swapped out or not yet allocated.