recategorized by
11,596 views
29 votes
29 votes

The capacity of a memory unit is defined by the number of words multiplied by the number of bits/word. How many separate address and data lines are needed for a memory of $4K \times 16$?

  1. $10$ address, $16$ data lines
  2. $11$ address, $8$ data lines
  3. $12$ address, $16$ data lines
  4. $12$ address, $12$ data lines
recategorized by

3 Answers

Best answer
43 votes
43 votes
ROM memory size $=2^{m} \times n$

$m=$ no. of address lines  $n=$ no. of data lines

Given,  $4K \times 16$

$= 2^{2} \times 2^{10} \times 16$

$= 2^{12}\times 16$

Address lines $=12$

Data lines$ = 16$

Correct Answer: $C$
edited by
8 votes
8 votes
Ans C) The size of memory = 4K x 16 bits

                                         = 2^12 x 16 bits

So therefore, 12 address lines and 16 data lines.
Answer:

Related questions

31 votes
31 votes
6 answers
1
Kathleen asked Oct 8, 2014
18,289 views
The number of $1$'s in the binary representation of $(3\ast4096 + 15\ast256 + 5\ast16 + 3)$ are:$8$$9$$10$$12$
7 votes
7 votes
1 answer
2
go_editor asked Feb 12, 2018
2,514 views
What is the equivalent minimal Boolean expression (in sum of products form) for the Karnaugh map given below?
14 votes
14 votes
2 answers
4
Kathleen asked Oct 8, 2014
2,535 views
Implement a circuit having the following output expression using an inverter and a nand gate $$Z=\overline{A} + \overline{B} +C$$