The language a computer processes information, represented as a 0s and 1s
What is Binary?
The 64 bit primitive data type that can hold fractions or mixed numbers.
What is a Double?
The full name of the primary part that does most of the computer's calculating.
What is the Central Processing Unit (CPU)
Where !(A & B) == (!A or !B).
What is De Morgan's Law?
What is JavaScript?
The most widely used operating system in the world.
What is Linux?
The only data type to take one singular bit
What is boolean?
The company that took off due to their GPUs being in high demand for AI.
What is NVIDIA?
The process for calling the same method within itself.
What is recursion?
Java is a compiled language, Python is a _____ language.
What is interpreted?
Where variables go after they are done being used in Java.
The data structure that consists of nodes that you can travel through
The physical location where the variables in our programs are stored. (Fastest Storage)
what is Random Access Memory?
The format for rating how long it takes a program to run as it grows in elements (complexity)
Big O notation
The programming language that Mr. Stovall used to code in before becoming a teacher. (Not object oriented)
What is Cobal?
The color represented by the Hexadecimal #8F02E6
What is Purple?
The data structure where a key is used to access a value.
What is a HashMap?
The actual resolution of a 4K monitor
What is 3840 x 2160 pixels?
The sorting algorithm that involves breaking down each element into its own array, then sorting the elements as they build back up into one array.
What is Merge Sort?
The first object-oriented programming language invented
What is SIMULA?
The maximum number that an Integer can be. (Rounded to first 4 digits)
The difference between a Queue and PriorityQueue.
A Queue is based on the time they were put in, while a PriorityQueue lets the most important element out first, regardless of the time entered.
The condition that this logic gate represents
What is NOR?
What type of classes do you use "protected."
What are Superclasses?
The full name of HTML.
What is Hypertext Markup Language?