Keyword | Definition |
---|---|
executed | making an instruction happen when you run a program |
for loop | a type of iteration which repeats a set of instructions a certain number of times |
instructions | commands that are executed by a computer when a program runs |
iteration | executing a group of instructions repeatedly |
while loop | a type of iteration which repeats a set of instructions as long as a condition is met |