Object Oriented Programming
Libraries
Algorithms
100

A class is also known as the _______ for objects

What is blueprint

100

The array _____ reveals the size of an array

What is shape

100

An algorithm is (simply put) ______ for a task

What is steps

200

__________ sets default values for a declared class

What is constructor

200

The first element start's at index ___

What is zero

200

There are two types of algorithms we discussed: _____ & _______

What is search and sort

300

 ___________ is "tweaking" the original class created

What is inheritance

300

Arrays and Lists stores ___ type of data type

What is any

300

Linear search is completed in 1 iteration and searches for the ______ of the value to be found.

What is index

400

You can use __________ to reference a specific attribute or variable within an object

What is dot notation

400

Plt._____ makes the graph visible to the user

What is show

400

Bubble sort takes __ values and compares them

What is 2

500

The defining method for a class is : "def _______ (self, variable, variable, variable...)

What is __init__

500

You must import __________ to plot and view a graph

What is matplotlib.pyplo

500

Bubble sort places all values in __________ order

What is ascending