answersLogoWhite

0

You need 12 address lines to access 4K of memory. 212 = 4096. log2 (4096) = 12.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you interface a code memory of 128 KBytes to a controller having 16 address lines?

use bank-switching, or (slower) a shift register.


How many address lines are needed in 8 KBytes x 8?

18


How many address lines are needed to access 256KB of main memory?

The number of address lines needed to access N-KB is given by log2N Then the number of address lines needed to access 256KB of main memory will be log2256000=18 address lines.


How many address lines and data lines are required for a2Kx8 memory?

A 2K X 8 memory requires 11 address lines and 8 data lines


How many no of address lines required in 1MB memory 111622 or 24?

How many no of address lines required in 1MB memory 11,16,22 or 24 u haven't specified correct options! 20 address lines will be required because 1 MB is 1024 KB that is 1024*1024 Byte which is equivalent to (2^10)^2 bytes if ur memory is Byte addressable then address lines required will be 20.


How many nuMBer of address lines required for 8 MB of memory?

It takes 23 address lines to address 8 mb of memory.


How many address lines required in 1gb?

To determine the number of address lines required for 1 GB of memory, we can use the formula (2^n = \text{Memory Size}), where (n) is the number of address lines. Since 1 GB equals (2^{30}) bytes, we need (30) address lines to uniquely address each byte in 1 GB of memory. Therefore, (30) address lines are required for 1 GB.


18 address lines is how much memory?

to find the memory from address lines. you just have to make address liness power of 2, as shown below for 12 address lines 212 bits. 212 = 22 * 210 = 4 Kbthat means we can address 4 Kb from 12 address lines.........


How many address lines are required if micro processor has to access 2kb memory?

2kb=2*1024=2048 2^11=2048 therefore 11 address lines are required


How many address lines and data lines are required for a 128k x 8 memory system?

17 address lines and 8 data lines. 2^17=128k


How many no of address lines required in 64kB memory?

To calculate the number of address lines required for a 64 kB memory, first convert 64 kB into bytes: 64 kB = 64 × 1024 bytes = 65,536 bytes. The number of address lines needed can be determined using the formula (2^n = \text{total number of addresses}), where (n) is the number of address lines. Since 65,536 is (2^{16}), you need 16 address lines to address a 64 kB memory.


How many address lines are necessary to address two megabytes of memory?

Let N be the number of addresses line 2 megabyte = 2*1024 =2048 N = log (size in bytes) /log 2 N= log 2048/log 2 N=11