The sequence of steps for the process of handling a page fault in an operating system is:
A. Find the location of the desired page on disk
B. Schedule a disk operation to read the desired page into a free frame
C. Modify the page table to show that the page is now in memory
D. Restart the instruction that was interrupted by the page fault
E. Choose a page to replace if no free frame is available
Choose the correct answer from the options given below:
1
A, B, E, C, D
2
A, E, B, C, D
3
A, B, C, E, D
4
E, A, B, C, D
5
Question Not Attempted