CS Professors
Variables
Programming
Binary
People
100

The names of all the CS professors(including the adjunct)

Who are Professor Doucette, Lepinsky, Gillman, Kolmonovitch, Roy, al-Saffar?

100

The data structure used to store text

What is String?

100

An error in a program that prevents the program from running as expected

What is a bug?

100

2 in 8-bit binary

What is 0000 0010?

100

The founder of Apple

Who is Steve Jobs?

200

The CS professor currently on research leave

Who is Professor Lepinski?

200

"Hello World!".substring(7,8)

What is "or"?

200

Where do you type your code

What is an IDE

200

19 in 8-bit binary

What is 0001 0011?

200

He single-handedly designed both the Apple I and Apple II computers in the late 1970s.

Who is Steve Wozniak

300

The CS professor with a Ph.D. in AI

Who is Professor Doucette?

300

The smallest primitive data type

What is Char?

300

The method that creates an instance of the class

What is the constructor?

300

The sum of 0000 0001 + 0000 0001 in 8-bit binary

What is 0000 0010?

300

He developed a machine that helped break the German Enigma Code. He also theorized about artificial intelligence.

Who is Alan Turing?

400

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?

400

The 32-bit primitive data type that is used to store whole numbers in Java

What is Int?

400

A sorting algorithm in which each value is inserted in a sorted subset of the entire list.

What is Insertion Sort?

400

0010 1000 in decimal notation

What is 40?

400

The designer of PayPal

Who is Elon Musk?

500

The NCF professor that started the CS department

Who is Professor Henckell?

500

Name all the primitive types in Java

What is boolean, byte, char, short, int, long, float, and double.

500

The way Java manages memory and the disposal of unused data.

What is Automatic Garbage Collection?

500

256 in 8-bit binary

What is 0000 0000?

500

She was an English mathematician and is widely considered as the first programmer.


Who is Ada Lovelace?