Decision tree algorithms are applicable to both regression and classification. Regression trees are employed when the target variable is continuous, such as forecasting house prices or temperature. Classification trees are utilized when the target variable is categorical, like determining if an email is spam. Consequently, option (A) accurately aligns regression with continuous outputs and classification with categorical outputs. Options (B), (C), and (D) incorrectly associate dependent variable types or fail to accurately delineate use cases. Therefore, option (A) is the correct choice.