Vocabulary
A command that has a block of code attached to it.
Function
Outputs information to the monitor.
What math operation does this represent: 5**2
exponents
Loops represent which type of control structure.
iteration
A number can be a string data type.
True
Linking a combination of strings and/or integers in the same print statement.
Concatenate
Allows the user to give the computer information.
input
What operation does this equation represent: 5 % 2
modular division
If Statements represent what type of control structure.
selection
A letter can be an integer data type.
False
What do you call a step by step set of instructions.
algorithm