What is the difference between microprocessor and
microcontroller?
Answer Posted / sahitya
Microprocessor is a normal CPU (Central Processing Unit) as you can find in a PC. Communication with external devices is achieved via a data bus, hence the chip mainly features data
and address pins as well as a couple of control pins. All peripheral devices (memory, floppy controller, USB controller, timer, . . . ) are connected to the bus. A microprocessor cannot be operated stand-alone, at the very least it requires some memory and an output device to be useful.
A microcontroller already contains all components which allow it to operate standalone,and it has been designed in particular for monitoring and/or control tasks. In consequence,in addition to the processor it includes memory, various interface controllers, one or more timers, an interrupt controller, and last but definitely not least general purpose I/O pins which allow it to directly interface to its environment. Microcontrollers also include bit operations which allow you to change one bit within a byte without touching the other bits.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is process synchronization?
What is tcl timing?
How do I search for a file?
What layer is http?
Differentiate between logical and physical address.
Which program files folder is 64 bit?
Explain booting the system and bootstrap program in operating system.
How much ram do I need for gaming?
What do you mean by parallel processing?
Explain briefly about processor and its functioning?
Describe Banker’s algorithm
When designing the file structure for an operating system, what attributes are considered?
How long does it take to run chkdsk?
What are 4 types of operating systems?
What is an OS? Explain it to a layman.