The ideaTheory
Section B only: twenty questions
You are guessing what somebody bought, and you may ask yes-or-no questions. You would not ask a question whose answer you can already predict. You would ask the one that splits the possibilities most cleanly.
A decision tree does exactly that, over and over. At each node it asks: of all the questions I could ask about this data, which one leaves the two groups purest?
Entropy is how it measures "pure". Check against your class slides: this topic was taught to Section B, and your section may not have covered it.