5,932 views
4 votes
4 votes
A RAM chip has 7 address line , 8 data lines and 2 chips select lines. Then the number of memory locations is ...

a. 2^12

b.2^10

c.2^19

d.2^13

Plz describe with a proper diagram and significance of each lines.

3 Answers

Best answer
3 votes
3 votes

Number of data lines (word size) = 8

Number of address lines = 7

Total number of addressable memory locations/number of memory words = $2^{7}$ = 128

The number of data lines just gives the word size. 

Thus, the answer should be $2^{7}$

Although, if the que. was size of the chip, it is given by $128 * 8 = 2^{10}$

 

Ref : https://books.google.co.in/books?id=AIHgbyyEIHoC&pg=RA1-SA6-PA1&dq=number+of+data+lines+gives+word+size&hl=en&sa=X&ved=0ahUKEwir6qDGlO3oAhWPbysKHeLXBAcQ6AEIKjAA#v=onepage&q=number%20of%20data%20lines%20gives%20word%20size&f=false

selected by
3 votes
3 votes

Given data,
address line=7
Data lines=8
Chip selected lines=2
Step-1: Total address lines are 2^7 and chips select lines
Step-2: The chips select lines are 2^2
Step-3: Total address and chip selected lines are 2^7 * 2^2 = 2^9
Step-4: Number of memory locations for 8 data lines =2^9 * 2^3
= 2^12

0 votes
0 votes
Total number of memory locations will be

2*2^6*8 which is equal to 2^10.Because one address line of the address lines will be used to select one of the two chip selects.The remaining 6 address lines will be used to address one of the address location of the chip.And there are 8 data lines so each word of the chip is 8 bits long.

Related questions

0 votes
0 votes
2 answers
3
Na462 asked Aug 6, 2018
396 views
Ans. C
2 votes
2 votes
2 answers
4