Graph Theory Quiz
Question 1
What is a graph?
A graph is a collection of points, called vertices, and lines connecting them, called edges. Graphs are used to represent relationships between different objects or ideas.
Question 2
What is the degree of a vertex?
The degree of a vertex is the number of edges connected to it. For example, if a vertex has three edges connected to it, then its degree is three.
Question 3
What is an edge in a graph?
An edge in a graph is a line connecting two vertices. It is used to represent a relationship between the two vertices.
Question 4
What is an isolated vertex?
An isolated vertex is a vertex that is not connected to any other vertices in the graph. It has no edges connected to it.
Question 5
What is the difference between a directed and an undirected graph?
A directed graph has edges with a direction, meaning that the edges are one-way. An undirected graph has edges without a direction, meaning that the edges are two-way.