A class is also known as the _______ for objects
What is blueprint
The array _____ reveals the size of an array
What is shape
An algorithm is (simply put) ______ for a task
What is steps
__________ sets default values for a declared class
What is constructor
The first element start's at index ___
What is zero
There are two types of algorithms we discussed: _____ & _______
What is search and sort
___________ is "tweaking" the original class created
What is inheritance
Arrays and Lists stores ___ type of data type
What is any
Linear search is completed in 1 iteration and searches for the ______ of the value to be found.
What is index
You can use __________ to reference a specific attribute or variable within an object
What is dot notation
Plt._____ makes the graph visible to the user
What is show
Bubble sort takes __ values and compares them
What is 2
The defining method for a class is : "def _______ (self, variable, variable, variable...)
What is __init__
You must import __________ to plot and view a graph
What is matplotlib.pyplo
Bubble sort places all values in __________ order
What is ascending