Recent questions tagged cache-memory

1 votes
1 answer
152
What does tag number signifies in line in cache?
0 votes
0 answers
153
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 answer
154
If a computer executes a store, should it place the data into the cache or main memory?Cache onlyMain memory onlyBoth cache and main memoryCache only OR Both cache and ma...
1 votes
1 answer
158
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...
0 votes
1 answer
159
Main memory=512 words.block size=8 words.cache size =32 wordswhat is tag,line no.,block offset bits
0 votes
1 answer
161
If main memory size=128KB.cache size 16KB .block size 256B.And memory is word addressable each word is 4B .Then is the address divided into :tag=3bits.line no=6 bitsblock...
0 votes
1 answer
163
For a 4 bit set associative cache 10 bits are required as index to specify cache block. The main memory is of size 4G x 32. Size of cache memory is? Answer is 4096*49. Pl...
1 votes
2 answers
164
1 votes
0 answers
165
Please tell what happens to hit rate, hit time, compulsory miss rate, conflict miss rate, capacity miss rate, miss time on :1. Increasing Cache size2. Increasing Block si...
0 votes
1 answer
172
0 votes
0 answers
177
here it is given byte addressable. So these locations refer to words or byte location. What are set, block fields here : number of words or number of bytes for these loca...