Assume that the page table for the process currently running on the processor looks as shown in the figure below. All numbers are decimal, all numbers starting with 0 and all addresses are memory syllable addresses. The page size is 1024 bytes.
Which physical address (if any) does each of the following logical (virtual) addresses correspond to? Indicates if a page error occurs while translating the title.
Which physical address (if any) does each of the following logical (virtual) addresses correspond to? Indicates if a page error occurs while translating the title. a) 1085 b) 2321 c) 5409
number of pages | valid/invalid bit | number of frames |
---|---|---|
0 | 1 | 4 |
1 | 1 | 7 |
2 | 0 | - |
3 | 1 | 2 |
4 | 0 | - |
5 | 1 | 0 |
I don't want the solution for this problem, I want someone to explain how this kind of problems are solved.