Question:medium

In a \(16\text{k} \times 8\) microprocessor, the number of address and data lines respectively are:

Show Hint

For a memory layout specified as \(M \times N\):
- Data Lines = \(N\)
- Address Lines = Find the power of 2 that equals \(M\) (since \(16\text{k} = 2^4 \times 2^{10} = 2^{14}\), the answer is 14).
Updated On: Jun 23, 2026
  • \(14,\ 8\)
  • \(16,\ 8\)
  • \(8,\ 16\)
  • \(8,\ 14\)
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0