what is difference between micro processor & micro controller ?
Answer Posted / neha saini
microprocessor is consist by ALU,special function register,timer counter,
but microcontroller have on chip RAM,ALU,special function register,timer & counter .
microprocessor need more hardware but microcontroller need less hardware because it have on chip structure it required more pin.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Describe to me some bad code you've read or inherited lately.
What are the qualifiers in c?
Tell me what type of scheduling is there in rtos?
Explain me can we use printf inside isr?
Explain the difference between "set" logic, and "procedural" logic.
How does a 3 tier application differ from a 2 tier one?
Explain the software analysis process, such as code analysis, code metrics, and system risk analysis or software reliability.
Explain what is the difference between mutexes and semaphores?
Tell me why cannot arrays be passed by values to functions?
What is refactoring? Name three common refactorings.
Please explain the difference between mutexes vs semaphores?
what is the command/instruction in ARM that does not do anything or does not execute any instruction ? (except NOP instruction)
What is loop unrolling?
Tell me which parameters decide the size of data type for a processor?
Can we use printf inside isr?