Font size
WorksheetsEdublocks Year 7
Total questions: 20
Worksheet time: 15mins
This code will not work.. There is something missing. What is it?
There is no loop block
It is missing the Import Turtle block
It is missing the Pen Down Block
There is no bgcolour block
What does this line of code do?
Move the Turtle forward 90
Move the Turtle Backwards 90
Put the Turtle at location 90 on the screen
Make the turtle size 90
What shape would this code create?
A rectangle
A triangle
An octagon
A square
What block could be used to reduce the size of this program by 6 lines but still draw the shape correctly?
An If statement
A For Loop
A variable could be added
There is no way to do this
This doesn't draw a perfect square, circle the lines that cause the error
What shape will this code produce?
Which of the blocks in the image contains the "Print" command
What type of block is shown in Blue?
A List Block
A Statement Block
A Loop Block
A Variable Block
What does the blue line of code do?
Gets the user to enter their name
Assigns the name entered to the variable "name"
Stores the variable "name" where you type
Asks you to print out a name
What effect will line 4 of this code have on the program?
Sets up the number of times the loop will run
Tells the turtle to move forward 90
Sets the turtle picture to a turtle
Tells the turtle to turn right 90 degreed
What heading is the green block found in?
(a)
Three items should be inside the green block to create the triangle. What are they?
(a)
How many squares will this code draw?
4
10
90
36
What block must come before the Green "Else" block in your code to avoid an error?
Loop Block
List Block
Print Block
If Block
There are two kinds of loops that can be created with Edublocks If is one of them, what is the other one?
Until block
While Block
When Block
How Block
What effect does this block have on your code
Puts the computer to sleep for 1 second
Pauses the program for 1 second
Exits your program in 1 second
Sends you a sleep message for one second
What kind of number does this code relate to?
123
123.25
NOT 123
"123"
What will the output of this code be?
7
Error!
5
None of these answers
What does this command to in Turtle Python?
Turns the turtle into a pen shape
Lifts the pen off the "paper"
Sets the pen to the turtles position
None of these answers
What is the error in this code?
There is no screen command (screen = Screen())
The shape of the turtle has not been set out (turtle.shape("turtle"))
The turtle has not been told what shape to draw
The command to create the turtle has not been included (turtle =Turtle() )
