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

Computer organization and architecture miscellaneous

Computer Organization and Architecture

  1. A RAM chip has a capacity of 1024 words of 8 bits each (1K × 8). The number of 2 × 4 decoders with enable line
    needed to construct a 16K × 16 RAM from 1K × 8 RAM is
    1. 4
    2. 5
    3. 6
    4. 7
Correct Option: B

RAM chip size = 1K × 8 [1024 words of 8 bits each] RAM to construct = 16K × 16

Number of chips required =
16K × 16
= 16 × 2
1K × 8

So, to select one chip out of 16 vertical chips, we need 4 × 16 decoder. Available decoder is 2 × 4 decoder. So we need 5 decoder in total.



Your comments will be displayed only after manual approval.