Computer Science, asked by vanshikabaghela122, 6 months ago

Q. 1. Fill in the blanks:

a. ___________ refers to the repetition of a set of statements till a given condition remains true.

b. ___________ refers to the repetition of a set of statements till a given condition remains

false.

c. A ___________ is a variable that keeps track of the number of times a particular instruction

or set of instructions has been executed within a loop.

d. _____________ loop is generally used as a counter loop when you know exactly how many

times you need to execute the loop.​

Answers

Answered by ashutoshdubey1012197
2

Answer:

a) loop( like for loop and while loop)

b) loop( like for loop and while loop)

c) counter

d) for loop

Similar questions