STEP 1 Do the arithmetic computation just described to determine the page number
and displacement of the requested byte.
• Page number = the integer quotient from the division of the job space address by the
page size
• Displacement = the remainder from the page number division
In this example, the computation shows that the page number is 2 and the displacement
is 14.