-->

When does page fault error occur?

- It occurs when a page that has not been brought into main memory is accessed.

Explain thrashing.

- In virtual memory system, thrashing is a high page fault scenario. It occurs due to under-allocation of pages required by a process.

- The system becomes extremely slow due to thrashing leading to poor performance.