Computer Science, asked by jassmeet9674, 11 months ago

What is page fault rate? Explain with an example.

Answers

Answered by manojsah7631
0

A page fault (sometimes called #PF, PF or hard fault) is a type of exception raised by computer hardware when a running program accesses a memory page that is not currently mapped by the memory management unit (MMU) into the virtual address space of a process.

Answered by omegads04
0

Answer: A page fault  is a type of exception raised by computer hardware when a running program accesses a memory page that is not currently mapped by the memory management unit  into the virtual address space of a process.

Explanation: Operating systems such as Windows and UNIX provide differing mechanisms for reporting errors caused by page faults. Windows uses structured exception handling to report page fault-based invalid accesses as access violation exceptions, and UNIX systems typically use signals, to report these error conditions to programs.

Similar questions