Question:medium

In an 8-bit microcontroller, if the program counter is 16-bit wide, then the maximum addressable memory space is:

Show Hint

Remember these standard binary exponential values:
- \(2^{10} = 1\text{ k}\) (Kilo)
- \(2^{20} = 1\text{ M}\) (Mega)
Therefore, a 16-bit address line gives \(2^{16} = 2^6 \times 2^{10} = 64\text{ kB}\) of addressable space.
Updated On: Jun 23, 2026
  • \(64\text{ kB}\)
  • \(128\text{ bytes}\)
  • \(1\text{ MB}\)
  • \(256\text{ kB}\)
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0