Variables
Sensing Blocks
Operators
Conditionals
Loops
100

The color of the variables section in scratch

orange

100

The color of the sensing section in scratch

blue

100

The color of the operators section in scratch

green

100

The color of the conditional blocks in scratch

light orange

100

The color of loops blocks in scratch

light orange


200

A way of storing information in a computer program.

Variables


200

In simple words, how would you describe what sensing blocks help your sprite do?

Sensing blocks help your sprite know what's happening around it. They make your sprite clever by letting it see and feel what you're doing in the game or story.

200

Operators are used most commonly with ________

Variables

200

How many conditional blocks are in scratch

3

200

Loops are useful because it allows less ______ for the same program

Blocks

300

 Can you give an example of when you might use a variable?

You can use a variable when you want to define a certain thing or object, and you can even change it overtime. 

300

Name one type of sensing block (What it does)

Color, Touch, Border, etc


300

What are "operators" in Scratch?

"Operators" in Scratch are like magical symbols that help your sprites with math. They let your sprites add, subtract, multiply, and do other math stuff.

300

What is an "if-then" rule in Scratch?

"If-then" rules in Scratch are like instructions that tell your sprite what to do when something happens. It's like saying, "If this happens, then do that!"

300

What is a loop with a condition called?

Repeat until

400

In scratch programming variables can be shown on the ______

Screen


400

Give an example of how a sensing block could be used.

You could use it to sense something in a game, you could use it when touching another player (answers may vary)

400

How do operators make math easier for your sprite?

Operators do the math for your sprite. If your sprite needs to add numbers, you can use the "+" operator. If it needs to take away, you use the "-" operator, and so on.

400
Name one way that If-Then can be used in a project.

If ___, then ___.

400

How can you use looping to make your sprite move across the screen?

You can use a loop to make your sprite move a little bit at a time, and do it many times. This way, it looks like your sprite is walking or running.

500

In simple terms, how would you explain what a variable does to a friend?

A variable is like a magic box that holds a lot of different information in itself as it changed overtime. 

500

Where are sensing blocks mainly used in scratch programming

Inside conditionals and operators


500

What's a simple way to explain what operators do to a friend?

Operators are like helpers that do math for your sprite. They use special symbols to do things like adding or taking away numbers. (Multiple possible answers)

500

What's a simple way to explain what "if-then" rules do to a friend?

"If-then" rules help your sprite know what to do when something happens. They're like giving your sprite a plan for different situations.

500

Name all the loops (name 3 get 500 points name more than 3 you get bonus points)

Repeat (#)

Forever

Repeat Until

MORE????

M
e
n
u