Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1.Each repetition of a loop is known as a(n)________. 2.A loop that evaluates it

ID: 3641097 • Letter: 1

Question

1.Each repetition of a loop is known as a(n)________.

2.A loop that evaluates its test expression before each repetition is a(n) _______ loop.

3.A loop that evaluates its test expression after each repetition is a(n) _______ loop.

4.A(n)________ is a variable that "counts" the number of times a loop repeats.

5.A(n)_______ is a sum of numbers that accumulates with each iteration of a loop.

6.A(n) _________ is a variable that is initialized to some stating value, usually zero, and then has numbers added to it in each iteration of a loop.

Explanation / Answer

Hi, my friend here is the answer for your problems if u need more help message me PLEASE RATE 1.Each repetition of a loop is known as a(n)iteration. 2.A loop that evaluates its test expression before each repetition is a(n) entry controlled loop. 3.A loop that evaluates its test expression after each repetition is a(n) exit controlled loop. 4.A(n) counter is a variable that "counts" the number of times a loop repeats. 5.A(n) accumulator is a sum of numbers that accumulates with each iteration of a loop. 6.A(n) looping variable is a variable that is initialized to some stating value, usually zero, and then has numbers added to it in each iteration of a loop.