Units 1 + 2
Unit 3 + 4
Chanukah
Mr. Spindel
MISC
100

How do I create a variable called num that has a value of 5

int x = 5;

100

How should I compare the strings str1 and str2

by using .equals()

100

Chanukah takes place over which Hebrew dates?

25th of Kislev -> 3rd of Tevet

100

My first name is?

Michael

100

What is the name of the fictional wizarding school in the "Harry Potter" series?

Hogwarts

200

What is 5 / 2?

2

200

true && !false && false || false && true || true 

evaluates to what?

true

200

Why do we eat fried foods on Chanukah?

Because of the miracle of the oil

200

Which High School did I attend?

HANC

200

In the periodic table, what is the symbol for the element oxygen?

O

300

What is stored in the following expression:

String str = new String();

null

300

if (x == y)
{
    // Statement A
}
else
{
    // Statement B
}

Which statement will run here if x = 15 and y = 20

B

300

What is the Machloket between Bait Shammai and Bait Hillel?

How to light candles

300

What are my 3 non-class related central jobs?

Softball, Podcasting, Science Olympiad

300

Which river is the longest in the world?

The Nile

400

What do we call it when multiple methods have the same name but a different number of parameters?

Overloading

400

What for loop header will allow me to loop through each character of a string named str?

for(int i = 0; i < str.length(); i++)

400

The story of Chanukah shows up where in the Gemara?

Shabbos

400

My wife and I started going out when?

8th grade

400

In which year did the Titanic sink after hitting an iceberg?

1912

500

What kind of error is an index out of bounds exception?

Runtime (as opposed to compile time)

500

How many times does the following loop iterate?

// x has been initialized with a positive int value
int count = 0;
while (count < x)
{
  count++;
}

x times

500

What was Atara's big gift this year?

A Kitchen Set

500

I own and operate a game development studio named?

Farwind Studios

500

What popular social media platform limits posts to 280 characters?

Twitter (X)