Suppose you have a 16-bit machine with a page size of 16B. Assume that any unsigned integer can be a potential memory address. Also, assume that the machine can support up to only 32KB of physical memory. (1K = 210)
Translate the virtual address 0x0007 to its physical address (base 16) via the segmented-paging scheme. Assume that a program has two segments and a page size of 16B.