what is difference between micro processor & micro controller ?
Answer Posted / gopinath sinnurkar
> Microprocessor is a manager of the resources(I/O, Memory)
which lie out-side of its architecture.
> Micro-controllers have I/O, Memory etc. built into it
and specially designed for Control applications
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Can you name the differences between object-oriented and component-based design?
What is your experience with qa engineering?
What is return type of isr?
What is the function of watchdog timer in embedded system?
What is isr? Can they be passed any parameter and can they return a value?
Mention how I/O devices are classified for embedded system?
Tell me what type of scheduling is there in rtos?
What is an embedded system and why it is used?
Whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
How do malloc and calloc work?
You have just been put in charge of a legacy code project with maintainability problems. What kind of things would you look to improve to get the project on a stable footing?
What is the need for having multibyte data input and output buffers in case of device ports?
Tell me can a pointer be volatile?
Why is it better to use multi-threading polling instead of a single threading model?
Tell me is count down_to_zero loop better than count_up_loops?