answersLogoWhite

0


Best Answer

A microprocessor that uses 24 bit addressing, such as the Intel 80286, can address 224 or 16,777,216 memory locations. The IBM MainFrame, 360/44 or any modern version running in AMODE=24 also has the same capacity.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Each address line can be either a 1 or a 0 since microprocessors are binary based. This means that the total number of combinations is 2 ^ 14 or 4096 different addresses. The address range would then be 0 to 4095.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

The maximum addressable memory for a computer with a 24 bit address bus is 16 Mb. This value has nothing to do with the size of the instruction format.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

A computer with a 12 bit address bus can directly address 2^12 locations, or 4096 locations.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

address space = 24 bits-->(2 power 24)=16 M words

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

320 kilobytes

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many memory locations be addressed by a microprocessor with 14 address lines?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

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


How many memory location can be addressed by microprocessor 8085?

The 8085 can address 216, or 65536 different memory locations.


How much memory can be addressed by microprocessor with 14 address line?

16KB


How many memory locations can be addressed by a μp with 14-address bus?

A 14 bit address bus can select 16384 locations.


How many memory locations can be addressed by a μp with 16-address line?

A 16 bit address bus can select 65536 locations.


What characteristic of the motherboard architecture determines the amount ofnmemory that CPU can address?

Different microprocessor can address different amounts of memory. The motherboard design should allow for maximising the physical memory to what the microprocessor can address


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.


Which Intel microprocessor address 1t of memory?

There is no microprocessor with !t of address memory, only virtual memory. the firt one was the 80486.


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 address lines are required to access 1MB RAM using microprocessor 8086?

The 8086/8088 microprocessor has a 20 bit address bus, so the number of memory locations it can address is 220 or 1,048,576.


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;