Multiple choice technology programming languages ----------stores elements in an unordered way but does not contain duplicate elements Set List Collections None of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation A Set is a collection that cannot contain duplicate elements and does not maintain any specific order (like HashSet). Unlike Lists which allow duplicates and preserve order, Sets enforce uniqueness.