Consider a simple paging system with the following parameters: 2 32 bytes of physical memory; page size of 2 10 bytes; 2 16 pages of logical address space. ( 10 pts )
( 1 ) How many bits are in a logical address? ( 2 pts )
( 2 ) How many bytes in a frame? ( 2 pts
( 3 ) How many bits in the physical address specify the frame? ( 2 pts )
( 4 ) How many entries in the page table? ( 2 pts )
( 5 ) How many bits in each page table entry? Assume each page table entry contains a valid/invalid bit. ( 2 pts )