NEW
Font size
WorksheetsBlockly Coding Quiz
Total questions: 20
Worksheet time: 10mins
What is another word for coding?
Typing
Programming
Computing
Commanding
Which of these would create a loop?
A PROGRAM is a series of _____________ for a computer or device to follow
instructions
windows
suggestions
voices
In coding terms an action or event you want to repeat multiple times is called a
loop
do-over
sequence
Coding can be used to
Program robots
create websites, games & apps
tell computers what to do
all of these
What is finding and fixing errors in programs?
Debugging
Program
Bug
Code
What is an error in a program that prevents the program from running as expected?
Algorithm
Code
Bug
I can use a ________ so I only have to write a task once but the task is repeated three times.
loop
blockly
run program
persistence
A placeholder for a piece of information that can change.
variable
event
command
sequencing
What does the orange loop code do?
Makes the micro:bit start code.
Makes the micro:bit redo this code repeatedly.
Makes an arrow appear
Makes the code execute when the GND power loop is closed.
What is an algorithm?
A set of instructions to solve a problem.
A list of information.
An ordered structure of data.
A binary number.
What happens when the user is NOT pressing the A button?
The duck is displayed
Scrolling text is displayed
The screen is clear
What degree of turn needs to be added to the 'turn right' block to draw a triangle?
60
90
100
120
Which of the following programs would make the turtle draw these steps. The turtle starts at the bottom left facing to the right (same as it is now).
What is this a definition of:
repeating steps, or instructions , over and over again. This is often called a 'loop'
Sequence
Selection
Variable
Iteration
What is this a definition of:
the program makes decisions to take different paths depending on if a condition is true or false
Sequence
Selection
Variable
Iteration
Which of these blocks do you use to make a variable called side?
The action of doing something over and over again.
loop
sprite
event
debugging
A drag and drop text-based programming language used to learn the basics of coding.
blockly
algorithm
loop
sprite
