Final 4 Flashcards

1
Q

Trivia: A clip from what TV show where they played what game as a reference to how Python handles the changing of complex pointers and subpointers

A

Ellen playing Jenga

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Trivia: Song related to sub-pointers being changed while leaving the pointer to the whole thing intact

A

“Another Part of Me” - Michael Jackson

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Trivia: Song used in reference to fictional FSU student Suzie

A

CCR - “Suzie Q”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Trivia: What was used to demonstrate the concept of parallel lists?

A

The Soul Train Line Dance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Trivia: TV show referenced when discussing “string theory”

A

Big Bang Theory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Trivia: Reference made as to what the professor thinks about other programming languages not having the Split function

A

Moon Zappa - “Valley Girl”
(Grody to the max, I’m sure)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Trivia: Another song referencing the split command

A

Beatles - “All together now”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are libraries called in python?

A

Modules

P.S. - The “standard library” uses the word library, but is considered a module. It’s the module that comes with Python automatically when you install the language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When calling a function, what can you pass in the call?

A

Function Names and Variable Names

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Trivia: Reference to the feeling when searching and finding libraries on the web becomes opened as an option

A

“We’ve Only Just Begun” - The Carpenters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Trivia: Song used for variables surrounded by __ (i.e. __variable__) to represent that they were not created by you and should not be changed

A

“Can’t Touch This” - MC Hammer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the Python convention for module variables that are private/should not be changed?

A

Start the variable name with two underscores. (__variable)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Trivia: TV Show used in reference to the concept of files

A

The Rockford Files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Why would you want a program to bomb sometimes?

A

To get the python stack trace in order to figure out what problems might be occurring in the code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Trivia: TV show reference about robustness

A

Gilligan’s Island

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Trivia: Code bombing TV reference

A

Batman