in CO and Architecture retagged by
3,229 views
0 votes
0 votes
A computer with 32-bit wide data bus uses 4 K x 8 static RAM memory chips. The smallest memory this computer can have is:

(a) 32 kb (b) 16 kb (c) 8 kb (d) 24 kb
in CO and Architecture retagged by
3.2k views

2 Comments

is the ans 16KB ?
0
0
yes, but how, plz explain?
0
0

2 Answers

2 votes
2 votes
Best answer
Its a 32bit data bus so you need minimum 4 chips because each chip has 8 bits of data Input/Output (8*4) = 32 bits .

 

Since with 4 chips the smallest memory is  :  4 * ( 4kB * 8 ) / 8 =  2 ^14 = 16 KB
selected by

2 Comments

From my question, where did you get the information: "each chip has 8 bits of Data I/O" ?

What does "4K*8" actually mean?

0
0
See they said that 4K*8 so the 8 here is no of data lines coming out and 4k is the addressable lines. Since you have 32bit bus you need to have 4 chips minimum.
0
0
0 votes
0 votes
32 bit data bus means 4B data is transferred per sec (means memory word size)

Given ram - 4K* 8 = 4K*2*4= 8K*4

So memory size = 8Kb

Address bus bits= 13

1 comment

Hi, please explain a bit,

1] Why did you break 4K*8 into 4K*2*4 ?

2] How did you get 13 bit address bus? Where is 2^13 coming from?
0
0

Related questions