Graph Theory Basics

Test your knowledge of fundamental graph theory concepts including graph properties, coloring, and domination parameters

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

In a geometric graph, what is the maximum number of edges that can be drawn between any two vertices?

  1. 1
  2. 2
  3. 3
  4. 4
Question 2 Multiple Choice (Single Answer)

What is the minimum number of edges required to connect all vertices in a geometric graph?

  1. n-1
  2. n
  3. n+1
  4. 2n-1
Question 3 Multiple Choice (Single Answer)

What is the maximum number of edges that can be drawn in a geometric graph with n vertices?

  1. n(n-1)/2
  2. n(n+1)/2
  3. n^2
  4. 2n^2
Question 4 Multiple Choice (Single Answer)

What is the diameter of a geometric graph?

  1. The length of the longest path between any two vertices
  2. The length of the shortest path between any two vertices
  3. The number of vertices in the graph
  4. The number of edges in the graph
Question 5 Multiple Choice (Single Answer)

What is the radius of a geometric graph?

  1. The length of the longest path between any two vertices
  2. The length of the shortest path between any two vertices
  3. The number of vertices in the graph
  4. The number of edges in the graph
Question 6 Multiple Choice (Single Answer)

What is the girth of a geometric graph?

  1. The length of the longest path between any two vertices
  2. The length of the shortest path between any two vertices
  3. The length of the shortest cycle in the graph
  4. The number of vertices in the graph
Question 7 Multiple Choice (Single Answer)

What is the chromatic number of a geometric graph?

  1. The minimum number of colors required to color the vertices of the graph so that no two adjacent vertices have the same color
  2. The maximum number of colors required to color the vertices of the graph so that no two adjacent vertices have the same color
  3. The number of vertices in the graph
  4. The number of edges in the graph
Question 8 Multiple Choice (Single Answer)

What is the independence number of a geometric graph?

  1. The maximum number of vertices that can be selected from the graph such that no two selected vertices are adjacent
  2. The minimum number of vertices that can be selected from the graph such that no two selected vertices are adjacent
  3. The number of vertices in the graph
  4. The number of edges in the graph
Question 9 Multiple Choice (Single Answer)

What is the clique number of a geometric graph?

  1. The maximum number of vertices that can be selected from the graph such that all selected vertices are adjacent
  2. The minimum number of vertices that can be selected from the graph such that all selected vertices are adjacent
  3. The number of vertices in the graph
  4. The number of edges in the graph
Question 10 Multiple Choice (Single Answer)

What is the domination number of a geometric graph?

  1. The minimum number of vertices that need to be selected from the graph such that every other vertex in the graph is adjacent to at least one selected vertex
  2. The maximum number of vertices that need to be selected from the graph such that every other vertex in the graph is adjacent to at least one selected vertex
  3. The number of vertices in the graph
  4. The number of edges in the graph
Question 11 Multiple Choice (Single Answer)

What is the total domination number of a geometric graph?

  1. The minimum number of vertices that need to be selected from the graph such that every other vertex in the graph is adjacent to at least two selected vertices
  2. The maximum number of vertices that need to be selected from the graph such that every other vertex in the graph is adjacent to at least two selected vertices
  3. The number of vertices in the graph
  4. The number of edges in the graph
Question 12 Multiple Choice (Single Answer)

What is the connected domination number of a geometric graph?

  1. The minimum number of vertices that need to be selected from the graph such that the subgraph induced by the selected vertices is connected and every other vertex in the graph is adjacent to at least one selected vertex
  2. The maximum number of vertices that need to be selected from the graph such that the subgraph induced by the selected vertices is connected and every other vertex in the graph is adjacent to at least one selected vertex
  3. The number of vertices in the graph
  4. The number of edges in the graph
Question 13 Multiple Choice (Single Answer)

What is the path cover number of a geometric graph?

  1. The minimum number of paths that need to be selected from the graph such that every vertex in the graph is on at least one selected path
  2. The maximum number of paths that need to be selected from the graph such that every vertex in the graph is on at least one selected path
  3. The number of vertices in the graph
  4. The number of edges in the graph
Question 14 Multiple Choice (Single Answer)

What is the cycle cover number of a geometric graph?

  1. The minimum number of cycles that need to be selected from the graph such that every vertex in the graph is on at least one selected cycle
  2. The maximum number of cycles that need to be selected from the graph such that every vertex in the graph is on at least one selected cycle
  3. The number of vertices in the graph
  4. The number of edges in the graph