Using Data
Loops
Making Decisions
Scratch
100

Data values in a program are held in

Variables

100

This loop will is used to repeat a series of commands a fixed number of times

Repeat loop

100

This expression is a key part of an "if" statement and is used to make a decision?

A logical expression

100

This positions tracks the vertical (up/down) position of a sprite


Y position
200

Data type that is meant to hold a text like "Lets Go's"

String

200

This loop will run until some condition is true

Repeat Until loop

200

These two possible answers to a question asked in an "if" statement 

True or False

200

You click this to make a Variable 

"Make A Variable"

300


What is the difference between typed and untyped programming languages?

A typed language requires a data type for every variable. An untyped language does not require a data type.

300

This loop will run as long as the script is active

Forever loop

300

 This operator can be used in an if statement and it stands for "less than"

<

300

This block is used to "Set" a value to a variable you created

"set to "block

400

Data type that meant to hold only whole numbers like 12 

Integer

400

Looping logic allows you to write very powerful programs with only a few lines of code 

True or False

True

400

Operators for less than, greater than, and equal to

<,>,=

400

If you create a script using the "Repeat 45" command, how many times will the blocks inside the loop be run?

45

500

An example of a Character

Any Single Symbol between quotation marks.

"H", "4","@"

500

The "Join" operator is used to combine "WHAT" together to make useful output.

DATA

Values


500

You add this to an "if" statement that will run a separate set of commands when the initial decision skips the first block of code

An else block

500

size = 0

How many times will the loop run?

Repeat until size > 10

10

M
e
n
u