Definition:
Associative Array - A named collection of key/value pairs. Any number of key/value pairs may be stored in an associative array, with no restrictions on the type or format of key or values. In Ruby, these are referred to as "Hashes."
Also Known As: Hash, hash table

