Home » Computer Organization and Architecture » Computer organization and architecture miscellaneous » Question

Computer organization and architecture miscellaneous

Computer Organization and Architecture

  1. The amount of ROM needed to implement a 4 bit multiplier is
    1. 64 bit
    2. 128 bit
    3. 1 k bit
    4. 2 k 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.



Your comments will be displayed only after manual approval.