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
2. Clustering is a type of ______ learning technique.
A . Supervised
B . Semi-supervised
C . Unsupervised
D . Reinforcement
3. The main goal of clustering is to identify ______ in the data.
A . Noise
B . Patterns or relationships
C . Outliers
D . Dependencies
4. In clustering, data points within the same cluster are ______.
A . Dissimilar
B . Similar
C . Random
D . Opposite
5. Which of the following is a partitioning-based clustering method?
A . K-Means
B . DBSCAN
C . Hierarchical
D . Grid-based
6. In the K-Means algorithm, each cluster is represented by a ______.
A . Node
B . Centroid
C . Point
D . Median
7. K-Means clustering aims to minimize the sum of ______ between data points and their clusters.
A . Angles
B . Distances
C . Correlations
D . Weights
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)
9. In K-Medoids, the cluster center is always a ______.
A . Mean
B . Data point
C . Hypothetical point
D . Zero point
10. Which of the following clustering methods uses a tree-like structure?
A . Grid-based
B . Hierarchical
C . Density-based
D . Partitioning
11. The tree-like structure formed in hierarchical clustering is called a ______.
A . Graph
B . Dendrogram
C . Lattice
D . Chain
12. Agglomerative clustering follows a ______ approach.
A . Top-down
B . Bottom-up
C . Random
D . Sequential
13. Divisive hierarchical clustering follows a ______ approach.
A . Top-down
B . Bottom-up
C . Random
D . Iterative
14. DBSCAN algorithm groups data based on ______.
A . Density
B . Similarity
C . Probability
D . Gradient
15. The parameter "ε (epsilon)" in DBSCAN defines ______.
A . Number of clusters
B . Distance threshold (radius)
C . Learning rate
D . Number of iterations
16. In DBSCAN, MinPts parameter defines ______.
A . Minimum distance
B . Minimum number of neighbors
C . Maximum distance
D . Maximum density
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
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
19. Which of the following is a density-based clustering algorithm?
A . K-Means
B . K-Medoids
C . DBSCAN
D . Hierarchical
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
21. Clustering groups similar data points together based on their ______.
22. K-Means is a ______-based clustering algorithm.
23. In K-Means, the number of clusters (k) must be ______ before execution.
24. The K-Medoids algorithm is designed to handle ______ data.
25. The hierarchical clustering output is represented using a ______.
26. The two main types of hierarchical clustering are ______ and ______.
27. DBSCAN uses two parameters: ______ and ______.
28. In DBSCAN, a point with at least MinPts within its epsilon neighborhood is called a ______ point.
29. Data points that deviate significantly from the dataset are called ______.
30. In distance-based clustering, the most commonly used distance measure is ______ distance.
☞ 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 ]
☞ 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 ]