Mr. Staffel's favorite greeting
What is BAM! (a fistbump)?
A Last-In, First-Out (LIFO) data structure
What is a stack?
Acronym for the order of operations followed by math operators
What is PEMDAS?
The idea that one object can fall under numerous classes or types
What is polymorphism?
Meetings were held every week on these days
What are Mondays and Thursdays? (half points if only one is mentioned)
Mr. Watson cannot consume this substance
What is dairy?
DAILY DOUBLE 1! (might need a pencil and paper for this one)
What is
[ 10, 11 ]
[ 29, 17 ]
?
An array of arrays
The best algorithm for a factorial function, where the function calls itself
What is recursion?
The most exciting annual event for a BHS Comp Sci student
What is HPE CodeWars?
Every senior CS student at Bridgeland receives one of these companions prior to leaving the den
What is a rubber duck?
This is the method used to remove the first available item in a queue
What is .poll()?
The boolean law illustrated by the following evaluation:
! ( A && B) == (! A) || (! B)
What is DeMorgan's Law?
The programming language used by College Board on the AP CS A test
What is Java?
This is the most revered symbol in all of CS club
What is {?
Mr. Garcia participated in this 126-year-old annual athletic event in 2022
What is the Boston Marathon?
Watson's favorite one (he's wrong, but it's okay)
What are graphs?
Evaluate the following polish notation expression:
- + 3 * 4 5 6
What is 17?
Key word indicating that a class is a subclass of another class
What is "extends"?
This person was selected to be CS Club President for the 2023-2024 school year
Who is John (Jack) Saenz?
The worst programming language
What is Python?
The best one.
I'm accepting any answer that isn't a type of tree. Sorry, tree-huggers. You'll get your moment, I promise.
This regex symbol indicates the end of a line
What is $?
If superclass Rectangle has a .thing() method that returns "rectangle" and subclass Square has a .thing() method that returns "square,"
then for the object "shape" defined as: Rectangle shape = new Square();
shape.thing(); will return...
What is "square"?
The title of "CS Club" is just a front used so the school will fund the club; the true identity of the organization is this
What is the Cult of Watson? (also accepting: Mr. Watson Fan Club)