This document discusses exercises related to information gain and decision tree learning. Exercise 2 calculates the information gain of attributes a1 and a2 on a sample dataset. Exercise 3 discusses overfitting related to using a unique identifier attribute. Exercise 4 shows that an attribute with many unique values can achieve maximum information gain but may not be a good predictor. Exercise 5 discusses approaches for handling missing values when calculating information gain.