A true/false value
What is a boolean?
Code that repeats over and over.
What is a loop?
Operators that perform arithmetic operations (+, -, *, /)
What are arithmetic operators?
If Then Statement
What is a conditional?
What is an integer??
A loop that repeats code FOR a certain number of times
What are for loops?
Operators that compare different values
What are relational/comparision operators?
Study of computers and computation
What is computer science?
The 4 main data types
Boolean, String, Float, Integer
2 main types of loops
What are for loops and while loops?
The 3 main types of operators
Data driven programming model where programs are designed by objects that interact with each other
What is Object Oriented Programming? (OOP)
Term for data types that can store multiple values, such as lists, arrays, and tuples
What are iterables?
The variable that increases on every iteration of a loop
What is the counter variable?
Division operator that rounds the quotient down to the previous integer
What is floor division?
What is a selection sort?