Practice Library
All MCQs
Browse exam-wise, subject-wise, and country-wise MCQs with explanations.
Choose an option to check your answer.
Correct Answer: A. The largest distance between any cross-cluster pair
Explanation:
Complete linkage considers the farthest members of two clusters.
It favors compact groups with smaller diameters.
Choose an option to check your answer.
Correct Answer: D. Clusters join through sequences of close points despite weak overall compactness
Explanation:
A narrow bridge of points can connect otherwise distinct groups.
This may create long, loosely connected clusters.
Choose an option to check your answer.
Correct Answer: C. The smallest distance between any cross-cluster pair
Explanation:
Single linkage merges clusters based on their nearest members.
It can recover elongated shapes but is prone to chaining.
Easy
Choose an option to check your answer.
Correct Answer: B. The nested sequence of cluster merges or splits
Explanation:
A dendrogram is a tree whose branch heights reflect dissimilarity.
Cutting it at a chosen level produces a clustering.
Choose an option to check your answer.
Correct Answer: A. With all observations in one cluster
Explanation:
Divisive clustering recursively splits broad groups into smaller clusters.
It builds the hierarchy from the top downward.
Choose an option to check your answer.
Correct Answer: D. With each observation as its own cluster
Explanation:
Agglomerative clustering repeatedly merges the closest clusters.
The process forms a bottom-up hierarchy.
Choose an option to check your answer.
Correct Answer: C. Reinitialize that centroid or use an implementation with an empty-cluster strategy
Explanation:
An empty cluster has no points from which to compute a mean.
Algorithms handle this by relocating or replacing the centroid.
Choose an option to check your answer.
Correct Answer: B. When numeric data contain substantial outliers
Explanation:
Absolute deviations and median centers reduce the influence of extremes.
This can produce more robust cluster locations.
Choose an option to check your answer.
Correct Answer: A. It represents clusters by coordinate-wise medians and commonly uses absolute distance
Explanation:
K-medians minimizes an L1-style objective rather than squared error.
Medians are less sensitive to extreme values than means.
Choose an option to check your answer.
Correct Answer: D. Cohesion within its cluster against separation from the nearest other cluster
Explanation:
Values near one indicate a well-matched cluster assignment.
Values near or below zero suggest overlap or possible misassignment.
Choose an option to check your answer.
Correct Answer: C. The change in within-cluster error as k increases
Explanation:
Within-cluster error always falls with more clusters.
The elbow marks where additional clusters yield diminishing improvement.
Easy
Choose an option to check your answer.
Correct Answer: B. Extreme points strongly affect means and squared distances
Explanation:
A distant observation can pull a centroid away from the main cluster.
Robust alternatives or outlier treatment may be needed.