Computer Architecture and Design Question:
Download Questions PDF

Cache Size is 64KB, Block size is 32B and the cache is Two-Way Set Associative. For a 32-bit physical address, give the division between Block Offset, Index and Tag.

Answer:

64k/32 = 2000 blocks
2 way set assoc- 2000/2 = 1000 lines-> 10 bits for index
32B block-> 5 bits for block offset
32-10-5= 17 bits for tag

Download Computer Architecture Interview Questions And Answers PDF

Previous QuestionNext Question
What is the pipelining?What is a Snooping cache?