Questions: Classifying with Multiple Attributes

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

You sort blocks by shape (circle, square, triangle) and size (small, large). What is the maximum number of groups you could get?

A3 groups (one per shape)
B5 groups (3 shapes + 2 sizes)
C6 groups (3 shapes x 2 sizes)
D2 groups (one per size)
Question 2 Multiple Choice

A librarian sorts books by genre (fiction vs. nonfiction) and length (under 200 pages vs. 200+ pages). A new book arrives: it is nonfiction and 350 pages long. Which group does it go in?

AFiction, under 200 pages
BFiction, 200+ pages
CNonfiction, under 200 pages
DNonfiction, 200+ pages
Question 3 True / False

Adding more attributes to a classification usually makes it more useful.

TTrue
FFalse
Question 4 Short Answer

Why does adding a second attribute to a classification multiply the number of groups rather than just adding to it?

Think about your answer, then reveal below.