Scratch basics
Motion and coordinates
Looks & sounds
Control and sensing

Variables and broadcasts
100

What do you call the characters and objects in Scratch?

Was it a sprite?

100

To make a sprite move vertically, you change this coordinate.

Was it Y?

100

What block do you use to change a sprite’s costume?

Was it "Switch Costume to"?

100

This block makes code inside it run forever.

Was it the "Forever" loop?

100

What do you call a placeholder that stores a number or string, like "Score" or "Lives"?

Was it a Variable?

200

What is the "screen" where your game or animation takes place?

Was it the Stage?

200

To move a sprite to the center of the screen, you set X and Y to this.

Was it 0,0?

200

What block allows a sprite to say something in a speech bubble?

Was its “Say"?

200

This diamond-shaped block acts as a condition that checks "True" or "False".

Was it an "If/If-Then" block?

200

This block adds 1 to your variable (e.g., Score).

Was it “Change Variable by 1”?

300

What is the name of the area where you assemble blocks to create code?

Was it the script area?

300

This block makes a sprite turn __ degrees to face the opposite direction.

Was it the turn block?

300

This block changes the sprite's color, fisheye, or ghost effects.

Was it “Change Effect"?

300

This block pauses the program for a set amount of time.

Was it the wait block?

300

This command is used to send a message from one sprite to another.

Was it "Broadcast"?

400

What color-coded category are "When green flag clicked" blocks in?

Was it Events?

400

What is the block to set the direction of a block

Was it point in direction?

400

This block makes a sound play without waiting for it to finish.

Was it “Start Sound"?

400

Which sensing block checks if the sprite is touching the mouse pointer or another sprite?

What is "Touching [ ]”

400

This block triggers a script when a message is received.

Was it “When I receive a message”?

500

How do you create a new character in Scratch?

Was it by pressing choose a sprite?

500

What is the block to move forward in the direction of the sprite

Was it “Move steps”?

500

Which tab do you click to add a new sound effect?

Was it sounds?

500

This block allows you to ask the user a question and store the response.

What is "Ask and Wait"?

500

This block removes a clone of a sprite.

Was it “Delete clone”?

M
e
n
u