Graph Theory Paper (2)
Graph Theory Paper (2)
(a) P only (b) Q only (c) Both P and Q (d) Neither P and Q
4. The degree sequence of a simple graph is the sequence of the degrees of the
nodes in the graph in decreasing order. Which of the following sequences cannot
be the degree sequence of any graph?
(I) 7, 6, 5, 4, 4, 3, 2, 1
(II) 6, 6, 6, 6, 3, 3, 2, 2
(III) 7, 6, 6, 4, 4, 3, 2, 2
(IV) 8, 7, 7, 6, 4, 2, 1, 1
5. If the origin and terminus of a walk are same, the walk is known as..
a) 𝑛 + 𝑚 + 𝑓 = 2 b) 𝑛 − 𝑚 + 𝑓 = 2
c) 𝑛 − 𝑚 − 𝑓 = 2 d) 𝑛 + 𝑚 − 𝑓 = 2
7. The number of vertices of odd degree in a graph is always……..
a) vertices b)edges
11. If every vertex of a simple graph has the same degree , then the graph is called
a) n(n-1)/2 b) (n-1)/4
c) (n-1)/5 d) n/2
14. For a given graph G having v vertices and e edges which is connected and has
no cycles, which of the following statements is true?
(a) P only (b) Q only (c) Both P and Q (d) Neither P and Q
20. What graph traversal algorithm uses a stack to keep track of vertices which need
to be processed?
(a) BFS (b) DFS (c) Level Order Search (d) None of these
21. Which algorithm is used to find the shortest path in a weighted graph?
(a) Prim’s algo (b) Kruskal’s Algo (c) Dijkstra’s Algo (d) None of these
22. We have a simple graph G, which contains 21 edges and 10 vertices. Now find
out the number of edges in the complement of graph G .
23. We have a simple graph G and a complement graph G`. The graph G contains
the 30 edges and G` contains the 36 edges. Now find out the number of vertices
in graph G.
(a) 11 (b) 12 (c) 13 (d) 14
24. The no of edges in a regular graph of degree d and n vertices is
(a) Maximum of n and d. (b) n+d
( c) nd (d) nd/2
Answer:-
1 2 3 4 5
6 7 8 9 10
11 12 13 14 15
16 17 18 19 20
21 22 23 24 25