0% found this document useful (0 votes)
18 views173 pages

Datamining Quiz

Uploaded by

saibaba12ajk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views173 pages

Datamining Quiz

Uploaded by

saibaba12ajk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 173

Department of Computer Science and

Engineering(AI & ML)

Technical Quiz
On
Datamining

Organized by
III CSE (AI&ML) A SEC.
S.Akshith (21271A6606)
S.Rajkumar (21271A6632)
Technical quiz
competition on
Datamining
Presented by CSM-A
Students
Faculity Guide :
Dr.V.Neelima
NO OF ROUNDS
Multiple Choice
01 Questions 02 Missing Letters

03 Jumbled words 04 Visual Round

@ Fill in the Blanks


0
1
Multiple Choice
Questions
1. What are the types of data
typically involved in data mining?
- A) Structured and Unstructured
- B) Numerical and Categorical
- C) Historical and Real-time
- D) Textual and Graphical
Answer: A) Structured and
Unstructured
2. Which functionality of data mining
involves identifying patterns that are
significantly different from the
expected patterns?
- A) Classification
- B) Clustering
- C) Interestingness
- D) Integration
Answer: C) Interestingness
3. Which of the following is NOT a
major issue in data mining?
- A) Scalability
- B) Data Integration
- C) Data Compression
- D) Interpretation of Patterns
Answer: C) Data Compression
4. Data preprocessing does NOT
involve:
- A) Data Cleaning
- B) Data Integration
- C) Data Transformation
- D) Data Interpretation
Answer: D) Data Interpretation
5. What is the primary goal of
association rule mining?
- A) Predicting future trends
- B) Identifying correlations
- C) Classifying data points
- D) Clustering similar items
Answer: B) Identifying
correlations
6. Which method of association rule
mining allows constraints to be
included in the mining process? - A)
Frequent Pattern Growth
- B) Apriori Algorithm
- C) FP-Growth Algorithm
- D) Constraint-Based Mining
Answer: D) Constraint-Based Mining
7. Graph pattern mining involves:
- A) Finding frequent subgraphs in a
graph dataset - B) Generating
random graphs for analysis
- C) Identifying hierarchical
relationships in data
- D) Extracting patterns from
numerical data
Answer: A) Finding frequent subgraphs
in a graph dataset
8. What is the primary difference between
classification and prediction in data
mining?
- A) Classification deals with nominal data,
while prediction deals with numerical data.

- B) Classification predicts categorical


labels, while prediction predicts numerical
values.
- C) Classification is supervised learning,
while prediction is unsupervised learning.
- D) Classification is used for clustering,
while prediction is used for association rule
mining.
Answer: B) Classification predicts categorical
labels, while prediction predicts numerical
values.
9. Which method in classification
builds a model in the form of a tree
structure?
- A) Decision Tree Induction
- B) Bayesian Classification
- C) Rule-Based Classification
- D) Lazy Learner
Answer: A) Decision Tree
Induction
10. Which type of learner in
classification postpones the
computation of the target function
until it is necessary?
- A) Lazy Learner
- B) Eager Learner
- C) Active Learner
- D) Passive Learner
Answer: A) Lazy Learner
11. Density-based clustering methods
are suitable for:
- A) Large datasets with noise and
outliers
- B) Small, well-structured datasets
- C) Numerical data with clear
boundaries
- D) Categorical data with frequent
updates
Answer: A) Large datasets with noise
and outliers
12. Which clustering method creates
partitions such that each data point
belongs to exactly one cluster?
- A) Hierarchical clustering
- B) Density-based clustering
- C) Partitioning clustering
- D) Grid-based clustering
Answer: C) Partitioning clustering
13. Outlier analysis in clustering
identifies:
- A) Patterns that deviate from
expected norms
- B) Trends that are statistically
significant
- C) Associations between frequent
items
- D) Correlations between different
clusters
Answer: A) Patterns that deviate from
expected norms
14. What does mining data streams
primarily involve?
- A) Analyzing large static datasets
- B) Processing continuous data
streams in real-time
- C) Extracting data from spatial
databases
- D) Classifying multimedia data
Answer: B) Processing continuous
data streams in real-time
15. Mining time-series data focuses on:

- A) Finding correlations between


