Question: Assume a two-way set associative with 32 KB capacity and 64 bytes blocks.
Part a: How many bits are needed to represent the index size?
Part b: What would be the index size if 8-way set associative cache were used with the same capacity and block size?
Describe each and every part in depth with examples.