answersLogoWhite

0


Best Answer

Microprocessor has 16 address lines and microcontroller has 20 address lines

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many Address lines and data lines of microprocessor and microcontroller?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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


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.


Why is data bus bidirectional but address bus is unidirectional?

since data can be read /write from/to the microprocessor, hence data bus is bidirectional. if data is required read from microprocessor then it will be pointing to a memory location by the address bus, by indicating which location data its required to read. similarly to write a data to a location, again the microprocessor will be to that particular location by holding that address in address bus. hence it will be unidirectional.


How many data lines in 8086?

There are eight datalines, D0 through D7, in the 8085 microprocessor. They are shared, or multiplexed with the eight low order address lines, A0 through A7, and are called AD0 through AD7 on the pinout drawing.


What is mean by address and data bus of 8086 microprocessor?

group of wires or lines that are used to transfer adress between microprocesssor and i/o devices one way and of 20 bits while data bus uses bothway transfer of data between microprocessor and i/o devices of 16 bits


Is microprocessors use in inverters?

Microprocessor is used where we require more m/m and data. microcontroller is best option for inverters,but in a case if we want to improve, or want to make it advance such as with some conditions then we use microprocessor


Role of latches in 8086 microprocessor?

for demultiplexing address/data bus


What is DEN in 8086 in microprocessor?

Data enable, signals that bus lines are being used to transfer data


Why in computer microprocessor is used instead of micro controler?

A microcontroller is basically used to perform specific tasks i.e. it is mostly used in embedded systems where it is programmed to for in a particular manner, however a microprocessor is a processor which processes various data-types and thus it can perform diversified tasks. Even Multitasking is done by many new age processors thus a microprocessor is used in a computer instead of a microcontroller.


Why does microprocessor 8086 has 16 data bus and 20 address bus why aren't they equal?

The 8086 has 16 data bus lines and 20 address bus lines because that is how Intel designed it. They wanted a processor that was more powerful than the 8085, which has an 8 bit data bus and a 16 bit data bus, so they increased both bus sizes accordingly.