The question is:
Consider a virtual address space of 256 pages with page size of 4KB, mapped onto a physical memory of 128 frames. How many total bits are required in the virtual address? How many total bits are required in the physical address?
I can't figure out how to number of frames is used with the number of pages to find the bits required.
Can someone explain the steps required to solve this problem?