Questions: Sorting by Attributes

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

You have a collection of buttons. Some are red circles, some are blue circles, some are red squares, and some are blue squares. If you sort by shape, how many groups do you get?

ATwo groups: red and blue
BTwo groups: circles and squares
CFour groups: red circles, blue circles, red squares, blue squares
DOne group: they are all buttons
Question 2 Multiple Choice

A student sorts animals into groups: 'dogs, cats, fish, and birds.' Another student sorts the same animals into: 'pets and wild animals.' Which student sorted correctly?

AThe first student — they used more groups, so the sort is more detailed
BThe second student — they used fewer groups, which is simpler
CBoth sorted correctly — they used different attributes (species vs. domestication)
DNeither — animals cannot be sorted
Question 3 True / False

The same collection of objects can primarily be sorted in one correct way.

TTrue
FFalse
Question 4 Short Answer

Why does every sort need a clear, stated rule?

Think about your answer, then reveal below.