1 1 vote Consider a system with page size p and average process size m and size of each page table entry is e. what is the amount of space required by page table ? me / p mp / e mpe pe / m Operating System operating-system paging + – rsansiya111 576 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 2 2 votes Given Process size is m , and page size as p and page table entry is e. we know that process is divided into pages . so, noof pages= process size/page size =m/p we know that page table size = noof pages * page table entry size(PTE)= (m/p)*e So option A is correct GNANESWARA SAI answered Dec 10, 2022 • selected Dec 11, 2022 by rsansiya111 GNANESWARA SAI comment Share Follow 0 reply Please log in or register to add a comment.