Group Discussion
Enumerate
Quit Bugging Me
Project Rules
Festive Fun
100
The majority verdict in your section during the hot dog discussion

What is "hot dogs are not sandwiches"?

100

Name 2 different kinds of iterative loops.

What are for & while loops?

100

>>> print "hey there"

What is SyntaxError (or missing parentheses)?

100

This Game of Hog rule stated: "If any of the dice outcomes is a 1, the current player's score for the turn is 1." :(

What is Sow Sad?

100

This is the day when Christmas Break starts.

What is (Thursday) December 21st?

200

The top 2 beverages your class enjoys during the holidays

What are hot cocoa and apple cider?

200

Name the 3 main built-in HOFs in Python (that we covered in Unit 2).

What are: map, filter, & reduce?

200

>>> 5 and -11 and 1/0

What is ZeroDivisionError (or division by 0)?

200

In the Yelp Maps project, we used this data structure which features key-values pairs.

What is a dictionary?

200

Many people argue about whether or not this action movie is a Christmas movie or not. (It's also Mrs. V.'s favorite Christmas movie...)

What is "Die Hard"?

300

Your section's favorite popular song and favorite weird song

What are Jingle Bell Rock and The Alvin & the Chipmunks Song (or “The Chipmunk Song (Christmas Don't Be Late)")?

300

Name the 3 key characteristics used to describe a function (hint: related to input & output).

What are: domain, range, and behavior?

300

>>> x = 3
>>> y = 2
>>> x + Y

What is NameError (or name 'Y' is not defined)?

300

In the Game of Hog, this rule states: "After points for the turn are added to the current player's score, if the players' scores are the same, the current player's score doubles."

What is Hog Pile?

300

This many ghosts appear to Ebenezer Scrooge in "A Christmas Carol."

What is four?

(1. his former business partner, Jacob Marley, 2. the Ghost of Christmas Past, 3. the Ghost of Christmas Present, and 4. the Ghost of Christmas Future.)

400

On our Oreo discussion day, this vote ended in a tie (6 to 6)

What is "Milk vs. No Milk"?

400

Name the 4 main programming algorithms (from CS PANDA & covered at the start of the year)!

What are: Sequencing, Iteration, Selection, & Recursion?

400

>>> numLst = [1, 2, 3]
>>> numLst[len(numLst)]

What is IndexError (or list index out of range)?

400

In the Game of Hog project, this rule states that: "A player who chooses to roll zero dice scores the nth digit of the decimal expansion of 1/7 (0.14285714...), where n is the opponent's score."

What is Picky Piggy?

400

In "Home Alone," this is the city where the McCallisters go on vacation when they leave Kevin behind.

What is Paris, France?

500

On "Favorite 'Older' Disney Movie" day: Two out of three of the movies on Mrs. V.'s slide.

What are ___?

(Any 2 of these) Emperor's New Groove, Mulan, Rescuers [Down Under]

500

Name the 4 lessons from Unit 2.

What are: Iteration (&/or List Operations), Higher-Order Functions (HOFs), Recursion, & Data Abstraction?

500

>>> max("hello", 3)

What is TypeError ('>' not supported between instances of 'int' and 'str')?

500

In the Yelp Maps project, this type of machine learning used the k-means algorithm.

What is unsupervised (learning)?

500

Complete the lyrics: "On the twelfth day of Christmas, my true love sent to me... Twelve ___  ___, Eleven ___  ___, Ten ___  ___, Nine ___  ___, Eight ___  ___" (we're stopping there!)

What are ___?
(Twelve) drummers drumming
(Eleven) pipers piping
(Ten) lords a-leaping
(Nine) ladies dancing
(Eight) maids a-milking

M
e
n
u