Given a machine with a 4K page size, complete the table below showing the
physical address corresponding to the given virtual address.
Write "page fault" if the virtual address results in a page fault,
"segmentation fault" if the virtual address cannot be translated.
| virtual address |
physical address |
| 0 |
|
| 32768 |
|
| 17000 |
|
| 21000 |
|
| 8676 |
|
Use the following page table to complete the translations.
| present |
frame number |
| 1 |
5 |
| 1 |
9 |
| 1 |
17 |
| 1 |
3 |
| 1 |
4 |
| 0 |
0 |
| 1 |
6 |
| 1 |
20 |