If you have a 16 MB logical address space and wish to have 8KB-pages for logical to physical mapping, how many bits should be allocated for indexing into the page table?

16M = 2^24

8K = 2^13
so you need 24-13 = 11 bits