This procedure gives the location of an instruction with respect to the job’s pages.
However, these pages are only relative; each page is actually stored in a page frame that
can be located anywhere in available main memory. Therefore, the algorithm needs to
be expanded to find the exact location of the byte in main memory. To do so, we need to
correlate each of the job’s pages with its page frame number using the Page Map Table.