Scratch Basics
Programming Concepts
Scratch Blocks
Computers 101
Fun w/ Code
100

What is Scratch?

A programming language where you can create stories, games, and animations.

100

What is a "program"?

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

100

What color are the motion blocks in Scratch?

Blue

100

What is a computer?

An electronic device that processes and stores information.

100

What does the "repeat" block do in Scratch?

It repeats a set of blocks a certain number of times.

200

What is a "sprite" in Scratch?

A character or object that you can control and program.

200

What is a "loop" in programming?

A way to repeat a set of instructions multiple times. 

200

What block would you use to make a sprite say something?

The "say [something] for [time] seconds" block from the Looks category.

200

What does CPU stand for?

Central Processing Unit.

200

How can you make a sprite turn in Scratch?

By using the "turn [degrees]" motion block.

300

What is considered the "code" in scratch

The blocks

300

What is an algorithm?

DD

A step-by-step plan or set of instructions to solve a problem.

300

What does the broadcast button do?

a broadcast message is a message that is sent from one sprite to another, or to all sprites in a project, to trigger scripts with matching hat blocks

300

What is the function of a keyboard?

To input text and commands into the computer.

300

What is the "forever" block used for in Scratch?

To repeat instructions forever until the program stops.

400

What do you use to create a new Scratch project?

You click "Create" on the Scratch website

400

What is a "variable" in programming?

A place to store data, like numbers or text, that can change.

400

Which block changes the costume of a sprite to a certain costume?

The "switch costume to [costume name]" block.

400

What is an example of computer software?

Microsoft Word, Scratch, or any app.

400

How can you change the background in Scratch?

By using the "switch backdrop to [backdrop name]" block.

500

What is "0,0"

DD

The X and Y coordinates of the center of the stage

500

What is an "if" statement?

A block that makes decisions based on certain conditions.

500

How can you play a sound in Scratch?

By using the "play sound [sound]" block.

500

What is the difference between hardware and software?

Hardware is the physical parts of a computer, and software is the programs and data it runs.

500

What block would you use to make a sprite wait before doing something?

The "wait [time] seconds" block.