wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Sphero Block Coding

Total questions: 11

Worksheet time: 22mins

Name
Class
Date
1.

What Is this block called?

a)

For Loop

b)

If Statement

c)

If Else Statement

d)

While Loop

2.

What Is this block called?

a)

For Loop

b)

If Statement

c)

If Else Statement

d)

While Loop

3.

What is this a command for?

a)

A command that returns the code to outside of the loop.

b)

A command that repeats the program.

c)

A command that stops the program for a selected number of seconds.

d)

A command that begins the program.

4.

What does this do?

a)

A loop that goes a specified number of times.

b)

A loop that goes until the statement is false.

c)

This command runs if a condition proves true.

d)

This is a <true> or <false> statement.

5.

What is this a command for?

a)

A command that returns the code to outside of the loop.

b)

A command that repeats the program.

c)

A command that stops the program for a selected number of seconds.

d)

A command that begins the program.

6.

What does this do?

a)

A loop that goes a specified number of times.

b)

A loop that goes until the statement is true.

c)

This command runs if a condition proves true.

d)

This is a <true> or <false> statement.

7.

What does this do?

a)

This command has one part that runs if its false, then another that runs if it's not.

b)

A loop that goes until the statement is false.

c)

This command has one part that runs if its true, then another that runs if it's not.

d)

This is a <true> or <false> statement.

8.

In the code above, what is the "circle Time" block?

a)

A For Loop

b)

A Variable

c)

An If Statement

d)

An Else Statement

9.

In the code above, how many seconds is the "circle Time" block set for?

a)

3

b)

75

c)

360

d)

6

10.

In the code above, how many times does the function loop?

a)

75

b)

1

c)

3

d)

6

11.

In the code above how many TOTAL seconds is the Sphero turning?

a)

6

b)

24

c)

12

d)

18