Answer:
16-bit wide
Explanation:
In order to find the width of the address bus, we need first to know how many memory cells it is needed to address.
If the size memory is 64 KB, this means that the memory size, in bytes, is equal to the following quantity:
64 KB = 2⁶ * 2¹⁰ bytes = 2¹⁶ bytes.
In order to address this quantity of cell positions, the address bus must be able to address 2¹⁶ bytes, so it must have 16-bit wide.