An infinite loop is usually the desired result when executing an iterative control structure in a computer program.
True
Selected: False This answer is correct.
Correct. An infinite loop, where execution of a set of statements continues forever, is usually not the desired outcome during computer program execution.