Y7

5l: Identify where selection statements can be used in a program

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
elseselection statement that will execute a different block of code if a condition has not been met
ifselection statement that will only execute a block of code if a condition has been met
programstep by step instructions to solve a problem that can be run on a computer
repeat untilselection statement that will cause a block of code to keep executing until a condition is met
selection statementinstruction that tells a program to make a decision about what to do next
whileselection statement that will cause a block of code to keep executing as long as a condition is met
Keyword games:
Resources: