WorksheetsProgramming Quiz- Easter Homework
Total questions: 20
Worksheet time: 19mins
Which block allows you to make decisions (choices)?
In scratch, these characters are called___________________________
Backdrop
Sprites
Blocks
Stage
In the programming language Scratch a character can be instructed to repeat a section of code a specified number of times. What is this called?
Iteration
Repetition
Sectioning
Chaptering
The variable in this code is Shake
The variable in this code is tool
The variable in this code is then
The variable in this code is else if
The "Shake" is detected by the micro:bit bluetooth
The "Shake" is detected by the micro:bit Reset button
The "Shake" is detected by the micro:bit input buttons
The "Shake" is detected by the micro:bit accelerometer
Show Hello for 1 seconds and then show Goodbye for 5 seconds. The correct code should be...
What types of activities would you most like to be set for the next few weeks of your ICT work? Are there any topics you want to research or any particular skills you would like to practise?
Why is sequencing of instructions so important in any computer program?
If the instructions (code) are not in the wrong order then the program won't work
If the instructions (code) are not in the wrong order then the program might do something it shouldn't
Both of these are possible!
