
Year 9 - Edublocks Assessment
Quiz by S Mahey
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
This code will not work.. There is something missing. What is it?
It is missing the Import Turtle block
It is missing the Pen Down Block
There is no loop block
There is no bgcolour block
60s - Q2
What does this line of code do?
Move the Turtle Backwards 90
Move the Turtle forward 90
Make the turtle size 90
Put the Turtle at location 90 on the screen
60s - Q3
What shape would this code create?
A rectangle
A square
A triangle
An octagon
60s - Q4
What block could be used to reduce the size of this program by 6 lines but still draw the shape correctly?
A variable could be added
A For Loop
There is no way to do this
An If statement
60s - Q5
What shape will this code produce?
60s - Q6
Which of the blocks in the image contains the "Print" command
60s - Q7
What type of block is shown in Blue?
A Variable Block
A List Block
A Statement Block
A Loop Block
60s - Q8
What does the blue line of code do?
Gets the user to enter their name
Assigns the name entered to the variable "name"
Asks you to print out a name
Stores the variable "name" where you type
60s - Q9
What effect will line before the for loop have on the program?
Tells the turtle to move forward 90
Sets the turtle picture to a turtle
Tells the turtle to turn right 90 degrees
Sets up the number of times the loop will run
60s - Q10
How many squares will this code draw?
10
36
4
90
60s - Q11
What block must come before the "Else" block in your code to avoid an error?
Loop Block
IF Block
List Block
Print Block
60s - Q12
There are two kinds of loops that can be created with Edublocks "FOR" is one of them, what is the other one?
When Block
How Block
Until block
While Block
60s - Q13
What effect does this block have on your code?
Puts the computer to sleep for 1 second
Exits your program in 1 second
Pauses the program for 1 second
Sends you a sleep message for one second
60s - Q14
What does this command do in Turtle Python?
Sets the pen to the turtles position
Lifts the pen off the "paper"
Turns the turtle into a pen shape
None of these answers
60s - Q15
Loops are a good way to repeat a sequence of code.
truefalseTrue or False30s