Questions: Connectivity and Connected Components

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A network engineer needs to identify single edges whose failure would split a computer network into two disconnected parts. Which graph concept describes these edges?

AArticulation points, because vertices represent the servers that route traffic
BBridges, because these are edges whose removal increases the number of connected components
CComplete subgraphs, because they indicate fully redundant regions of the network
DIsolated vertices, because they are already disconnected from the network
Question 2 Multiple Choice

A connected graph has 8 vertices. What is the minimum number of edges it can have while remaining connected?

A4 edges (n/2)
B7 edges (n−1), forming a spanning tree with no cycles
C8 edges (one per vertex)
D16 edges (2n, ensuring each vertex has degree 2)
Question 3 True / False

A complete graph (where nearly every pair of vertices is directly connected by an edge) is the same thing as a connected graph.

TTrue
FFalse
Question 4 True / False

In a connected graph, removing a bridge edge always increases the number of connected components, while removing a non-bridge edge never changes the number of components.

TTrue
FFalse
Question 5 Short Answer

Explain why a tree is called 'minimally connected,' and describe what happens to connectivity when you add one edge to a tree versus remove one edge from a tree.

Think about your answer, then reveal below.