NEW
Font size
WorksheetsSphero Block Coding
Total questions: 11
Worksheet time: 22mins
What Is this block called?
For Loop
If Statement
If Else Statement
While Loop
What Is this block called?
For Loop
If Statement
If Else Statement
While Loop
What is this a command for?
A command that returns the code to outside of the loop.
A command that repeats the program.
A command that stops the program for a selected number of seconds.
A command that begins the program.
What does this do?
A loop that goes a specified number of times.
A loop that goes until the statement is false.
This command runs if a condition proves true.
This is a <true> or <false> statement.
What is this a command for?
A command that returns the code to outside of the loop.
A command that repeats the program.
A command that stops the program for a selected number of seconds.
A command that begins the program.
What does this do?
A loop that goes a specified number of times.
A loop that goes until the statement is true.
This command runs if a condition proves true.
This is a <true> or <false> statement.
What does this do?
This command has one part that runs if its false, then another that runs if it's not.
A loop that goes until the statement is false.
This command has one part that runs if its true, then another that runs if it's not.
This is a <true> or <false> statement.
In the code above, what is the "circle Time" block?
A For Loop
A Variable
An If Statement
An Else Statement
In the code above, how many seconds is the "circle Time" block set for?
3
75
360
6
In the code above, how many times does the function loop?
75
1
3
6
In the code above how many TOTAL seconds is the Sphero turning?
6
24
12
18
