Ask Question
Yesterday, 01:51

Offset bits tell us how many bytes of data are in a block. These bits are the right-most bits of the memory address. You can consider this as the number of columns of data in a cache. With a specific value of the offset bits from an address, we know which column of a block we are trying to access. Given the block size of a cache is 16B (bytes), how many bits do we need for offset? What is the number of bits in offset as a function of block size? Is it practical to have a cache of block size = 1 byte?

Answers (1)
  1. T
    Yesterday, 02:35
    0
    128 bits is needed to offset the 16 bytes.

    Explanation:

    It is practical to have a cache of block size = 1 byte

    It is made up of 8 bits.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Offset bits tell us how many bytes of data are in a block. These bits are the right-most bits of the memory address. You can consider this ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers
Sign In
Ask Question