Ask Question

1. Suppose the memory address in an embedded system has 12 bits. How many unique memory locations can this 12-bit address access? How many bits this memory space can hold? What about if memory address has 16 bits?

+5
Answers (1)
  1. 20 October, 13:55
    0
    14 bits memory address - 4096 bits.

    16 bits memory address - 16384 bits.

    Explanation:

    The computer system memory is a hardware component that provides the necessary memory space and location to run software application on the computer system. The memory address location comes in various sizes.

    A 14 bit memory can address 2^14 bits which is 4096 bits, since each 14 bit line carries a bit on which line. So for a 16 bit memory address, 2^16 bits location is addressed.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “1. Suppose the memory address in an embedded system has 12 bits. How many unique memory locations can this 12-bit address access? How many ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers