
Year 9 - Edublocks Assessment
QuizĀ by S Mahey
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
This code will not work.. There is something missing. What is it?

What does this line of code do?

What shape would this code create?

What block could be used to reduce the size of this program by 6 lines but still draw the shape correctly?

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?

What does the blue line of code do?

What effect will lineĀ before the for loop have on the program?

How many squares will this code draw?

What block must come before the "Else" block in your code to avoid an error?
There are two kinds of loops that can be created with Edublocks "FOR" is one of them, what is the other one?
What effect does this block have on your code?

What does this command do in Turtle Python?

Loops are a good way to repeat a sequence of code.
To compare two values we use a double equals == symbol.
What does r represent in this code? (Think about how you measure a circle)

What is the name of this variable, and what data type does it contain?

I want to print a string. Which print block do I use: A or B?

What will be printed?

What will be printed?

An algorithm is:
What do we call a sequence of code that repeats itself?
What do we call the the programming concept that uses logical tests to change the flow of the sequence?
The order that a program executes code is called....
In what section would you find the IF block?

What will be displayed on the screen when computerNumber = 10Ā and userNumber = 10

What is an integer?
What is a string?
Which symbol is used to divide in Edublocks and python?