Explain me what is the need for an infinite loop in Embedded systems?
Submitted by: Muhammad☛ Infinite Loops are those program constructs where in there is no break statement so as to get out of the loop, it just keeps looping over the statements within the block defined.
Example:
While(Boolean True) OR for(;;);
{
//Code
}
☛ Embedded systems need infinite loops for repeatedly processing/monitoring the state of the program. One example could be the case of a program state continuously being checked for any exceptional errors that might just occur during run time such as memory outage or divide by zero etc.,
☛ For e.g. Customer care Telephone systems where in a pre-recorded audio file is played in case the dialer is put on hold..
☛ Also circuits being responsible for indicating that a particular component is active/alive during its operation by means of LED's.
Submitted by: Muhammad
Example:
While(Boolean True) OR for(;;);
{
//Code
}
☛ Embedded systems need infinite loops for repeatedly processing/monitoring the state of the program. One example could be the case of a program state continuously being checked for any exceptional errors that might just occur during run time such as memory outage or divide by zero etc.,
☛ For e.g. Customer care Telephone systems where in a pre-recorded audio file is played in case the dialer is put on hold..
☛ Also circuits being responsible for indicating that a particular component is active/alive during its operation by means of LED's.
Submitted by: Muhammad
Read Online Advanced Embedded Systems Job Interview Questions And Answers
Top Advanced Embedded Systems Questions
☺ | Tell me what is the difference between microprocessor and microcontroller? |
☺ | Do you know what is lst file? |
☺ | What is high-end embedded processor? |
☺ | What is interrupt latency? How can you reduce it? |
☺ | What is embedded system in a computer system? |
Top New Artificial Intelligence Categories
☺ | Virtual Assistant Interview Questions. |
☺ | Artificial Intelligence Robotics Interview Questions. |
☺ | AI Fuzzy Logic Interview Questions. |
☺ | Artificial Intelligence Neural Networks Interview Questions. |
☺ | Advanced Embedded Systems Interview Questions. |