Menu

Objective Type Questions & Answers


Data Mining MCQs - Unit-3



1. Classification is a type of ______ learning technique.

A . Unsupervised

B . Reinforcement

C . Supervised

D . Semi-supervised

Answer



2. In the classification process, the model is built during the ______ phase.

A . Testing

B . Learning

C . Validation

D . Execution

Answer



3. The main goal of a classifier is to predict ______ for new data.

A . Patterns

B . Clusters

C . Class labels

D . Probabilities

Answer



4. A Decision Tree is a ______ structure.

A . Linear

B . Graph-like

C . Tree-like

D . Circular

Answer



5. The topmost node in a decision tree is called the ______ node.

A . Parent

B . Root

C . Child

D . Leaf

Answer



6. The attribute with the highest information gain is selected as the ______.

A . Target attribute

B . Root node

C . Leaf node

D . Noise attribute

Answer



7. The measure of impurity or uncertainty in data is called ______.

A . Information gain

B . Entropy

C . Variance

D . Precision

Answer



8. Information Gain is defined as the difference between original entropy and ______ entropy.

A . Expected

B . Split

C . Conditional

D . Attribute

Answer



9. ID3 algorithm was developed by ______.

A . Thomas Bayes

B . J. Ross Quinlan

C . Arthur Samuel

D . Geoffrey Hinton

Answer



10. The Bayesian classifier is based on ______ theorem.

A . Bayes`

B . Markov`s

C . Newton`s

D . Laplace`s

Answer



11. The Naïve Bayes classifier assumes ______ among predictors.

A . Dependence

B . Independence

C . Correlation

D . Redundancy

Answer



12. In Bayes` theorem, ( P(H|X) ) represents the ______ probability.

A . Prior

B . Posterior

C . Joint

D . Marginal

Answer



13. Rule-based classification uses a set of ______ rules for classification.

A . IF–THEN

B . FOR–WHILE

C . WHEN–ELSE

D . IF–ELSEIF

Answer



14. Coverage of a rule measures the ______ of tuples covered by the rule.

A . Number

B . Percentage

C . Weight

D . Depth

Answer



15. Accuracy of a rule measures the percentage of tuples that are ______ classified.

A . Randomly

B . Incorrectly

C . Correctly

D . Partially

Answer



16. Eager learners build a model ______ receiving new data tuples.

A . Before

B . After

C . During

D . Without

Answer



17. The most popular lazy learner is the ______ classifier.

A . Decision Tree

B . Naïve Bayes

C . K-Nearest Neighbor

D . Neural Network

Answer



18. The commonly used value of K in K-NN algorithm is ______.

A . 2

B . 3

C . 4

D . 5

Answer



19. Euclidean distance measures the ______ between two points.

A . Straight-line distance

B . Manhattan distance

C . Angular difference

D . Cosine similarity

Answer



20. The Manhattan distance is also called the ______ distance.

A . Air

B . Taxicab

C . Hamming

D . Cartesian

Answer



Fill in the Blanks


21. Classification is used to categorize data into predefined ______.

Answer


22. Decision trees can be used for both ______ and numerical data.

Answer


23. Data classification is a two-step process, consisting of a __________________ and ___________________.

Answer


24. Entropy is a measure of ______ in the data.

Answer


25. _____________________ is a statistical technique used to classify the data based on probabilistic reasoning.

Answer


26. Information gain is used to select the best attribute for ______.

Answer


27. The formula for Bayes’ theorem is _____________________.

Answer


28. The "IF" part of a rule is known as the 

Answer


29. The "THEN" part of a rule is known as the 

Answer


30. Lazy learners perform generalization only when a ______ tuple is encountered.

Answer


31. In K-NN, classification is done based on the majority class among the ______ neighbors.

Answer


32. _____________distance measure is most commonly used in K-NN.

Answer




Relevant Materials :

Data Mining MCQs - Unit-1 - [ DM ]

Data Mining MCQs - Unit-2 - [ DM ]

Data Mining MCQs - Unit-3 - [ DM ]

Data Mining MCQs - Unit-4 - [ DM ]

Data Mining MCQs - Unit-5 - [ DM ]


Similar Materials :

PPS MCQs - Unit-1 - [ PPS ]

PPS MCQs - Unit-2 - [ PPS ]

PPS MCQs - Unit-3 - [ PPS ]

Machine Learning MCQs - Unit-1 - [ ML ]

Machine Learning MCQs - Unit-2 - [ ML ]

Object Oriented Programming through Java MCQs - Unit-1 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-2 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-3 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-4 - [ OOP_JAVA ]

Object Oriented Programming through Java MCQs - Unit-5 - [ OOP_JAVA ]

Database Management System Objective Type Question Bank-Unit-1 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-2 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-3 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-4 - [ DBMS ]

Database Management System Objective Type Question Bank-Unit-5 - [ DBMS ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-1 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-2 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-3 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-4 - [ COA ]

Computer Organization and Architecture (COA) Objective Question Bank-Unit-5 - [ COA ]

R - Programming MCQs - Unit-1 - [ R-Programming ]

R - Programming MCQs - Unit-2 - [ R-Programming ]

R - Programming MCQs - Unit-3 - [ R-Programming ]

R - Programming MCQs - Unit-4 - [ R-Programming ]

R - Programming MCQs - Unit-5 - [ R-Programming ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-1 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-2 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-3 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-4 - [ FLAT ]

Formal Languages and Automata Theory (FLAT) MCQs - Unit-5 - [ FLAT ]

Artificial Intelligence (AI) MCQs - Unit-1 - [ Artificial Intelligence ]

Artificial Intelligence (AI) MCQs - Unit-2 - [ Artificial Intelligence ]

Artificial Intelligence (AI) MCQs - Unit-3 - [ Artificial Intelligence ]

Artificial Intelligence (AI) MCQs - Unit-4 - [ Artificial Intelligence ]

Artificial Intelligence (AI) MCQs - Unit-5 - [ Artificial Intelligence ]

Design and Analysis of Algorithms MCQs - Unit-1 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-2 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-3 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-4 - [ DAA ]

Design and Analysis of Algorithms MCQs - Unit-5 - [ DAA ]

Software Engineering MCQs - Unit-1 - [ SE ]

Software Engineering MCQs - Unit-2 - [ SE ]

Software Engineering MCQs - Unit-3 - [ SE ]

Software Engineering MCQs - Unit-4 - [ SE ]

Software Engineering MCQs - Unit-5 - [ SE ]

Data Structures Objective Type Question Bank-Unit-1 - [ DS ]

Data Structures Objective Type Question Bank-Unit-2 - [ DS ]

Data Structures Objective Type Question Bank-Unit-3 - [ DS ]

Data Structures Objective Type Question Bank-Unit-4 - [ DS ]

Data Structures Objective Type Question Bank-Unit-5 - [ DS ]