What's the difference between a web server, web farm and web garden? How would your web application need to change for each?
what is a pure function in arm terminology?
How does combination of functions reduce memory reuirement in embedded system?
Why do we need a infinite loop in embedded systems development? What are the different ways by which you can code in a infinite loop?
What is pass by value and pass by reference? How are structure passed as arguments?
What is refactoring? Name three common refactorings.
Tell me when one must use recursion function? Mention what happens when recursion functions are declared inline?
Tell me what are the different types of customizations that is used with the “volatile” keyword?
You have two computers, and you want to get data from one to the other. How could you do it?
PROVIDE ME NOTES ON EMBEDDED TCHNLOGY
Describe the life-cycle of a software development (application design) process.
Infinite loops often arise in embedded systems. How does you code an infinite loop in c?
What is mutex precisely used for?