Questions: Connectivity and Connected Components

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A social network graph has 1,000 vertices and 3 connected components. What does this tell you?

AExactly 3 vertices are isolated (have no edges connecting them to others)
BThere are 3 groups of vertices such that paths exist within each group but no path connects any vertex in one group to any vertex in another
CThe graph has exactly 997 edges, since each component contributes one fewer edge than vertices
DRemoving any single edge would split the graph into exactly 3 components
Question 2 Multiple Choice

Graph G has vertex connectivity κ(G) = 2 and edge connectivity κ'(G) = 3. What does this tell you about G?

AThe values are impossible — vertex connectivity always equals edge connectivity in any graph
BYou need to remove at least 3 edges but only 2 vertices to disconnect G — vertex removal is strictly more powerful because removing a vertex also removes all its incident edges
CG has exactly 3 edges and 2 vertices forming its minimum cut
DThe minimum degree of G is 2, so removing any 3-edge cut automatically removes 2 vertices
Question 3 True / False

A connected graph has exactly one connected component.

TTrue
FFalse
Question 4 True / False

In a connected graph, there can be at most one path between any pair of vertices.

TTrue
FFalse
Question 5 Short Answer

Explain the concept of a 'bridge' in a graph and why network designers try to eliminate bridges from critical infrastructure.

Think about your answer, then reveal below.