What is the difference between microprocessor and
microcontroller?
Answers were Sorted based on User's Feedback
Answer / amit
Mp perform multiple task at a
time but uc perforn unique task at
a time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / zufishan moiz
microcontroller perform single task where as microprocessor perform general purpose task
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / channamma
In Microprocessor we have to connect external RAM, ROM,
I/o, Timers and interrupts by externally, where as in
Microcontroller RAM, ROM,I/O, Timers serial communication
all are in built in microcontroller,
Microprocessor is used in Higher end Industrial projects
where as Microcontroller can be used for lower end projects
because processor can beconnected by
external memory where as in controller it is fixed memory in
some case we can add external memory also
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ajay rathi
microprocessor is used as ageneral purpose digital computer
and microcontroller is a special purpose computer
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saisri
The major difference between mp and mc is "through mp we
use ram,rom for interfacing but in mc we are directly
connected through keyboard,mouse"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tiki
mp is processor like cpu cannot make controlling circuit
eg:8085, it is a 8 pin dop ic
mc is controlable by programming eg(8051)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rahul
microprocessor is a cpu in a microcomputer.it executes instructions one after the other.this activity is performed with help of control unit and ALU.
microcontroller is a highly integrated chip that contains all components such as RAM,ROM,I/o ports and timers.it is a embedded controller or computer on chip.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kannan s [bit]
microprocessor does not have internal memory unit,timer also
but controller has internal memory unit.controller acts fastly
compared to processor...mc controls all the function blocks
but mp controls specified blocks only...
KANNAN S[BIT]
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raj ajnala
microcontroler are perform dedicated functions.
but microprocessor perform multipale functions
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a volatile keyword?
How do I see usb devices on mac?
Explain Scheduling?
To ensure one program doesnt corrupt other program in a Multi program enviornment what you should do?
Explain Belady's Anomaly?
Differentiate between pre-emptive and non-pre-emptive scheduling.
0 Answers Akamai Technologies,
What is the best way of communication in multi process environment? ex: getting log from different applications from multi servers?
How do I go to root?
What is the advantage of a multiprocessor system?
How do I turn off programs running in the background?
What is cpu scheduler?
What are interrupts?