NEW
Font size
WorksheetsCoding in STEM 2020-2021
Total questions: 20
Worksheet time: 20mins
An error in a program that prevents the program from running as expected.
bug
workplane
debugging
code
Finding and fixing problems in your algorithm or program.
debugging
algorithm
bug
code
The section of a coding site's learning system where you drag and drop commands to build your program.
workplane
algorithm
loop
sprite
The action of doing something over and over again.
event
sprite
loop
debugging
A program that tells the computer what to do. A list of steps used to finish a task.
code
algorithm
blockly
workplane
A command which tells the program when it should start.
sprite
blockly
workplane
event
A drag and drop text-based programming language used to learn the basics of coding.
loop
blockly
algorithm
sprite
A computer graphic that may be moved on-screen.
sprite
blockly
event
code
Breaking a problem down into smaller pieces.
variable
conditional
event
decompose
Putting commands in correct order so computers can read the commands.
sequencing
variable
program
conditional
A good code/program must be
very long
hard to understand
detailed and short
Imagine writing a program that instructs a bird on how to take off, fly and land, what code can I easily loop/repeat?
lift off
land
flap wings
lay eggs
What is wrong with the below program?
too long
wrong steps
wrong sequence
Algorithms are used to plan the steps to complete a variety of tasks, not just those for computers.
TRUE
FALSE
Which algorithm will get the bird to the pig?
Forward
Turn Left
Forward
Forward
Turn Left
Forward
Forward
Forward
Forward
Turn right
Forward
Forward
Which algorithm will get the bird to the pig?
Forward
Turn Left Forward
Forward
Forward
Forward
Turn Left
Forward
Forward
Forward
Forward
Turn Right
Forward
Forward
Forward
Turn Left
Forward
Forward
Which algorithm will get Scrat to the acorn?
Forward
Turn Left
Forward
Turn Left
Forward
Forward
Forward
Turn Right
Turn Left
Forward
Turn Right
Forward
Forward
Turn Left
Forward
Turn Right
Forward
rotate a character
Make a character dance
Make a sound play
chase the mouse
When the backdrop is set to town, is this sprite visible?
Yes
No
What will the cat say when this script is run?
Have a nice day. (only)
Here's some fruit. (only)
Here's some fruit. Have a nice day.
You can't have any. Have a nice day.
