Model answer
A walk may repeat vertices and edges; a trail repeats no edge; a path repeats no vertex; a cycle is a closed path with matching start and end; a connected component is a maximal set of mutually reachable vertices in an undirected graph.
Use the key terms, then explain the reasoning.