This block allows the sprite to move in the direction it's facing.
Move 10 Steps.
This loop allows the code inside to run eternally.
Forever
What is a conditional?
Code is depends on a condition.
This block is usually the first block Scratchers put into the project.
When green flag pressed.
What is a sprite?
It is an individual object with its own costume and code.
Easy block to make the sprite move to a specified location without teleporting.
Glide.
This loop runs only an exact number of times.
Repeat 10
What is the block that allows the program to do additional code if a condition is met?
If then block.
This block is used for reactions to key presses.
When key pressed.
This is the background of the project.
Backdrop.
Teleport sprite to a specific spot.
Go to
This loop repeats until something happens.
Repeat until.
What is the block that allows the program to choose between two different sets of code depending on whether the condition is met?
If else.
What is the issue that happens when you hold down a key when using when key pressed?
Does it once, wait half a second, then start spamming.
What is a costume?
One appearance of the sprite.
What determines the position of the sprite?
X and Y.
This block stops the program until something happens.
Wait until.
Have ifs inside ifs.
How do you get images from Google onto Scratch?
Download the image (either jpg or png) using Save Image As, then use upload.
Move the costume away from the center.
What is a nested loop?
A loop inside a loop.
What kind of programming language is Scratch?
High-level block-based visual programming language (getting any 2 words right is fine).