wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Edublocks Year 7

Total questions: 20

Worksheet time: 15mins

Name
Class
Date
1.

This code will not work.. There is something missing. What is it?

a)

There is no loop block

b)

It is missing the Import Turtle block

c)

It is missing the Pen Down Block

d)

There is no bgcolour block

2.

What does this line of code do?

a)

Move the Turtle forward 90

b)

Move the Turtle Backwards 90

c)

Put the Turtle at location 90 on the screen

d)

Make the turtle size 90

3.

What shape would this code create?

a)

A rectangle

b)

A triangle

c)

An octagon

d)

A square

4.

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

a)

An If statement

b)

A For Loop

c)

A variable could be added

d)

There is no way to do this

5.

This doesn't draw a perfect square, circle the lines that cause the error

6.

What shape will this code produce?

a)
b)
c)
d)
7.

Which of the blocks in the image contains the "Print" command

a)
b)
c)
d)
8.

What type of block is shown in Blue?

a)

A List Block

b)

A Statement Block

c)

A Loop Block

d)

A Variable Block

9.

What does the blue line of code do?

a)

Gets the user to enter their name

b)

Assigns the name entered to the variable "name"

c)

Stores the variable "name" where you type

d)

Asks you to print out a name

10.

What effect will line 4 of this code have on the program?

a)

Sets up the number of times the loop will run

b)

Tells the turtle to move forward 90

c)

Sets the turtle picture to a turtle

d)

Tells the turtle to turn right 90 degreed

11.

What heading is the green block found in?

(a)  

12.

Three items should be inside the green block to create the triangle. What are they?

(a)  

13.

How many squares will this code draw?

a)

4

b)

10

c)

90

d)

36

14.

What block must come before the Green "Else" block in your code to avoid an error?

a)

Loop Block

b)

List Block

c)

Print Block

d)

If Block

15.

There are two kinds of loops that can be created with Edublocks If is one of them, what is the other one?

a)

Until block

b)

While Block

c)

When Block

d)

How Block

16.

What effect does this block have on your code

a)

Puts the computer to sleep for 1 second

b)

Pauses the program for 1 second

c)

Exits your program in 1 second

d)

Sends you a sleep message for one second

17.

What kind of number does this code relate to?

a)

123

b)

123.25

c)

NOT 123

d)

"123"

18.

What will the output of this code be?

a)

7

b)

Error!

c)

5

d)

None of these answers

19.

What does this command to in Turtle Python?

a)

Turns the turtle into a pen shape

b)

Lifts the pen off the "paper"

c)

Sets the pen to the turtles position

d)

None of these answers

20.

What is the error in this code?

a)

There is no screen command (screen = Screen())

b)

The shape of the turtle has not been set out (turtle.shape("turtle"))

c)

The turtle has not been told what shape to draw

d)

The command to create the turtle has not been included (turtle =Turtle() )