Decision Trees MCQsBy: Prof. Dr. Fazal Rehman | Last updated: May 14, 2025 10 Score: 0 Attempted: 0/10 Subscribe 1. : What is the primary purpose of using decision trees in data mining? (A) To cluster data points (B) To find frequent itemsets (C) To perform classification and regression tasks (D) To reduce dimensionality 2. : In a decision tree, what does each internal node represent? (A) A decision or test on an attribute (B) A final classification outcome (C) A data point (D) A set of rules 3. : What is the criterion used to split nodes in a decision tree? (A) Support (B) Entropy (C) Mean squared error (D) Standard deviation 4. : Which of the following is NOT a common algorithm used for building decision trees? (A) ID3 (B) C4.5 (C) Apriori (D) CART 5. : What does the term “pruning” refer to in the context of decision trees? (A) Adding more branches to the tree (B) Removing branches to reduce complexity and avoid overfitting (C) Splitting nodes based on an attribute (D) Combining similar branches 6. : In decision tree terminology, what is a “leaf node”? (A) A node where a decision is made (B) A node that contains a split criterion (C) A node that represents a final decision or classification (D) A node that has multiple child nodes 7. : What does the “Gini index” measure in decision trees? (A) The level of impurity or disorder in a dataset (B) The accuracy of the model (C) The number of branches in the tree (D) The depth of the tree 8. : In the context of decision trees, what is “overfitting”? (A) When the model is too simple and does not capture the underlying pattern (B) When the model is too complex and captures noise in the training data (C) When the model has too few branches (D) When the model is pruned excessively 9. : Which of the following is an advantage of using decision trees? (A) They are easy to understand and interpret (B) They require a lot of computational resources (C) They are not suitable for numerical data (D) They cannot handle missing values 10. : Which of the following is a disadvantage of decision trees? (A) They are not suitable for categorical data (B) They can easily overfit the training data (C) They are difficult to interpret (D) They require a large amount of data Related Posts:B-trees and B+ trees MCQsDecision Trees MCQs Artificial IntelligenceParse trees and derivations MCQsIndexing (B-trees, hash indexing) MCQs in DBMSParse trees and derivations(MCQs)Trees MCQs