797 views

1 Answer

Best answer
2 votes
2 votes

block size=4*2=8 bytes

no of blocks =16kB/8=2048

so for cache indexing 11 bits are required




3 bit for offset (assuming byte addressing; 2 for word addressing)

and 32-14=18 for tag (19 if word addressing is used)

selected by

Related questions

0 votes
0 votes
0 answers
1
SSR17 asked Feb 8
206 views
we have 8 pages (each side 32B) to store in physical memory of 2^32 bits how many bits are required to identify each page , according to me 3 bits are required but that i...
0 votes
0 votes
2 answers
4
Unique_999 asked Aug 17, 2023
319 views
Can Any explain the relationship between The “ Word Size “ and “ Logical Address Space “