answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A microprocessor with 12 address lines is capable of addressing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is segment in microprocessor?

segment is for converting physical address to logical address , here on taking 8086 microprocessor as example, we have 20 address lines but it is capable of taking only 16 address lines.... so to convert that 20 into 16 segment is used....


How many Address lines and data lines of microprocessor and microcontroller?

Microprocessor has 16 address lines and microcontroller has 20 address lines


Why all the 16 address lines are not act as a data lines in 8085 microprocessor?

the 8085 microprocessor is a 8-bit microprocessor and these are bidirectional but the address lines are unidirectional.these address lines are used to address the location of the instruction in memory .these data lines are used to transfer data between processor and peripheral devices. when the address of the instruction will be recognized by the address lines the data will be send to the processor therefore the 16 address lines are not act as a data lines in 8085


What is the basic construction of microprocessor?

1)address lines to refer to the address of a block 2)data lines for data transfer 3)IC chips 4 processing data


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.


What are the basics of microprocessor?

1)address lines to refer to the address of a block 2)data lines for data transfer 3)IC chips 4 processing data


How many Address line of 8085 microprocessor?

There are 20 address lines and 16 data lines in the 8086 microprocessor. The low order 16 address lines are multiplexed with the data lines. Some of the high order address lines are multiplexed with status lines.


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 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 no of address lines are required for 512 K word memory?

If you are addressing bytes, then 512K words (16 bit words) requires 20 address lines.I gave that answer because the question was categorized 8086/8088. If you are addressing words, then the answer is 19 address lines.


Why microprocessor 8085 has 16 bit address lines?

Because that's how Intel designed it. The 8085 is an 8-bit computer operating on a 16-bit address space.


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;