Quiz on Graph Theory
Multiple Choice
-
What is Graph Theory?
- A) A branch of mathematics that studies the properties of graphs.
- B) A branch of mathematics that studies the properties of shapes.
- C) A branch of mathematics that studies the properties of numbers.
- D) A branch of mathematics that studies the properties of equations.
-
What is the basic element of a graph?
- A) Edges
- B) Nodes
- C) Points
- D) Lines
-
What is the maximum number of edges that can be connected to a single vertex in a graph?
- A) 1
- B) 2
- C) 3
- D) Unlimited
True/False
-
Graphs are used to represent relationships between objects.
- True
-
The edges in a graph can have weights.
- True
-
A graph can have multiple connected components.
- True
Fill-in-the-Blank
-
A graph is a collection of ________ and ________.
- Nodes, edges
-
A graph is said to be ________ if there is a path between any two vertices.
- Connected
-
The ________ of a graph is the number of edges connected to a vertex.
- Degree
Short Answer
- What is the difference between a directed and an undirected graph?
- A directed graph is a graph in which the edges have a direction, while an undirected graph is a graph in which the edges do not have a direction. In a directed graph, the edges have a source and a destination, while in an undirected graph, the edges do not have a source or a destination.