NEW
Font size
WorksheetsBlockly Assessment
Total questions: 15
Worksheet time: 30mins
Here is a program that draws a square.
Which of the following would make exactly the same square in the same position?
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
Click on the block that would change the colour of the outline of a shape
What does this program draw?
blue square
blue triangle
black square
black triangle
What shape does this program draw?
red rectangle
red square
green rectangle
green square
What shape does this program draw?
red rectangle with yellow outline
yellow rectangle with red outline
green rectangle with red outline
green rectangle with yellow outline
Click on the shape that this program draw?
This traffic lights program should draw a green square if it is safe to go and if not a red square. It is not working - what is wrong?
It doesn't draw squares
It draws a red square instead of a green square
The user cannot enter yes
The red square never works
What happens if the user types in the word 'highlighter'
it draws a thick yellow line 100 steps long (like a highlighter)
it draws a thin black line 100 steps long (like a pen)
an error occurs as it is not 'Highlighter'
it changes the pen colour and size but does not move
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?
If the user types in 'yellow' what does this program draw?
a yellow rectangle
a red rectangle
a green rectangle
a grey rectangle
This program is designed to draw a square with a side size that is inputted by the user. Click on the block that is missing from the 'move forward' block
