210k views
5 votes
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?

User Karantan
by
3.6k points

1 Answer

7 votes

Answer:

14 bits memory address - 4096 bits.

16 bits memory address - 16384 bits.

Step-by-step 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.

User Marwijn
by
4.0k points