Assume a System with -------------------- 8 bit Virtual Address 16 byte Page Size 8 page frames of RAM (1) How many bits of a virtual address (VA) are used for the page offset? And, which bits are they? (2) How many bits of VA are used for the page number? And, which bits are they? (3) How many bits are needed for physcial addresses? (4) For each Virtual Address listed below, break into its Page Number and Offset Values, and then Translate it to is Physical Address using the following partial Page Table entries: PARTIAL PAGE TABLE: VALID FRAME NUMBER ---------------------- 00: 1 | 101 ---------------------- 01: 1 | 110 ---------------------- 10: 1 | 111 ---------------------- 11: 1 | 010 ---------------------- 100: 1 | 000 ---------------------- Virtual Address Page Number Offset Physical Address ----------------------------------------------------------------------- 00110101 ----------------------------------------------------------------------- 00011100 ----------------------------------------------------------------------- 00000010 ----------------------------------------------------------------------- 01000101 ----------------------------------------------------------------------- 00100101 ----------------------------------------------------------------------- -----------------------------------------------------------------------