in CO and Architecture
4,419 views
1 vote
1 vote
A memory system has a total of 8 memory chips each with 12 address lines and 4 data lines. The total size of memory system is

a) 6 KB b)32 KB c)48 KB d)64 KB
in CO and Architecture
by
4.4k views

2 Answers

4 votes
4 votes
Best answer

8 memory chips

each require 12 address lines and 4 data lines

Total size of memory=(8⨉212⨉4)/8 =214B =16KB

selected by
0 votes
0 votes

since 4 data lines .we can have 16 bit in one line. since memory can be byte addressable in general in line we have 2 byte

so one chip size will be = number of address lines*line size

                                   =  2^12*2B= 2^13B

and we have 8 such memory chips 

so total size will be=2^3*2^13B=2^16B=64KB

option d is correct

by

4 Comments

yes this answer 99.5% correct
0
0
no u misread the question...to select one line we need one bit

so 4 data line means 4 bit to be selected from one line
0
0
you said we have 16 bits in one line and we have 4 data lines , so shouldn't it be 4*16 = 64bits(8B) dataline ??
0
0

Related questions