Home »
MCQs »
Discrete Mathematics MCQs
Discrete Mathematics | Representation of Graphs MCQs
Discrete Mathematics | Representation of Graphs MCQs: This section contains multiple-choice questions and answers on Representation of Graphs in Discrete Mathematics.
Submitted by Anushree Goswami, on July 27, 2022
1. Matrix representations of graphs G can be broken down into ___ main types?
- Two
- Three
- Four
- Five
Answer: A) Two
Explanation:
Matrix representations of graphs G can be broken down into two main types.
2. An _____ matrix are the two main ways to represent a graph G with a matrix?
- Adjacency
- Incidence
- Both A and B
- None of the above
Answer: C) Both A and B
Explanation:
An adjacency matrix and an incidence matrix are the two main ways to represent a graph G with a matrix.
3. aij = _ when a row and a column have an edge between vertex vi and vj?
- 0
- 1
- 2
- 3
Answer: B) 1
Explanation:
aij = 1 when a row and a column have an edge between vertex vi and vj.
4. When vertex vi and vj do not have edges, aij is equal to ___?
- Zero
- One
- Two
- Three
Answer: A) Zero
Explanation:
When vertex vi and vj do not have edges, aij is equal to Zero.
5. In the incident matrix, a ___ corresponds to each vertex and a ____ corresponds to each edge?
- Row, Column
- Column, Row
- Row, Row
- Column, Column
Answer: A) Row, Column
Explanation:
In the incident matrix, a row corresponds to each vertex and a column corresponds to each edge.
6. Undirected graphs (without loops) have an incidence matrix equal to the ___?
- Degree multiplication of every vertex
- Degree sum of every vertex
- Degree multiplication of every edge
- Degree sum of every edge
Answer: B) Degree sum of every vertex
Explanation:
Undirected graphs (without loops) have an incidence matrix equal to the degree sum of every vertex.
7. Adjacency matrices of directed graphs contain the same number of ones as ___?
- Vertex
- Matrix
- Edge
- Label
Answer: C) Edge
Explanation:
Adjacency matrices of directed graphs contain the same number of ones as edges.
8. In the case where vertex vi and vertex vj have one or more edges, then aij=_, where _ = number of edges between vi and vj?
- 0
- 1
- 2
- N
Answer: D) N
Explanation:
In the case where vertex vi and vertex vj have one or more edges, then aij=N, where N = number of edges between vi and vj.