InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is The Need For An Infinite Loop In Embedded Systems? |
|
Answer» Embedded systems require infinite loops for repeatedly processing or monitoring the state of the program. For instance, the CASE of a program state CONTINUOUSLY being verified for any exceptional errors that might just happen during run-time such as memory outage or divide by zero, ETC. Embedded systems require infinite loops for repeatedly processing or monitoring the state of the program. For instance, the case of a program state continuously being verified for any exceptional errors that might just happen during run-time such as memory outage or divide by zero, etc. |
|