different time points
- B) Analyzing spatial relationships in
temporal data
- C) Identifying trends and patterns in
sequential data
- D) Classifying static data points
Answer: C) Identifying trends and
patterns in sequential data
16. Which type of data mining focuses
on extracting patterns from textual
data?
- A) Web mining
- B) Multimedia mining
- C) Spatial data mining
- D) Text mining
Answer: D) Text mining
17. Mining the World Wide Web
involves:
- A) Extracting data from traditional
databases
- B) Analyzing patterns in transactional
databases
- C) Crawling and analyzing web pages
and links
- D) Mapping spatial relationships in
online maps
Answer: C) Crawling and analyzing
web pages and links
18. Spatial data mining primarily deals
with:
- A) Mining frequent patterns in spatial
databases
- B) Analyzing time-series data
- C) Extracting associations between
multimedia objects
- D) Classifying documents based on
content
Answer: A) Mining frequent patterns
in spatial databases
@
Fill in the blanks
1. Data mining involves extracting
_________ from large datasets.
- Answer: patterns
2. Question: The process of cleaning
and organizing raw data into a usable
format is called _________.
- Answer: Data
Preprocessing
3. Question: One of the major issues
in data mining is ensuring the
_________ of patterns.
- Answer: interestingness
4. Question: Integrating a data
mining system with a _________ helps
in handling large volumes of data
efficiently.
- Answer: Data warehouse
5. Question: _________ and correlations
are key concepts in association rule
mining.
- Answer: Associations
6. Question: Constraint-based
association mining focuses on finding
rules that satisfy specific _________.
- Answer: constraints
7. Question: The process of
discovering frequent itemsets in a
dataset is known as _________.
- Answer: Mining Frequent
Patterns
8. Question: A decision tree is a
common tool used in _________.
- Answer: classification
9. Question: In classification, a
_________ learner delays the decision
to generalize the training data until it
is needed.
- Answer: Lazy
10. Question: _________ classification
uses probability to predict the class
of an instance.
- Answer: Bayesian
11. Question: A clustering method
that forms a tree-like structure is
known as a _________ method.
- Answer: Hierarchical
12. Question: Identifying points in a
dataset that do not conform to the
general behavior is known as _________
analysis.
- Answer: Outlier
13. Question: Mining _________ data
involves analyzing data that arrives
in a continuous flow.
- Answer: data streams
14. Question: _________ mining
involves analyzing patterns over
time.
- Answer: Time-series
15. Question: Extracting useful
information from text data is referred
to as _________.
- Answer: Text Mining
0
2
Missing letters
1) G_ _P_ _A_ _ E_ _ M_ _I_G
- Answer: GRAPH PATTERN
MINING
2) _UC_ _ N_ _ C_ _ S_ _ A_ _
T_
- Answer: SUCCINCT
CONSTRAINTS
3) P_ T_ _R_ _ _ OW_H A_ _RO_ _
H
- Answer: PATTERN
GROWTH APPROACH
4) S_ _ UE_ _E _ R_ _ R
- Answer: SEQUENCE
ORDER
5) L_ _ IC_ G_A_ _ IC O_D_
_I_G
- Answer: LEXICO GRAPHIC
ORDERING
6) _EC_ _I_ _ T_ _ E _ND_
_T_ _N
- Answer: DECISION TREE
INDUCTION
7) _ _ YE_I _ _ C_ _S_IF_CA_ _
O_
- Answer: BAYESIAN
CLASSIFICATION
8) D_ _ EC_ _ D A_ _L_C G_A_ _
- Answer: DIRECTED ACYLIC
GRAPH
9) E_ _ E_ _EA_ _I_G
- Answer: EAGER LEARING
10) C_ _ S_ _R A_
_LY_I_
- Answer: CLUSTER
ANALYSIS
11) M_N_ _TT_ _ _IS_
_N_E
- Answer: MANHATTAN
DISTANCE
12) _G_L_ _ E_ _TI_ _
HC
- Answer: AGGLOMERATIVE
HC
13) C_ _ M_L_ _N
- Answer: CHAMELEON
14) D_S_R_T_ _AT_ _ N
- Answer: DISCRITIZATION
15) C_ _ FI_ _ N _ E
- Answer: CONFIDENCE
16) A_R_ _ R_ A_ _ ORI_ _
M
- Answer: APRIORI
ALGORITHM
17) _R_QU _ N_ _A_ _
ER_
- Answer: FREQUENT
PATTERN
18) D_T_ C_ _ ST_ _ I _ _
S
- Answer: DATA
CONSTRAINTS
0
3
Jumbled words
1) ENEIITTRNSG
- Answer: INTERESTING
2) PEERSPOSNPICG
- Answer: PREPROCESSING
3) NEEORGRISS
- Answer: REGRESSION
4)
NIZHCCAAAERTTRIO
- Answer:
CHARACTERIZATION
5) CSIAASOOITN
- Answer: ASSOCIATION
6) ENCODEFNIC
- Answer: CONFIDENCE
7) TOCONMOMI
- Answer: MONOTOMIC
8) TEARTUBTI
- Answer: ATTRIBUTE
9) TRAINMOONGANIIF
- Answer: INFORMATION GAIN
10) NMAKES
- Answer: KMEANS
11) ROPETONIC
- Answer: COREPOINT
12) DOINGERR
- Answer: ORDERING
0
4
Visual Round
(Image
Identification)
Presented by :
G. Amuktha Malyada (21271A6607)
A. Keerthana (21271A6623)
Example:
- Answer: Bayesian
Question 1
- Answer: Denclue
Question 2
- Answer: Outlier
Question 3
- Answer: Market Basket
Analysis
Question 4
- Answer: Decision Tree
Induction
Question 5
- Answer: DBScan
Question 6
- Answer: Manhattan
Distance
Question 7
- Answer: Snow Flake
Schema
Question 8
- Answer: Pivot
Question 9
- Answer: Dimensionality
Reduction
Question 10
- Answer: GSPAN
Question 11
- Answer: Overfitting
Question 12
- Answer: Web Mining
Question 13
- Answer: Random Forest
Question 14
- Answer: Knowledge
Discovery Database
Question 15
- Answer: Olap Operations
Question 16
- Answer: Data Integration
Question 17
- Answer: Correlation
Question 18
- Answer: Time Series Data
THE END

You might also like