-
The amount of ROM needed to implement a 4 bit multiplier is
-
- 64 bit
- 128 bit
- 1 k bit
- 2 k bit
- 64 bit
Correct Option: D
The normal size of ROM is n × 2n
∴ Now, we are multiplying two n-bit numbers. So, the resultant has 2n bit.
Hence, the size of the ROM is 2n × 22n
In the question, n = 4
Hence, ⇒ 2 × 4 × 22 × 4
⇒ 8 × 28 ⇒ 23 × 28
⇒ 2 × 210 ⇒ 2 k bit
OR
As there is two independent 4 bit inputs, so you need 2 × 4 = 8 address lines A 4 bit × 4 bit multiplication has 8 bit result, you need 8 data lines.
∴ Rom needs to be at least 256 × 8 = 2 k bit.