Ask Question
18 January, 11:42

With 64 KB of memory and 8 bits in each memory location, how wide should the address bus be to access all 64 KB of memory? (k = kilo = 1000, whereas K = 2^10 = 1024)

+4
Answers (1)
  1. 18 January, 14:51
    0
    16-bit wide

    Explanation:

    In order to find the width of the address bus, we need first to know how many memory cells it is needed to address.

    If the size memory is 64 KB, this means that the memory size, in bytes, is equal to the following quantity:

    64 KB = 2⁶ * 2¹⁰ bytes = 2¹⁶ bytes.

    In order to address this quantity of cell positions, the address bus must be able to address 2¹⁶ bytes, so it must have 16-bit wide.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “With 64 KB of memory and 8 bits in each memory location, how wide should the address bus be to access all 64 KB of memory? (k = kilo = ...” in 📙 Engineering if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers