What are the main difference between Micro-controller and
micro-processor?
Answer Posted / pradeep
microprocessor:
> 1 or 2 bit handling Instruction
> There in in built memory
> There in no internal timer/counter
> Not having WDT,ADC,Serial port
> To make a computer some external accessory is required.
> general purpose digital computer.
microcontroller:
> More bit handling Instruction
> There is having internal memory
> In build timer/counter
> There is having WDT,ADC,Serial port In build.
> With out any external component can acts as a Digital Comp
> specific purpose digital computer.
| Is This Answer Correct ? | 104 Yes | 24 No |
Post New Answer View All Answers
What is ecc in reference to ram?
What is load sharing in operating system (os)?
What are the 3 types of software?
Who is the father of os?
What's the difference between x86 and x64?
What are the different types of process termination?
Can you move program files x86 to another drive?
Should I install 32 bit or 64 bit?
What command is used to remove the password assigned to a group?
How do I sort files?
What items of information about a task might be useful in real time scheduling?
What is the difference between mailbox and queue?
What is ThreadPool?
Will chkdsk fix bad sectors?
How does reference counting manage memory allocated objects? When can it fail to reclaim objects?