Vocabulary
Functions
Math Operators
Control Structures
True or False
100

A command that has a block of code attached to it.

Function

100

Outputs information to the monitor.

print

100

What math operation does this represent: 5**2

exponents

100

Loops represent which type of control structure.

iteration

100

A number can be a string data type.

True

200

Linking a combination of strings and/or integers in the same print statement.

Concatenate

200

Allows the user to give the computer information.

input

200

What operation does this equation represent: 5 % 2

modular division

200

If Statements represent what type of control structure.

selection

200

A letter can be an integer data type.

False

300

What do you call a step by step set of instructions.

algorithm

M
e
n
u