All Aboard
the Loop Express
What the
function?
Cyberchase,
we're moving!
Show me the way
Ethan
100

An ordered collection of elements

What is a list?

100

A group of functions that may be used in creating new programs.

What is a library?
100

Software intended to damage a computing system.

What is malware?
100

A search algorithm which checks each element of a list, in order, until the desired value is found.

What is linear search?

100

Ethan's wife's name is ...

Who is Mariah?

200

A common method for referencing the elements in a list or string using numbers.

What is an index?

200
An API, stands for these three words, which specify how functions in a library behave and are used.

What is Application Program Interface?

200

The process of changing a message to keep it secret, so that only authorized parties can read it.

BONUS: The reverse process is called...

What is encoding?

What is decrypting?

200

A measure of how many steps are needed to complete an algorithm.

What is efficiency?

200

Ethan has two kids. What are their names and ages?

Valerie: 5

Felix: 2

300

A repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met.

What is an iteration?

300

A variable in a function definition. Used as a placeholder that will be passed through the function.

What is a parameter?

300

This pairs public knowledge to encrypt a message with a private value for decryption.

What is Public Key Encryption?

300

Algorithms with a polynomial efficiency or lower.

What are reasonable time algorithms?

300

Yes, Ethan is moving to Spain. But, which city?

A Coruna (Galicia)

400

The process of accessing each item in a list one at a time.

What is a traversal?

400

The value that is passed to the parameter of a function.

What is an argument?

400

A technique that attempts to trick the user into providing personal information.

What is phishing?

400

Algorithms with exponential or factorial efficiency.

What are unreasonable time algorithms?

400

Ethan attended two different colleges to get his degrees. Which colleges did he attend?


BONUS: What degrees does he have?

Southeast Missouri State University (Cape Girardeau, MO)

Southern Illinois University (Carbondale, IL)


Bachelor of Science in Applied Mathematics

Bachelor of Arts in Education - Secondary Mathematics

Masters of Arts in Mathematics

500
Managing complexity in programs by giving a collection of data a name, but without referencing the specific details of the representation.

What is data abstraction?

500

To display the value of an expression you can use one of these.

What is a return (or a print)?

500

A system that requires at least two steps to unlock protected information.

What is multi-factor authentication?

500

A search algorithm that starts at the middle of a sorted list and removes half the data; this process repeats until the desired value is found.

What is binary search?

500

What month and day is Ethan's birthday?

January 26th

M
e
n
u