SCRATCH BASICS
LOOPS
DEBUGGING
ENGINEERING PROCESS
CONDITIONALS
100

What is when green flag clicked?

Answer: This block starts your program when the green flag is clicked.

100

What is a forever loop?

This loop repeats forever.

100

 What is debugging?

The process of finding and fixing mistakes in code.

100

What is Ask (Define the Problem)?

The first step of the engineering design process.

100

What is an if block?

A block that checks if something is true before running code.

200

 What is the Stage?

The area where sprites move using X and Y coordinates.

200

What is a repeat loop?

This loop repeats a set number of times.

200

What is a bug?

A mistake in code is called this.

200

What is Imagine?

This step involves brainstorming solutions.

200

What is the equals (=) operator?

This operator checks if two values are the same.

300

What is the X coordinate?

The horizontal position of a sprite is controlled by this value.

300

What is repeating the same code over and over manually?

 Loops are useful because they prevent this.

300

What is your blocks and sequence order?

 If your sprite is not moving, you should first check this.

300

What is Test?

 After building your project, you must do this.

300

What is conditional logic?

If the sprite touches red, then it loses a point. This is an example of this type of thinking.

400

What is broadcasting?

This feature allows sprites to send messages to each other.

400

What is a forever loop?

A dance animation that keeps repeating music and movement would most likely use this type of loop.

400

What is step-by-step testing?

Testing small parts of your code instead of the whole project at once is called this.

400

What is Improve?

Making changes after testing is called this.

400

What is if-then-else?

This block allows you to choose between two outcomes.

500

What is an algorithm?

A set of instructions that tells the computer what to do.

500

What is an infinite loop?

When a loop never stops because the condition is always true, this happens.

500

What is a logic error?

When your code runs but does not do what you expected, this kind of error has occurred.

500

What is an Engineering Notebook?

Writing down your steps, sketches, and reflections happens in this.

500

What are Boolean values?

True or False values are called this.

M
e
n
u