What is Java?
This algorithm, often used in sorting, repeatedly compares adjacent elements and swaps them if they are in the wrong order.
What is Bubble Sort?
y=e(x+3)-32 is what type of function?
What is an exponential function?
The value that a function approaches as its input gets closer and closer to a specific value
What is a limit?
This base-2 number system is the foundation of computer processing, using only the digits 0 and 1 to represent all data.
What is Binary?
What is an especially common notation that Computer Scientists and coders use to denote efficiency?
What is Big O notation?
What are the solutions to:
x2-x-2=0?
x = {-1,2}
In Calculus, the derivative of an equation refers to the ____ of the function or how fast it changes over time.
What is slope?
When starting machine learning (ML), what is generally considered to be the best coding language to start with?
What is Python?
This data structure follows the principle of "Last In, First Out."
What is a Stack?
In Trigonometry, the ________ is the circle of radius 1 centered at the origin in the Cartesian coordinate system and is used to allow students to quickly evaluate trigonometric functions.
What is the Unit Circle?
In Calculus, the antiderivative is commonly referred to as the ___
What is an integral?
This language, often used for system-level programming, was developed by Dennis Ritchie in the 1970s.
What is C?
The search algorithm that divides the data set into halves until the target element is found is called this.
What is Binary Search?
What is the scalar product of two matrixes called?
(hint: a1b1+a2b2+...+anbn)
What is the dot product?
A mathematical equation that relates a function to its derivative(s).
EXAMPLE:
y' + y = 2ex
What is a differential equation?
This high-level programming language, developed in the 1950s, is often considered the first of its kind, and was designed for use on IBM computers. Its name is a combination of the word "formula" and the abbreviation for "translator."
What is FORTRAN?
This tree-based data structure is used to represent hierarchical data, where each parent node has a maximum of two child nodes.
What is a Binary Tree (BST)?
For matrix A, the notation, det(A), refers to the ______
In Multivariable calculus, the Gaussian Integral from negative infinity to infinity can be calculated by using a ____
What is a double integral?