NEW
Font size
WorksheetsHW: Micro:bit Week 5
Total questions: 10
Worksheet time: 5mins
What is selection?
Repeating a number of steps
Repeating a number of steps until the condition is true
A decision point in your program
The order in which instructions are carried out
In programming how is selection implemented?
IF - OTHERWISE
IF - ELSE IF - ELSE
DO - ELSE
IF - ELSE - DO
Which function would you use on the Block editor to implement selection statement?
Variables
Maths
Input
Logic
What does iteration mean?
Code is repeated until the user presses enter
Code which has errors within it
When a set of instructions in a code are repeated a certain number of times or until a condition is met
It is a decision point in a computer program
**Looking carefully**
How many repeat blocks are in this code
0
2
3
7
How confident do you feel about iteration (repeating or loops)
Very confident
Somewhat confident
Not very confident
No idea
