retagged by
270 views

1 Answer

1 votes
1 votes
Index for a directly mapped cache indicates number of blocks in the cache.So if there are 6 index bits,that means there are a total of $2^{6}$ number of cache blocks present in the cache memory.
edited by

Related questions

0 votes
0 votes
1 answer
1
Anuranjan asked Mar 17, 2019
252 views
How to improve cache hit rate in case of transfer of element from 2-D array to matrix.? (Consider the column major order in 2D array)
1 votes
1 votes
1 answer
2
Anuranjan asked Mar 9, 2019
331 views
What does tag number signifies in line in cache?
0 votes
0 votes
0 answers
3
DIYA BASU asked Feb 17, 2019
580 views
Memory is word addressable with 16 bit addressesWord size=16 bitsEach block is of size 16 bits.The cache contains 8 blocks.What is the address division for:1>direct.2>as...
1 votes
1 votes
1 answer
4
DIYA BASU asked Feb 3, 2019
323 views
Main memory=512 words.block size=8 words.cache size =32 wordsThere is an array A[100] and each element is 4 words then what is the hit ratio for the following loop.for...