Question
What is the need for an infinite loop in embedded systems?

Answers

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.,   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q What is the event that fires after all database updates?
  • Q Why is telemarketing associated with various types of scams and frauds?
  • Q What are the analog analogies of pam, ppm & pwm?
  • Q Const char *p , char const *p What is the difference between the above two?
  • Q What is an higher-order function (hof)?
  • Q Name the different types of lines.
  • Q A bus started from bustand at 8.00am, and after staying for 30 minutes at a destination, it returned back to the busstand. The destination is 27 miles from the busstand. The speed of the bus is 18mph. During the return journey bus travels with 50% faster speed.At what time does it return to the busstand?
  • Q The South African city which has been chosen to host the 2022 Commonwealth Games becoming the first African city to host the games?
  • Q Alex Raymond created which comic strip character in 1934
  • Q After cleaning oneself of Najis things on the body, when one is performing Ghusl (bath) for Janabat or periods (menstrual), is it compulsory that water should reach every part of the body? Can I put water in such a way that water flows from upper parts of body, without actually reaching each and every part?
  • Q Explain polymorphism citing an example.