Answer Posted / afua
It's not a embedded system.It is micro controller. Embedded system is the combination of hardware and software.Using 8085 micrto controller we have to solve real-time applications by embedded system
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain me what is the difference between microprocessor and microcontroller?
Which parameters decide the size of data type for a processor?
What is loop unrolling?
what is the command/instruction in ARM that does not do anything or does not execute any instruction ? (except NOP instruction)
Describe a time when you collaborated with designers and engineers to deploy a new product. What was your role?
What's yagni? Is this list of questions an example?
What's the difference between a web server, web farm and web garden? How would your web application need to change for each?
Describe a pattern that is not the factory pattern? How is it used and when?
Explain me what are the different types of system involved in embedded system?
Which is better a char, short or int type for optimization?
Scope of static variables?
What are the differences between stateless and stateful systems, and impacts of state on parallelism.
Mention how I/O devices are classified for embedded system?
Explain the components of an embedded system?
What does malloc do? What will happen if we have a statement like malloc(sizeof(0));