the process of finding and correcting program errors is called _.\no error correcting\no desk - checking\no…

the process of finding and correcting program errors is called _.\no error correcting\no desk - checking\no debugging\no syntax - checking\nquestion 8\na(n) _ is a repeating flow of logic with no end.\no variable\no nonterminated condition\no infinite loop\no decision symbol
Answer
Answer:
- C. debugging
- C. infinite loop
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.