edited by
10,324 views

6 Answers

0 votes
0 votes
The chips are arranged in 4x6 array, each chip is powered with 8kx4 bits.

=4x6x 8 x k x 4                     //1k=2^10
=4x6x2^3x2^10x2^2
=2^2x6x2^3x2^10x2^2=2^17x6
need 2^20 lines but storage is a type of byte not bit so, divide by 8
2^20/2^3
=2^17

so 17 lines are needed
edited by
0 votes
0 votes
Size of each Ram chip = 8K x 4 bits = 23 x 210x 22 ⇒ 215 bits = 212 bytes
Number of chips required = 6 x 4 = 24 = 5 bits
So, total number of bits required = 12 + 5 = 17 bits
Answer:

Related questions

5 votes
5 votes
2 answers
1
Sourabh Kumar asked Jun 22, 2016
5,768 views
Assume that $16$-bit CPU is trying to access a double word stating at an odd address. How many memory operations are required to access the data?$1$$2$$3$$4$
12 votes
12 votes
5 answers
2
ajit asked Sep 8, 2015
8,549 views
Consider a $33$ MHz cpu based system. What is the number of wait states required if it is interfaced with a $60$ ns memory? Assume a maximum of $10$ ns delay for addition...
7 votes
7 votes
2 answers
3
ajit asked Aug 15, 2015
6,633 views
Suppose you want to build a memory with $4$ byte words and a capacity of $2^{21}$ bits. What is type of decoder required if the memory is built using $2K \times$ $8$ $\te...
6 votes
6 votes
1 answer
4
ajit asked Sep 8, 2015
5,404 views
The number of logical CPUs in a computer having two physical quad-core chips with hyper threading enabled is ______$1$$2$$8$$16$