Arrary, a list of elements indexed by position
Associative, information is stored in key-value pairs
Hash tables, uses (key, bucket) pairs where multiple values are stored together
Queue, an item that is first inserted is the first to leave
Stack, elements that are inserted last is the first to leave
Linked list, ordered set of elements in which each element is connected to the next
Record, collections of related elements