retagged by
5,300 views

1 Answer

5 votes
5 votes

Cache Size = 64KB = 216 Bytes

Line Size = 128 Bytes

Number of Lines = 216 / 128 = 29 = 512

As cache is 4-way set associative.

Number of sets = 512/4 = 128

Related questions

0 votes
0 votes
0 answers
1
Jasmeet Kaur asked Nov 27, 2021
548 views
An eight-way set-associative cache is used in a computer in which the real memory size is 232 bytes. The line size is 16 bytes, and there are 210 lines per set. Calculate...
3 votes
3 votes
2 answers
2
biranchi asked Nov 16, 2016
4,876 views
Consider the memory system in which the block size in cache and main memory are equal. Cache consists of 512 blocks and main memory consists of 8192 blocks. Cache is 4-wa...
0 votes
0 votes
2 answers
3
Tehreem asked Sep 22, 2015
1,023 views
If there is k-set associative cache, with total x cache blocks, and 2^n main memory locations, how is the mapping calculated?
0 votes
0 votes
1 answer
4
focus _GATE asked Jun 5, 2015
6,534 views
16 KB, 4-way set-associative cache, 32-bit address, byte addressable memory, 32-byte cache blocks/linesHow many tag bits?Where would you find the word at address 0x200356...