retagged by
314 views

1 Answer

Best answer
2 votes
2 votes
64 words per set - so $\lg 64 = 6$ bits for WORD.

No. of sets = cache size/(block size * no. of blocks per set)

= 4K/(64 * 4) = 16.

So, no. of set bits = $\lg 16 = 4.$

Answer is - d)4, 6
selected by
Answer:

Related questions

3 votes
3 votes
1 answer
2
2 votes
2 votes
1 answer
3
Bikram asked Sep 3, 2016
291 views
Match these OS abstractions with Hardware components:A. Thread1. interruptB. Virtual address space2. memoryC. File system3. CPUD. Signal4. DiskA-2 B-4 C-3 D-1A-1 B-2 C-3 ...
3 votes
3 votes
1 answer
4
Bikram asked Sep 3, 2016
354 views
Semaphores are used to solve the problem ofresource allocationprocess synchronizationdeadlockprocess communication