About 31,700 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 address would be …

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

  3. 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 addressable memory …

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

    Sep 8, 2019 · Word addressing means that, the number of lines in the address bus in the processor is lesser than the number of bits in the word itself. Lets say we have a 4 byte word. (32 bit address …

  5. computer architecture - Does word addressable memory have more …

    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 and in byte …

  6. computer architecture - Advantage of byte addressable memory over …

    May 19, 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 that you can't …

  7. Size of address spaces (logical and physical)

    Apr 29, 2015 · Suppose a system in which addresses (physical and logical) occupy 32 bits, page size is 1024 bytes (2 10), and physical memory is of size 32MB. How many frames are in physical memory? …

  8. How can memory size be 1M x 16? - Computer Science Stack Exchange

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

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

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