answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

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

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


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 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.


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.


How many memory locations be addressed by a microprocessor with 14 address lines?

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.


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;