Explain interrupt latency and how can we decrease it?
No Answer is Posted For this Question
Be the First to Post Answer
What is refactoring? Have you used it and it is important? Name three common refactorings.
Explain the components of an embedded system?
How does combination of functions reduce memory reuirement in embedded system?
What is the scope of a function that is declared as static?
look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules
Tell me which parameters decide the size of data type for a processor?
What is the purpose of using critical sections?
Explain me what is kernel paging?
Explain the properties of a object oriented programming language.
Explain the concept of separation of concerns?
What is interaction semantics used in embedded systems?
Explain some of the commonly found errors in embedded systems?