in CO and Architecture retagged by
858 views
1 vote
1 vote

How many address lines are needed to address each memory location in a $2048\times4$ memory chip?

  1. $10$
  2. $11$
  3. $8$
  4. $12$
in CO and Architecture retagged by
by
858 views

1 comment

Option B is correct.
0
0

2 Answers

1 vote
1 vote
the give memory chip is 2048 *4 means 2048 words ,each word consists of  4 bits . so we have to address 2048 locations i.e 2* 1024 = 2*2 ^ 10 =2^11 locations which corresponds to 11 address lines. Hence the option (B) is correct.
1 vote
1 vote
2^m * n

m=Addresing line

n=Data line

m , n will be 11 and 4
Answer:

Related questions