Loops
Variables
Data Types
Bonus Round
100

for i=0

What begins a for loop?

100

A variable.

What is a named place used to store data/value?

100

 42

What is an Integer data type?

100

 2score

What is valid variable name ?

200

while

What begins a while loop?

200

 score = 100

What is an example of a variable?

200

 "Hello"

What is a string data type?

300

 One repetition of a loop.

What is iteration?

300

 Assign a value to a variable.


In age = 15, what does = do?

300

True

What is a boolean?

400

for

The keyword that starts a for loop is called?

400

int x

What is a type of variable? 

400

3.14

What is a float?

M
e
n
u