How many address lines are required by the memory that contain 16k words?
Answers
Answer:
If your RAM is organized as 32 bit words, then you need 4096+16*2^4 or 4352 addresses, if for 64 bit words, 2048+16*2^4 or 2304 addresses. In a system each byte is addressed individually. There are 1024 bytes in one k byte. A 16k ram would therefore need 1024*16 = 16384 addresses.
The address lines are required by the memory that contains 16k word is addresses.
Explanation:
Always remember a simple trick for address line calculation for a specific memory capacity;
Address lines can access of memory.
if we increase only 1 address line, the memory capacity increases twice than before.
so now 11 address lines can access memory.
Now simply add 1 address line and twice the memory capacity.
it goes like this->
10 address lines - memory
11 address lines - memory
12 address lines - memory
13 address lines - memory
14 address lines - memory
15 address lines - memory
16 address lines - memory
17 address lines -memory
18 address lines - memory
19 address lines - memory
20 address lines - Now 1Mega Bytes memory -.
Answer:
address lines are required by the memory that contains 16k words.