Menu

Objective Type Questions & Answers


Data Mining MCQs - Unit-2



1. Which measure represents how often an itemset appears in the dataset?

A . Confidence

B . Support

C . Lift

D . Correlation

Answer



2. Which algorithm is used for frequent itemset mining?

A . Decision tree algorithm

B . K-nearest neighbors algorithm

C . Apriori algorithm

D . Naive Bayes algorithm

Answer



3. The measure that shows reliability of an association rule is

A . Support

B . Confidence

C . Lift

D . Correlation

Answer



4. An itemset whose support is greater than or equal to a minimum support threshold is ___________________

A . Itemset

B . Frequent Itemset

C . Infrequent items

D . Threshold values

Answer



5. Which of the following is a data reduction technique?

A . Clustering

B . Classification

C . Sampling

D . Regression

Answer



6. What does FP growth algorithm do?

A . It mines all frequent patterns through pruning rules with lesser support

B . It mines all frequent patterns through pruning rules with higher support

C . It mines all frequent patterns by constructing a FP tree

D . It mines all frequent patterns by constructing an itemsets

Answer



7. What do you mean by support (A)?

A . Total number of transactions containing A

B . Total Number of transactions not containing A

C . Number of transactions containing A / Total number of transactions

D . Number of transactions not containing A / Total number of transactions

Answer



8. Which of the following is not a measure of association used in association rule mining?

A . Support

B . Confidence

C . Lift

D . Entropy

Answer



9. Rule: “Age(20–29) ∧ Occupation(Student) => Buys(Laptop)” is

A . Single dimensional

B . Multidimensional

C . Quantitative

D . Hybrid dimensional

Answer



10. Which algorithm requires multiple scans of data?

A . Apriori

B . FP Growth

C . Eclat

D . Decision Trees

Answer



11. Market basket analysis is an example of_____________				

A . Classification

B . Clustering

C . Association rule mining

D . Outlier detection

Answer



12. Which of the following is the direct application of frequent itemset mining?	

A . Social Network Analysis

B . Market Basket Analysis

C . Outlier Detection

D . Intrusion Detection

Answer



13. Which of the following is not a type of attribute used in data mining?

A . Nominal

B . Ordinal

C . Interval

D . Decimal

Answer



14. The step in Apriori where infrequent candidates are removed is

A . Join step

B . Prune step

C . Mining step

D . None

Answer



15. Apriori property states that								

A . All supersets of infrequent itemset will be infrequent

B . All subsets of infrequent itemset must be frequent

C . All supersets of a frequent itemset must be frequent

D . None of the above

Answer



16. ______________________ Association Rule mining is used to discover relationships between items at different levels of granularity.

A . Multilevel

B . MultiDimensional

C . Quantative

D . None of the above

Answer



17. The data structure used in FP-Growth algorithm is

A . Hash table

B . FP-tree

C . Graph

D . Array

Answer



18. Which of the following is not a type of correlation?

A . Positive

B . Negative

C . Null

D . Zero

Answer



19. The interesting patterns are presented to the user and may be stored as new knowledge in the ______.

A . Database

B . Repository

C . Knowledge base

D . Process

Answer



Fill in the Blanks


20. ____________________ is a popular form of background knowledge, which allows data to be mined at multiple levels.

Answer


21. The FP Growth algorithm is a popular method for frequent pattern mining in data mining. It works by constructing ________________

Answer


22. How do you calculate Confidence (A -> B)? ___________________________________

Answer


23. How do you calculate Lift {Bread -> Milk}? ____________________________________

Answer


24. Correlation Analysis is a data mining technique used to identify ___________________

Answer


25. The ________________ is not suitable for handling large datasets because it generates a large number of candidates.

Answer


26. The FP-tree (Frequent Pattern tree) is a data structure used in the FP Growth algorithm that stores the ______________ and _____________________.

Answer


27. Association rules that involve two or more dimensions or predicates can be referred to as ____________________________________.

Answer


28. Multilevel association rules can be mined efficiently using ____________________________.

Answer


29. Association rules that involve single dimension or predicate can be referred to as a ______________________ association rule.

Answer


30. Quantitative association rules having __________________ on the left-hand side and ______________________ on the right-hand side of the rule.

Answer


31. Steps in Apriori algorithm are ____________________ and __________________

Answer


32. If there is a pair of items, X and Y, which are frequently bought together then association rule is represented as _______________________.

Answer


33. Positive correlation exists when both variables move in the _______ direction.

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 ]