Fixing mistakes in code that make the program not work how you want it to
Debugging
The color of END blocks
Red
The side of the screen where you can create sprites
Left
In our Flappy Bird program, why did the arrow button sprites need to use broadcasting?
To control the bird sprite
What is the first thing you do when you create a project to make sure it's blank?
Delete the default cat sprite
Breaking down problems into smaller problems that you can solve
Computational Thinking
The color of MOTION blocks
Blue
The part of the screen where you can make your project full screen or change the background
Top
In our Shuttle Launch program, how did we make the shuttle count down?
We used the record sound block
If your Spider sprite sends a red message to make the rain fall, what color message should the rain receive?
Red
Running the code to see if it works
Testing
The color of LOOKS blocks
Purple
The part of the screen where you give code to sprites
Bottom
In our shuttle launch program, what skill were we using to break the shuttle launch demo video down into code blocks?
Computational Thinking
When you run your program, your sprite's UP code block moves it up so much that it loops back around to the bottom of the screen! What can you do to fix this problem?
Decrease the amount of the UP block
The instructions that tell a computer what to do
Code
What is an example of an orange CONTROL block?
Wait, Repeat, Stop, Set Speed
The side of the screen where you can add scenes
Right
In our Maze Game program, why did we change the size of the sprites with LOOKS blocks?
To make sure the sprite could fit through the maze
Where do you go to paint your own sprite character?
Add sprite, paint
Sending and receiving messages
Broadcasting
Your code loops forever and doesn't stop! Which code block did you use to do this?
Repeat end block
The part of the screen where you can see your project
Middle
In our Itsy Bitsy Spider program, why did we need to use computational thinking?
To break down the Itsy Bitsy Spider song into code blocks
How many different types of end blocks are there and what are they?
1. Regular end block
2. Repeat end block
3. Switch scene end block