Vocabulary
Blocks
Sprites
Coding
Creating Projects
100

The starting animal in Scratch

What is a cat?

100

This block makes the sprite move a specific number of steps

What is the 'move _ steps' block?

100

The name of the tab where you can draw or edit a sprite's appearance 

What is the 'Costumes' tab?

100

The term for repeating a set of blocks in Scratch 

What is a loop?

100

Something you can create in Scratch using code, sprites, and sounds 

What are games or animations?

200

The characters or objects in Scratch

What are sprites?

200

This block lets a sprite say something in a speech bubble

What is the 'say _' block (or 'say _ for _ seconds' block)?

200

The button to click when you want to add a new sprite to your project

What is the 'Choose a sprite' button?

200

The block used to decide between two choices based on a condition 

What is the 'if _ then _' block?

200

You click this tab to make music or sound effects 

What is the "Sounds" tab?

300

The name of the area where you see your code in action in Scratch

What is the stage?

300

This block lets you start code with just a click

What is the 'when green flag clicked' block?

300

True or False: A sprite can only have one costume

What is False?

300

Something that stores values and has a name

What is a variable?

300

This block lets your sprite jump in a game in Scratch

What is the 'change y by __' block?

400

The backgrounds in Scratch

What are backdrops?

400

This type of block lets you control how a sprite repeats actions

What is a loop block (or repeat block)?

400

This block changes a sprite's appearance by switching its costume 

What is the "switch costume to __" block?

400

A way to make code run without stopping

What is 'using a 'forever' loop'?

400

This block allows you to make your game restart when a sprite touches a certain color 

What is "use the 'if touching color __ then' block"?

500

The name of the area where you build your code in Scratch

What is the coding workspace (or scripting area)?

500
This block can detect when two sprites are touching each other

What is the 'touching _' block?

500

The main difference between sprites and costumes

What is "A sprite is the object; a costume is how it looks"? 

500

A way to make code run only when you press something

What is the 'when _ key pressed' block?

500

Clicking this allows you to open a project you were previously working on

What is 'Load Project'?

M
e
n
u