CART is short for Classification and Regression Trees. It basically extends decision tree learning to incorporate numerical values and is able to induce regression trees. Please follow the links above to learn more about top-down induction of trees.