NEW
Font size
WorksheetsCoding with blocks
Total questions: 40
Worksheet time: 43mins
Doing something over and over again
sequence
Boolean
debug
loop
A step-by-step procedure for solving a problem or running a program
algorithm
conditional statement
iteration
event handling
Coding can be used to...
Tell computers what to do
Create games, websites, and apps
Program Robots
All of the above
A set of events in order
sequence
conditional statement
iteration
pseudocode
Finding out why your code is not working.
loop
Boolean
pseudocode
debug
What does the step button do?
Makes you move to the right.
Makes you jump.
Helps you to check each step of your code.
Power up.
Section A
Play Area
Toolbox Area
Workspace area
Instructions area
Section B
Play Area
Toolbox Area
Workspace area
Instructions area
Section C
Play Area
Toolbox Area
Workspace area
Instructions area
Section D
Play Area
Toolbox Area
Workspace area
Instructions area
What button should you press to run the game?
Run
Step
Instructions
In coding an event is what?
An action that causes something to happen.
An item on your calendar.
A way to move air.
A device that blows air into your computer.
A piece of code with multiple steps that have been simplified down to one command which you can easily call over and over again.
digital footprint
run program
abstraction
function
Statements that can only run under certain conditions or situations such as: if the seat is taken, then move to the next available seat.
conditionals (if/then statements)
variable
abstractions
binary
A letter or symbol to which a some value can be assigned.
Variable
Output
Bug
What is the next number in the pattern
12,6,0,-6, ?
12
-12
0
6
What is the value of g?
7 + g = 19
21
12
30
-6
Which of these would create a loop?
When deciding which way to code the sprite,
remember, it's the the way the sprite is facing that determines the direction to choose.
remember it's the same as the way you are facing that determines the direction to choose.
Every time you run the program a new color is set.
Which block will POINT the sprite towards the LEFT?
Which of the following will move the sprite the farthest?
Which reset code will put the sprite in the MIDDLE of the screen facing RIGHT?
. Which of the following is TRUE about the code below?
The sprite will move back and forth and bounce off the edge
If you change the number in the wait block to 10, the sprite will change costumes more slowly
The next costume block needs to go outside of the forever block.
The code will only repeat 10 times.
Turn Left
Forward
Forward
Forward
Forward
Forward
Turn right
Forward
Forward
Turn Left Forward
Forward
Forward
Turn Left
Forward
Forward
Forward
Turn Right
Forward
Forward
Turn Left
Forward
Forward
Turn Left
Forward
Turn Right
Forward
Turn Left
Forward
Turn Left
Forward
Forward
Turn Right
Forward
Turn Right
Forward
What is "Blockly"?
The building blocks of life.
How Dash and Dot talk to each other.
A block-based programming language
The only programming language for computers
What will this program do when it is running?
A. Move forward 5 times and then turn left 5 times
B. Turn left and move forward 5 times
C. Turn left 5 times and then move forward 5 times
D. Move forward, then turn left, repeat 5 times
