The names of all the CS professors(including the adjunct)
Who are Professor Doucette, Lepinsky, Gillman, Kolmonovitch, Roy, al-Saffar?
The data structure used to store text
What is String?
An error in a program that prevents the program from running as expected
What is a bug?
2 in 8-bit binary
What is 0000 0010?
The founder of Apple
Who is Steve Jobs?
The CS professor currently on research leave
Who is Professor Lepinski?
"Hello World!".substring(7,8)
What is "or"?
Where do you type your code
What is an IDE
19 in 8-bit binary
What is 0001 0011?
He single-handedly designed both the Apple I and Apple II computers in the late 1970s.
Who is Steve Wozniak
The CS professor with a Ph.D. in AI
Who is Professor Doucette?
The smallest primitive data type
What is Char?
The method that creates an instance of the class
What is the constructor?
The sum of 0000 0001 + 0000 0001 in 8-bit binary
What is 0000 0010?
He developed a machine that helped break the German Enigma Code. He also theorized about artificial intelligence.
Who is Alan Turing?
The professor who has a cat as a pet, and the professor who has a plant as a pet
Who are Professor Gillman and Professor Doucette?
The 32-bit primitive data type that is used to store whole numbers in Java
What is Int?
A sorting algorithm in which each value is inserted in a sorted subset of the entire list.
What is Insertion Sort?
0010 1000 in decimal notation
What is 40?
The designer of PayPal
Who is Elon Musk?
The NCF professor that started the CS department
Who is Professor Henckell?
Name all the primitive types in Java
What is boolean, byte, char, short, int, long, float, and double.
The way Java manages memory and the disposal of unused data.
What is Automatic Garbage Collection?
256 in 8-bit binary
What is 0000 0000?
She was an English mathematician and is widely considered as the first programmer.
Who is Ada Lovelace?