Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

the process of finding and correcting program errors is called _. o err…

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

Explanation:

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.

Answer:

  1. C. debugging
  2. C. infinite loop