Random Trivia
Data Types / Structures
Physical Computers
Computer Science Concepts
Programming Language Trivia
100

The language a computer processes information, represented as a 0s and 1s

What is Binary?

100

The 64 bit primitive data type that can hold fractions or mixed numbers.

What is a Double?

100

The full name of the primary part that does most of the computer's calculating. 

What is the Central Processing Unit (CPU)

100

Where !(A & B) == (!A or !B).

What is De Morgan's Law?

100
Currently the most widely used and written programming language in the world.

What is JavaScript?

200

The most widely used operating system in the world.

What is Linux?

200

The only data type to take one singular bit

What is boolean?

200

The company that took off due to their GPUs being in high demand for AI. 

What is NVIDIA?

200

The process for calling the same method within itself.

What is recursion?

200

Java is a compiled language, Python is a _____ language.

What is interpreted?

300

Where variables go after they are done being used in Java.

What is the garbage collector?
300

The data structure that consists of nodes that you can travel through

What is a linked list?
300

The physical location where the variables in our programs are stored. (Fastest Storage)

what is Random Access Memory?

300

The format for rating how long it takes a program to run as it grows in elements (complexity) 

Big O notation

300

The programming language that Mr. Stovall used to code in before becoming a teacher. (Not object oriented)

What is Cobal?

400

The color represented by the Hexadecimal #8F02E6

What is Purple?

400

The data structure where a key is used to access a value.

What is a HashMap?

400

The actual resolution of a 4K monitor

What is 3840 x 2160 pixels?

400

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?

400

The first object-oriented programming language invented

What is SIMULA?

500

The maximum number that an Integer can be. (Rounded to first 4 digits)

What is 2,147,483,6472?
500

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.

500

The condition that this logic gate represents

What is NOR?

500

What type of classes do you use "protected."

What are Superclasses?

500

The full name of HTML.

What is Hypertext Markup Language?

M
e
n
u