what is difference between micro processor & micro controller ?
Answer Posted / gopalraj
microprocessor is large fecth but few bit handling
instruction
microcontroller is few fecth and large bit handling
instruction
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is refactoring? Name three common refactorings.
What is inversion of control?
How are macros different from functions?
How do you identify hardware errors?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));
Describe a time when you collaborated with designers and engineers to deploy a new product. What was your role?
Which is the best way to write loops?
How can you ensure that debugging a program while it's being used will not affect its functionality?
What are the most common errors you've found in embedded systems and how have you resolved them?
Discuss the concept of yagni.
Explain various uses of timers in embedded system?
Explain the differences between stateless and stateful systems, and impacts of state on parallelism.
Explain what are real-time embedded systems?
What is the difference between asynchrony and concurrency?
Tell me can you have constant volatile variables?