About 32,100 results
Open links in new tab
  1. difference between "addressable" and "address" in memory?

    Aug 23, 2020 · Assume the memory is 4-byte addressable. MY QUESTION IS: what is the difference between an "address" and "the memory is 4 byte addressable"? I understand an …

  2. What is the maximum directly adddressable memory capacity?

    Consider a 32-bit microprocessor composed of 2 fields: the first byte contains the opcode and remainder an immediate operand or an operand address. What is the maximum directly …

  3. Byte addressable vs Word addressable - Computer Science Stack …

    Sep 8, 2019 · I am trying to understand the difference between byte addressing and word addressing. A 4-way set-associative cache memory unit with a capacity of 16 KB is built using …

  4. computer architecture - Word- or byte-addressable? Correct …

    Aug 19, 2015 · Page-addressable, block-addressable? Bit-addressable, byte-addressable and word-addressable are the only terms I've seen use. It doesn't make much sense to address …

  5. How can memory size be 1M x 16? - Computer Science Stack …

    Feb 24, 2017 · Bits in an addressable memory location - 16 in this example. Addressable memory locations - 1M = 2^20 in this example. CPU word size 1M = 2^20, while the max number of …

  6. How to calculate the number of tag, index and offset bits of …

    Let's assume the system is byte addressable. Then each cache block contains 8 words* (4 bytes/word)=32=2 5 bytes, so the offset is 5 bits. The index for a direct mapped cache is the …

  7. How many words of memory map to the same cache entry?

    0 I am going over some practice questions for the Major field exam and it asks: A processor with a word-addressable memory has a two-way set-associative cache. A cache line is one word, so …

  8. computer architecture - Does word addressable memory have …

    1 Well, my question - if word addressable memory has more bytes than byte addressable memory - is derived from the fact that in word addressable memory each address addresses a word …

  9. computer architecture - I am a little bit confused about how to ...

    0 This formula assumes that memory is word-addressable rather than byte-addressable. The number of words that can be addressed is $2^n$. If you want to convert this from words to …

  10. computer architecture - how 16 bits address lines address 64KB ...

    One address addresses one something. So 16 bits of address can address $2^ {16}$ something s. In the case of memory organised in bytes, this is 64KB (kilobytes). If memory were …