What is when green flag clicked?
Answer: This block starts your program when the green flag is clicked.
What is a forever loop?
This loop repeats forever.
What is debugging?
The process of finding and fixing mistakes in code.
What is Ask (Define the Problem)?
The first step of the engineering design process.
What is an if block?
A block that checks if something is true before running code.
What is the Stage?
The area where sprites move using X and Y coordinates.
What is a repeat loop?
This loop repeats a set number of times.
What is a bug?
A mistake in code is called this.
What is Imagine?
This step involves brainstorming solutions.
What is the equals (=) operator?
This operator checks if two values are the same.
What is the X coordinate?
The horizontal position of a sprite is controlled by this value.
What is repeating the same code over and over manually?
Loops are useful because they prevent this.
What is your blocks and sequence order?
If your sprite is not moving, you should first check this.
What is Test?
After building your project, you must do this.
What is conditional logic?
If the sprite touches red, then it loses a point. This is an example of this type of thinking.
What is broadcasting?
This feature allows sprites to send messages to each other.
What is a forever loop?
A dance animation that keeps repeating music and movement would most likely use this type of loop.
What is step-by-step testing?
Testing small parts of your code instead of the whole project at once is called this.
What is Improve?
Making changes after testing is called this.
What is if-then-else?
This block allows you to choose between two outcomes.
What is an algorithm?
A set of instructions that tells the computer what to do.
What is an infinite loop?
When a loop never stops because the condition is always true, this happens.
What is a logic error?
When your code runs but does not do what you expected, this kind of error has occurred.
What is an Engineering Notebook?
Writing down your steps, sketches, and reflections happens in this.
What are Boolean values?
True or False values are called this.