NEW
Font size
WorksheetsCoding Sports Game Quiz
Total questions: 16
Worksheet time: 9mins
The art of creating a program.
Artistic
Programming
Looping
Trying again and again, even when something is very hard.
persistence
algorithm
computational thinking
loop
What is a list of steps that you can follow to finish a task?
Code
Program
Algorithm
What are these called in coding?
Tiles
Segments
Actors
Blocks
What is another word for coding?
Typing
Programming
Computing
Commanding
What button do you press to test our your code?
Hand
go!
Run
Flag
What block needs to be added to "When left arrow?"
run
move right
when right arrow
move left
These are both examples of...
Directions
Event blocks
Code
algorithms
This code will...
Play a bounce sound
Make the ball bounce off of the player's hand
Make the ball bounce off the wall
Make the hand appear and the ball appear
Which code is correct?
what code attaches to this block?
score point
opponent score point
bounce ball
move left
what code attaches to this block?
score point
opponent score point
bounce ball
move left
What block goes under "When run"?
What block goes under "When run"?
What does the code "throw new ball" do?
change the position of the ball
move the hand
make the ball score
create a basketball for the game
