What is "hot dogs are not sandwiches"?
Name 2 different kinds of iterative loops.
What are for & while loops?
>>> print "hey there"
What is SyntaxError (or missing parentheses)?
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?
This is the day when Christmas Break starts.
What is (Thursday) December 21st?
The top 2 beverages your class enjoys during the holidays
What are hot cocoa and apple cider?
Name the 3 main built-in HOFs in Python (that we covered in Unit 2).
What are: map, filter, & reduce?
>>> 5 and -11 and 1/0
What is ZeroDivisionError (or division by 0)?
In the Yelp Maps project, we used this data structure which features key-values pairs.
What is a dictionary?
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"?
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)")?
Name the 3 key characteristics used to describe a function (hint: related to input & output).
What are: domain, range, and behavior?
>>> x = 3
>>> y = 2
>>> x + Y
What is NameError (or name 'Y' is not defined)?
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?
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.)
On our Oreo discussion day, this vote ended in a tie (6 to 6)
What is "Milk vs. No Milk"?
Name the 4 main programming algorithms (from CS PANDA & covered at the start of the year)!
What are: Sequencing, Iteration, Selection, & Recursion?
>>> numLst = [1, 2, 3]
>>> numLst[len(numLst)]
What is IndexError (or list index out of range)?
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?
In "Home Alone," this is the city where the McCallisters go on vacation when they leave Kevin behind.
What is Paris, France?
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]
Name the 4 lessons from Unit 2.
What are: Iteration (&/or List Operations), Higher-Order Functions (HOFs), Recursion, & Data Abstraction?
>>> max("hello", 3)
What is TypeError ('>' not supported between instances of 'int' and 'str')?
In the Yelp Maps project, this type of machine learning used the k-means algorithm.
What is unsupervised (learning)?
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