Also called an array. A data structure that holds a collection of values in a particular order
Also called a list. A data structure that holds a collection of values in a particular order
Also called a dictionary or map. Lets us store pairs of keys that are matched with a specific value.
Repetition of instructions a specified number of times, or until a condition is met.
A data structure that stores values in no particular order. Each value can only appear once in the set.
Top down design is a method for breaking our program down into smaller parts.
An event is an action (such as clicking the mouse or pressing a key on the keyboard) that a program detects and uses as input.