Computer Science, asked by mannikalanah7411, 1 year ago

if a process tries to access a page which was not present in the main memory will cause

Answers

Answered by Anonymous
1

Answer:

Explanation:

Page faults. When a process tries to reference a page not currently present in RAM, the processor treats this invalid memory reference as a page fault and transfers control from the program to the operating system. ... Return control to the program, transparently retrying the instruction that caused the page fault.

Answered by Anonymous
0

Explanation:

Page faults When a process tries to reference a page not currently present in RAM, the processor treats this invalid memory reference as a page fault and transfers control from the program to the operating system. ... Return control to the program, transparently retrying the instruction that caused the page fault.

Similar questions