Menu

Objective Type Questions & Answers


Data Mining MCQs - Unit-4



1. Clustering is a_________________________________

A . Group of similar objects that differ significantly from other objects

B . Operations on a data to transform data in order to prepare it for a data mining algorithm

C . Symbolic representation of facts from which information can potentially be extracted

D . None

Answer



2. Clustering is a type of ______ learning technique.

A . Supervised

B . Semi-supervised

C . Unsupervised

D . Reinforcement

Answer



3. The main goal of clustering is to identify ______ in the data.

A . Noise

B . Patterns or relationships

C . Outliers

D . Dependencies

Answer



4. In clustering, data points within the same cluster are ______.

A . Dissimilar

B . Similar

C . Random

D . Opposite

Answer



5. Which of the following is a partitioning-based clustering method?

A . K-Means

B . DBSCAN

C . Hierarchical

D . Grid-based

Answer



6. In the K-Means algorithm, each cluster is represented by a ______.

A . Node

B . Centroid

C . Point

D . Median

Answer



7. K-Means clustering aims to minimize the sum of ______ between data points and their clusters.

A . Angles

B . Distances

C . Correlations

D . Weights

Answer



8. The K-Medoids algorithm is also known as ______.

A . PAM (Partitioning Around Medoids)

B . LAM (Local Assignment of Medoids)

C . CAM (Cluster Assignment Method)

D . RAM (Random Assignment Method)

Answer



9. In K-Medoids, the cluster center is always a ______.

A . Mean

B . Data point

C . Hypothetical point

D . Zero point

Answer



10. Which of the following clustering methods uses a tree-like structure?

A . Grid-based

B . Hierarchical

C . Density-based

D . Partitioning

Answer



11. The tree-like structure formed in hierarchical clustering is called a ______.

A . Graph

B . Dendrogram

C . Lattice

D . Chain

Answer



12. Agglomerative clustering follows a ______ approach.

A . Top-down

B . Bottom-up

C . Random

D . Sequential

Answer



13. Divisive hierarchical clustering follows a ______ approach.

A . Top-down

B . Bottom-up

C . Random

D . Iterative

Answer



14. DBSCAN algorithm groups data based on ______.

A . Density

B . Similarity

C . Probability

D . Gradient

Answer



15. The parameter "ε (epsilon)" in DBSCAN defines ______.

A . Number of clusters

B . Distance threshold (radius)

C . Learning rate

D . Number of iterations

Answer



16. In DBSCAN, MinPts parameter defines ______.

A . Minimum distance

B . Minimum number of neighbors

C . Maximum distance

D . Maximum density

Answer



17. In DBSCAN, points that do not belong to any cluster are called ______.

A . Core points

B . Border points

C . Noise points

D . Dense points

Answer



18. Outlier analysis helps in identifying data points that ______.

A . Follow a trend

B . Differ from the majority

C . Have maximum density

D . Are similar to others

Answer



19. Which of the following is a density-based clustering algorithm?

A . K-Means

B . K-Medoids

C . DBSCAN

D . Hierarchical

Answer



20. The technique used to find the distance between two clusters in hierarchical clustering is called ______.

A . Aggregation method

B . Linkage method

C . Proximity measure

D . Distance method

Answer



Fill in the Blanks


21. Clustering groups similar data points together based on their ______.

Answer


22. K-Means is a ______-based clustering algorithm.

Answer


23. In K-Means, the number of clusters (k) must be ______ before execution.

Answer


24. The K-Medoids algorithm is designed to handle ______ data.

Answer


25. The hierarchical clustering output is represented using a ______.

Answer


26. The two main types of hierarchical clustering are ______ and ______.

Answer


27. DBSCAN uses two parameters: ______ and ______.

Answer


28. In DBSCAN, a point with at least MinPts within its epsilon neighborhood is called a ______ point.

Answer


29. Data points that deviate significantly from the dataset are called ______.

Answer


30. In distance-based clustering, the most commonly used distance measure is ______ distance.

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 ]