Y7

6d: Implement iteration in a program (count-controlled and condition-controlled)

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
condition controlleda type of iteration which makes a set of instructions execute repeatedly until a condition is met
count controlleda type of iteration which makes a set of instructions execute a certain number of times
instructionsblocks or lines of code which can be executed in a program
iterationrepeatedly executing a set of instructions
programan algorithm which has been turned into code that can be executed on a computer
Keyword games:
Resources: