While executing a program, if the program references a page which is not…
2026
While executing a program, if the program references a page which is not available in the main memory then it is known as?
- A.
Demand Paging
- B.
Frame Fault
- C.
page fault
- D.
processor fault
Attempted by 95 students.
Show answer & explanation
Correct answer: C
Ans : C
Explanation: While executing a program, if the program references a page which is not available in the main memory because it was swapped out a little ago, the processor treats this invalid memory reference as a page fault.