-
What is the difference between a Data Type and a Data Structure?
- Data structure is the way to organize data types. Data types are just types of data.
-
What is an Array (http://mathbits.com/MathBits/Java/arrays/OneDim.htm)? A type of data structure.
-
What is MySQL (https://simple.wikipedia.org/wiki/Database)? The language used to view or change data. Data manager.
-
How does Bubble Sort work? (http://mathbits.com/MathBits/Java/arrays/Bubble.htm)?
- A simple sorting Algorithm that is not efficient. It goes through the line untill the numbers are all lined up.
-
What is an Algorithm? It compare 2 item which stand side by side and swapping them if there wrong.
-
How does a person convert from Binary to Decimal? You must, show how you would convert 101101 in Binary to Decimal. You change it to base ten instead of base two. Instead make the base ten but keep the exponets the same with different base
-
What is Object Oriented Programming? Its when you tell an abstract object to do something or go somewhere
Best Cookie ever!