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

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:

  1. C. debugging
  2. C. infinite loop

Brief Explanations:

  1. 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.
  2. 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.