Questions: Formal Definitions in Graph Theory

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

An airline network has three direct flights between Chicago and New York operated by different carriers. Which graph model best captures this situation?

AA simple graph, since Chicago and New York are distinct vertices
BA directed graph, since flights operate in both directions
CA multigraph, since multiple distinct edges between the same pair of vertices are needed
DA weighted simple graph with the weight set to 3
Question 2 Multiple Choice

In the formal definition of a simple graph G = (V, E), edges are unordered pairs of *distinct* vertices. Why does 'distinct' appear in the definition?

ATo prevent the graph from containing any cycles
BTo ensure every vertex has a unique label
CTo prohibit loops — edges from a vertex to itself
DTo guarantee the graph remains connected
Question 3 True / False

A theorem proven for simple graphs may not hold for multigraphs, because multigraphs permit structures that simple graphs explicitly exclude.

TTrue
FFalse
Question 4 True / False

In a directed graph, the edge (u, v) and the edge (v, u) represent the same connection viewed from opposite directions.

TTrue
FFalse
Question 5 Short Answer

Why does choosing between a simple graph, directed graph, multigraph, or weighted graph matter before solving a graph problem?

Think about your answer, then reveal below.