Lists and Tuples
Vocabulary
Strings
Dictionaries and Sets
Classes
100

A span of items that are taken from a sequence.

What is a slice.

100

A snake that is 3.14 meters long.

What is a Python.

100

What the third number in a string slicing bracket represents.

What is the step value.

100

The method used to add a single item to a set.

What is the method add.

100

This provides a set of standard diagrams for graphically depicting OOP systems.

What are Unified Modeling Language (UML) diagrams.

200

This method is commonly used to add items to a list.

What is the append method.

200

These type of statement will repeat a block of code.

What are loops.

200

This exception occurs when you attempt to use an index that is out of range.

What is an IndexError.

200

Every dictionary is comprised of two parts.

What is a key and a value.

200

The term which refers to an object's ability to take different forms.

What is Polymorphism.

300

The exception raised when a search item is not in the list being searched.

What is a ValueError exception.

300

These statements explain code.

What are comments.

300

The valid indexes for the string 'Imagine'

What is 0 through 6.

300

A set which contains all the elements of two sets.

What is a union.

300

------------------------
--- DAILY DOUBLE ---
------------------------

What a subclass is also known as.

400

This is a concise expression that creates a new list by iterating over the elements of an existing list.

What is a comprehension.

400

This will give an object properties.


What is a class

400

This operator will produce a repetition of characters.

What is the *.

400

This method removes all the elements in the dictionary.

What is the clear method.

400

A method that returns a value from a class's attribute but does not change it.

What is an accessor.

500

A library you can use in Python to create two-dimensional charts and graphs.

What is the matplot library.

500

This data type will store unique values.

What is a set.

500

How Python passes objects to a function.

What is by Reference.

500

The method that returns a value associated a specific key and if found, it will remove the element from the dictionary.

What is the pop method.

500

What a line with an open arrowhead in an UML diagram from a subclass to a superclass represents.

What is inheirtance.

M
e
n
u