Questions: Graph Operations and Products

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In the Cartesian product G □ H, when are two vertices (u, a) and (v, b) adjacent?

AWhen u = v and a = b (they share both coordinates)
BWhen u–v is an edge in G and a–b is an edge in H (both coordinates change via valid edges)
CWhen exactly one coordinate changes and that change is a valid edge in the corresponding graph
DWhen at least one coordinate is the same regardless of whether the other forms a valid edge
Question 2 Multiple Choice

The tensor product G × H of two graphs produces a sparser graph than the Cartesian product G □ H on the same pair of graphs. Why?

ABecause the tensor product uses a smaller vertex set than the Cartesian product
BBecause the tensor product requires both coordinate changes to be valid edges simultaneously, creating fewer qualifying pairs
CBecause the tensor product excludes vertices where both coordinates are identical
DBecause the Cartesian product allows edges between any vertex pair while the tensor product restricts to graph edges
Question 3 True / False

The Cartesian product and tensor product of two graphs always have the same vertex sets but different edge sets.

TTrue
FFalse
Question 4 True / False

The strong product G ⊠ H is defined by the same edge rule as the tensor product but applied to a larger vertex set.

TTrue
FFalse
Question 5 Short Answer

All three major graph products (Cartesian, tensor, strong) are defined on the same vertex set. What varies between them, and what is the significance of having different edge rules?

Think about your answer, then reveal below.