Network Theory
This quiz covers basic concepts and theorems in Network Theory, a branch of mathematics dealing with the analysis and optimization of networks.
Questions
What is the maximum number of edges in a simple graph with n vertices?
- n(n-1)
- n(n+1)
- n^2
- n^2-1
What is the minimum number of edges in a connected graph with n vertices?
- n-1
- n
- n+1
- 2n-1
What is the degree of a vertex in a graph?
- The number of edges incident to the vertex
- The number of vertices adjacent to the vertex
- The number of cycles containing the vertex
- The number of paths starting from the vertex
What is the chromatic number of a graph?
- The minimum number of colors needed to color the vertices of the graph so that no two adjacent vertices have the same color
- The maximum number of colors needed to color the vertices of the graph so that no two adjacent vertices have the same color
- The number of vertices in the graph
- The number of edges in the graph
What is the maximum flow in a network?
- The maximum amount of flow that can be sent from a source vertex to a sink vertex in the network
- The minimum amount of flow that can be sent from a source vertex to a sink vertex in the network
- The total amount of flow in the network
- The average amount of flow in the network
What is the minimum cut in a network?
- The minimum amount of flow that must be removed from the network to disconnect the source vertex from the sink vertex
- The maximum amount of flow that can be sent from the source vertex to the sink vertex in the network
- The total amount of flow in the network
- The average amount of flow in the network
What is the shortest path between two vertices in a graph?
- The path with the fewest edges between the two vertices
- The path with the fewest vertices between the two vertices
- The path with the smallest total weight between the two vertices
- The path with the largest total weight between the two vertices
What is the spanning tree of a graph?
- A subgraph of the graph that includes all of the vertices and some of the edges
- A subgraph of the graph that includes all of the edges and some of the vertices
- A subgraph of the graph that includes all of the vertices and all of the edges
- A subgraph of the graph that includes none of the vertices and none of the edges
What is the Eulerian circuit in a graph?
- A closed walk in the graph that visits every edge exactly once
- A closed walk in the graph that visits every vertex exactly once
- A path in the graph that visits every edge exactly once
- A path in the graph that visits every vertex exactly once
What is the Hamiltonian circuit in a graph?
- A closed walk in the graph that visits every vertex exactly once
- A closed walk in the graph that visits every edge exactly once
- A path in the graph that visits every vertex exactly once
- A path in the graph that visits every edge exactly once
What is the difference between a directed graph and an undirected graph?
- In a directed graph, the edges have a direction, while in an undirected graph, the edges do not have a direction
- In a directed graph, the vertices have a direction, while in an undirected graph, the vertices do not have a direction
- In a directed graph, the edges have a weight, while in an undirected graph, the edges do not have a weight
- In a directed graph, the vertices have a weight, while in an undirected graph, the vertices do not have a weight
What is the adjacency matrix of a graph?
- A matrix that represents the adjacency of the vertices in the graph
- A matrix that represents the incidence of the edges in the graph
- A matrix that represents the weights of the edges in the graph
- A matrix that represents the degrees of the vertices in the graph
What is the incidence matrix of a graph?
- A matrix that represents the adjacency of the vertices in the graph
- A matrix that represents the incidence of the edges in the graph
- A matrix that represents the weights of the edges in the graph
- A matrix that represents the degrees of the vertices in the graph
What is the Laplacian matrix of a graph?
- A matrix that represents the adjacency of the vertices in the graph
- A matrix that represents the incidence of the edges in the graph
- A matrix that represents the weights of the edges in the graph
- A matrix that represents the degrees of the vertices in the graph