Question:
Paging: virtual address to physical address translation
Given the following page table for a process currently executing on a processor,
Virtual page number | Valid bit | Frame number
0 | 1 | 4
1 | 1 | 7
2 | 0 | -
3 | 1 | 2
4 | 0 | -
5 | 1 | 0
What physical address (if any) would virtual address 1053 translate to?
All numbers are decimal, everything is numbered starting from 0, and all addresses are memory byte addresses. The page size is 1024 bytes.