1. In Computer Architecture, if a processor uses an n-bit address bus, what is the maximum number of unique memory locations it can address?
A) $n^2$B) $2 \times n$C) $2^n$D) $n^n$
✓ Correct Answer: Option C
Explanation: <strong>Solution:</strong> The number of addressable locations is determined by the total number of unique combinations possible with n bits.
$$Locations = 2^n$$
For example, if n = 3, locations = $2^3 = 8$ (from 000 to 111).