Functions
Classes
General Python
General Computing
Mr. Stevens
100

This is the first word we write when creating a user defined function.

What is def?

100
This will always precede the class name in the definition.

What is class?

100

They are always whole numbers.

What are integers?

100

On the most specific level, this is how all computers work.

What is binary?

100

This is the car that Mr. Stevens drives.

What is a Honda Civic?

200

What we do it when our functions have the same syntax.

What is consolidation?

200

A class that is formed in a hierarchical structure below a class, inheriting methods and attributes.

What is a subclass?

200

The structure of dictionaries.

What is a key and value pair?

200

The system that has website names registered to their IP addresses so that users can know where they are connecting to.

What is DNS?

200

The name of Mr. Stevens' cat.

Who is Roger?

300

The main reason why we use functions.

What is repeated code?

300

The way that we modify or use objects.

What is a method?

300

The first line of code that you should write when your program deals with random values.

What is import random?

300

This is the famous optimization problem what shows how crazy exponential relationships can look like.

What is the the traveling salesman problem?

300

This is the university where Mr. Stevens studied Chinese foreign policy at.

Where is Yonsei University?

400

What we do when we need to use values from inside the function outside.

What are return statements?

400

The element that is a collection of attributes, for which we perform methods on.

What is an object?

400

This allows you to limit print statements to two decimal points.

What is {:.2f}?

400

This principle of cybersecurity focuses on confidentiality integrity availability.

What is the CIA Triad?
400

The year that Mr. Stevens graduated from college.

When is December 2019?

500

Often changing between function calls, these variables are the input for functions.

What are parameters?

500

The syntax for how we initialize values in a class.

What is self.variableName = variableName?

500

This is used to perform operations on the individual binary digits off integer numbers.

What are bitwise operations?

500

This cybersecurity principle is when you do not allow a user to do anything except what is necessary?

What is zero trust policy?

500

This is the school that Mr. Stevens graduated from.

What is the Luddy School of Informatics?