Programming Fundimentals - Definite and Indefinite Iteration

?
  • Created by: Dragon16
  • Created on: 03-07-20 21:22
What is Definite Iteration?
definite iteration repetes a spesific number of times. aka: Count-controlled loops.
1 of 6
What is Indefeinite iteration?
Indefinite iteration repetes until a condition has been met. aka: Condition - controlled loops.
2 of 6
How do you make condition-controlled loops?
While loops are used to make a program repete spesific steps until a condition has been met.
3 of 6
What is a Repete Until loop?
Repete loops repete until a condition becomes False.
4 of 6
What are 'do' while loops?
These repete until a condition is False, but they will always exicute at lest once even if the first loop is false.
5 of 6
What is Nested Iteration?
This is when a loop is inside another loop. The inner loop will be exicuted for all the itterations of the outer loop.
6 of 6

Other cards in this set

Card 2

Front

What is Indefeinite iteration?

Back

Indefinite iteration repetes until a condition has been met. aka: Condition - controlled loops.

Card 3

Front

How do you make condition-controlled loops?

Back

Preview of the front of card 3

Card 4

Front

What is a Repete Until loop?

Back

Preview of the front of card 4

Card 5

Front

What are 'do' while loops?

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »