Menu

Objective Type Questions & Answers


Data Mining MCQs - Unit-2



1. 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



2. 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



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

A . Clustering

B . Classification

C . Sampling

D . Regression

Answer



4. 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



5. 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



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

A . Support

B . Confidence

C . Lift

D . Entropy

Answer



7. Which algorithm requires multiple scans of data?

A . Apriori

B . FP Growth

C . Eclat

D . Decision Trees

Answer



8. 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



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

A . Nominal

B . Ordinal

C . Interval

D . Decimal

Answer



10.) A sequence of patterns that occur frequently is known as?

A . Frequent Item Set

B . Frequent Subsequence

C . Frequent Sub Structure

D . All of the above

Answer



11.) The analysis performed to uncover interesting statistical correlations between associated-attribute-value pairs is called?

A . Mining of Association

B . Mining of Clusters

C . Mining of Correlations

D . None of the above

Answer



12.) ______________________ 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



13.) Which of the following a valid multi-dimensional associaton rule?

A . buys (X,"Computer") => buys (X,"printer")

B . age (X,"20...29") ^ occupation (X,"student") => buys (X,"laptop")

C . buys (X,"Camera") ^ buys (X,"computer") => buys (X,"printer")

D . None of the above

Answer



14.) Which of the following is not a type of correlation?

A . Positive

B . Negative

C . Null

D . Zero

Answer



15.) 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


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

Answer


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

Answer


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

Answer


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

Answer


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

Answer


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

Answer


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

Answer


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

Answer


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

Answer


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

Answer


26. SPM stands for ___________________________________________

Answer


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

Answer


28. Steps in Apriori algorithm are ____________________ and __________________

Answer


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

Answer


30. Graph Patterm Mining uses __________________________ and __________________________ approachs to find relevant sub graphs.

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 :

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 ]

PPS MCQs - Unit-1 - [ PPS ]

PPS MCQs - Unit-2 - [ PPS ]

PPS MCQs - Unit-3 - [ PPS ]

PPS MCQs - Unit-4 - [ PPS ]

PPS MCQs - Unit-5 - [ PPS ]

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 ]

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 ]

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 ]

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 ]

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 ]

Cyber Forensics Objective Type Question Bank-Part-2 - [ Cyber Forensics ]

Cyber Forensics Objective Type Question Bank-Part-1 - [ Cyber Forensics ]

Java Programming Objective Type Question Bank - [ Java Programming ]

Java Programming Objective Type Questions-Part-1 - [ Java Programming ]

Java Programming Objective Type Questions-Part-2 - [ Java Programming ]