Multiple choice general knowledge Which of these is true about a set? The elements are kept in order They can only hold numbers There are no duplicates All of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation A set is defined as a collection that cannot contain duplicate elements - this is the fundamental property that distinguishes sets from lists. Sets can store any type of data, not just numbers, and they do not maintain insertion order.