Correct Answer: C. A group of vertices with relatively dense internal connections compared with external connections
Explanation:
Communities represent mesoscale structure in which members interact more strongly with one another. Different algorithms formalize this intuitive definition in different ways.
Correct Answer: D. The tendency of similar entities to form connections
Explanation:
Homophily captures the pattern that people with shared attributes or interests are often more likely to connect. It can shape observed communities and information flow.
Correct Answer: C. They can indicate similarity or the likelihood of a future connection
Explanation:
Two users sharing many contacts occupy overlapping local social contexts. This signal is often used in link prediction, though it does not guarantee a connection.
Correct Answer: B. How strongly its neighbors are connected to one another
Explanation:
The coefficient compares actual edges among a vertex’s neighbors with the number that could exist. It captures the local tendency for friend-of-a-friend triangles.
Correct Answer: C. The fraction of possible edges that actually exist
Explanation:
Density compares observed connections with the maximum possible for the graph type and vertex count. A dense network has many of its possible edges present.
Correct Answer: D. A maximal set of vertices where every pair is linked by some path
Explanation:
Vertices in one connected component can reach one another through one or more edges. No additional outside vertex can be added while preserving that property.