QUESTION IMAGE
Question
the process of finding and correcting program errors is called _.
o error correcting
o desk - checking
o debugging
o syntax - checking
question 8
a(n) _ is a repeating flow of logic with no end.
o variable
o nonterminated condition
o infinite loop
o decision symbol
Brief Explanations
- Debugging is the process of finding and fixing program errors. Error - correcting is too general, desk - checking is manual code review, and syntax - checking only looks at syntax.
- An infinite loop is a repeating flow of logic that never ends. A variable stores data, a non - terminated condition may cause an infinite loop but is not the loop itself, and a decision symbol is used in flowcharts for decision - making.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- C. debugging
- C. infinite loop