InterviewSolution
Saved Bookmarks
| 1. |
Linked Questions 49-50A digital computer has a memory unit of 256k x 16 and a cache memory of 4k words. The cache uses direct mapping with a block size of 16 words.How many bits are there in index, tag, block and words fields of address format ?(A) 10, 6, 8, 2(B) 12, 6, 8, 4(C) 12, 8, 6, 4(D) 10, 6, 8, 4 |
| Answer» | |