About 18,400 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. Loading a word from byte-addressable cache - Computer Science …

    That means - even if the Memory (as a component - RAM for example) isn't byte-addressable by itself (which means that each address contains, for example, 4 bytes of data instead of 1), …

  4. 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 …

  5. Memory access on byte/word addressable memory [duplicate]

    Apr 22, 2015 · a) Main memory is word addressable b) Main memory is byte addressable I have read this question Word- or byte-addressable? Correct terminology but it did not clear up my …

  6. Why does a 32 bit address only contain 1 byte, when 32 bits = 4 …

    Feb 19, 2023 · I am really confused about it. I think 32 bits = 4 bytes but 32 bit address is only 1 bit.

  7. 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 …

  8. computer architecture - Advantage of byte addressable memory …

    May 20, 2015 · With byte addressable memory and a 32 bit address you can have 4GB while with word addressable memory you can have 4GB * wordsize. Are single bytes used that much …

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

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

  10. 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 …