Vocabulary
Functions
Math Operators
Control Structures
Data Types
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

A step by step set of instructions.

Algorithm

300

Will report the largest number in a range.

max

300

What is the answer to the equation (4 + 3 * 9)?

31

300

What stops a while loop from repeating?

A condition that is false.

300

String data types need to be inside quotation marks?

True

400

A name for information that is stored in the computer's memory.

variable

400

This allows you to create a custom function.

def

400

What is the answer to the equation 16 % 4?

0

400

What determines how many times the for loop with iterate?

The value of the range function.

400

Which data type accepts decimal values.

Float

500

Information sent to a function.

Parameter

500

Gives your python program access to different function libraries.

import

500

What symbol do we use to show that two values are NOT equal to each other?

!=

500

What happens when the condition in an if statement is false?

The code will not execute.

500

What data type has a value of either True or False

Bool

M
e
n
u