9. A _______
is the sequence of instructions that is repeated a specified number of
times until a particular condition is met.
a) Branch
b) Loop
c) Connector
Answers
Answered by
2
A loop
In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number.
Answered by
1
Explanation:
A loop
is the sequence of instructions that is repeated a specified number of
times until a particular condition is met.
Loop is correct
Similar questions