answersLogoWhite

0

What else can I help you with?

Related Questions

How many address lines can access a 16MB memory?

for 16 MB memory has 24 address lines


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 memory locations can be addressed by a microprocessor with 14 address lines?

2^14 memory locations. In general for n-bit address bus, its 2^n


How many memory locations can be used 16 address lines?

216 = 65536


How many memory location could be directly accessed in a ram chip which is connected?

The number of memory locations that can be directly accessed in a RAM chip depends on its size and architecture. For example, a 1 GB RAM chip typically has 2^30 (1,073,741,824) memory locations if each location holds 1 byte. The total number of directly accessible locations is determined by the addressing scheme, which is usually defined by the number of address lines in the chip.


A microprocessor has 24 parallel address lines How many memory locations can the processor address?

32 bit address line can access 4GB of memory. As 2^10 -> 1KB; 2^20 -> 2MB; 2^30 -> 1GB and so on.... 32 bit gives (2^30) * (2^2) = 1GB * 4 = 4GB;


How many memory location can be address by microprocessor with 14 address line?

You can address 214 or 16384 different locations with 14 address lines.


How many hexadecimal digits are used to locate an address in the memory?

depends on the depth of memory, N address lines can map 2 Power N locations.


A microprocessor with 12 address lines is capable of addressing?

A microprocessor with 12 address lines is capable of addressing 4096 locations in memory. The Intel 4004 and the DEC PDP-8 are examples of processors with 12 address lines.


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

Firstly we need to convert Mb's into bits i.e 1Mb=1024x1024 = 210x210 =220 That means there are 220 memory locations and we will need 20 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 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.