Numbers
Special Keywords
Arithmetic Operations
Symbols and acronyms
100

This helps us count objects, perform math operations, and more

What are numeric types?

100

these are special symbols or keywords that represent an action

What are operators?

100

These operators are used in basic mathematics

What is addition, subtraction, multiplication, and division?

100

This acronym helps you understand the orders of operations

What is PEMDAS?

200

Whole numbers described in coding

What are integers?

200

These operators are used within math

What are arithmetic operators

200

This allows you to set numbers -- and even text -- easily in order to understand much easier (for example: a = 3; b = 3)

What is a variable?

200

This symbols is used helps the computer see if the number is greater than another number 

What is ">" or greater-than operator?

300

This can be a whole number with fraction parts and are written using decimal points

What ware Floating point numbers or "floats"?

300

The values you preform actions on using operators

What are operands?

300
This symbol allows you to divide within the code

What is a "/" or dash symbol?

300

This symbols sees if a number is less than another number

What is "<" or less-than operator

400

This symbol can be used within a float

What is a decimal?

400

Specials set of rules are followed for arithmetic operations

What are order of operations? 

400

The shells says this if it finds that a number IS greater than another number

What is "true"?

500

This question "2**4" = 16; using a certain math calculation

What is exponential?

500

The shells says this if it finds that a number IS NOT greater than another number

What is "false"?

M
e
n
u