1. Are the elements in a map container ordered? If so, how? 2. Is it possible for two elements in a map to have the same key? 3. Is it possible for two elements in a map to have the same value? 4. By default, what comparison operator does the map class use? 5. What member function of the map class would you call to find out the maximum number of elements a map container can hold as content?