what is difference between micro processor & micro controller ?
Answer Posted / gaurav kumar
In Microprocessor more op-codes, few bit handling instructions. But in Microcontroller: fewer op-codes, more bit handling Instructions, and also it is defined as a device that includes micro processor, memory, & input / output signal lines on a single chip.
(GAURAV KUMAR
CUCEK-ECE)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between "set" logic, and "procedural" logic.
What's yagni? Is this list of questions an example?
What is the volatile keyword used for?
Tell me why does pre-emptive multi-threading used to solve the central controller problem?
Tell me what is top half & bottom half of a kernel?
What is an embedded system?
Explain me how does the interrupt architecture works?
How are local and global variables are allocated by compiler.
What elements of oo design are most prone to abuse? How would you mitigate that?
Discuss the differences between mocks and stubs/fakes and where you might use them (answers aren't that important here, just the discussion that would ensue).
What is the use of having the const qualifier?
Which is better a char, short or int type for optimization?
Would you call yourself a craftsman (craftsperson) and what does that word mean to you?
Explain me what is the difference between microprocessor and microcontroller?
What is pass by value and pass by reference? How are structure passed as arguments?