0% found this document useful (0 votes)
438 views9 pages

Graph Theory MCQs and Answers

The document contains a test with multiple choice questions about graphs and graph theory concepts like neighborhoods, regular graphs, degrees, planar graphs, trees, and binary search trees. The test has 24 questions in total testing knowledge of graph properties, operations on graphs like taking complements, and characteristics of specific graphs like cycles, wheels, and complete graphs.

Uploaded by

Aryan Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
438 views9 pages

Graph Theory MCQs and Answers

The document contains a test with multiple choice questions about graphs and graph theory concepts like neighborhoods, regular graphs, degrees, planar graphs, trees, and binary search trees. The test has 24 questions in total testing knowledge of graph properties, operations on graphs like taking complements, and characteristics of specific graphs like cycles, wheels, and complete graphs.

Uploaded by

Aryan Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
  • Graph Theory Questions Part A
  • Graph Theory Questions Part B
  • Tree Representations

Part A

Sr. No. Question Correct

Answer

1 In the graph, neighbourhood of vertex ‘e’ is c

(a) N(e)={c,b,f,g}}

(b) N(e)={c,d,e,b,f}

(c) N(e)={c,b,f}

(d) N(e)={c,d,f}

2 The number of edges in a 3-Regular graph with 6 vertices is B

(a) 6

(b) 9

(c) 3

(d) 18

3 Out of following options, the number of odd degree vertices in a graph can be B

(a) 3

(b) 4

(c) 5

(d) 1
4 The number of edges in complete graph 𝐾2,5 is C

(a) 32

(b) 25

(c) 10

(d) 7

5 B
The removal of a cut-vertex from a graph, leads to a subgraph which is

(a) Connected

(b) Disconnected

(c) May not be connected in all the cases

(d) May not be disconnected in all the cases

6 How many edges does a graph have if its degree sequence is 6, 5, 3, 2, 2? B


(a) 5
(b) 9
(c) 4
(d) 18
7 How many edges does a graph have if its degree sequence is 5, 2, 2, 2, 2, 1? B
(a) 5
(b) 7
(c) 4
(d) 14
8 Determine which of the degree sequence is graphic. B

(i) 5, 4, 3, 2, 1, 0
(ii) 5, 3, 3, 3, 3, 3

(a ) Only (i)

(b) Only (ii)

(c) Both (i) and (ii)

(d) None

9 If two graphs are isomorphic then which of the following is not true. c

(a) Two graphs should have same degree sequence

(b) Two graphs should have same number of edges

(c) Two graphs should look same in the diagram

(d) They should have same number of circuits of a given length

10 Which of the following is not true for this graph? D

(a) Graph has no Hamilton path

(b) Graph has no Euler’s path

(c) Graph has neither Hamilton’s path nor Euler’s path

(d) Graph has Euler’s path


11 Chromatic number of 𝐾4,5 is c

(a) 4

(b) 3

(c) 2

(d) 1

12 Which of the following is not true for a tree graph? D

(a) It should be connected

(b) It should be free from circuits

(c) It should have n-1 edges if there are n vertices

(d) It can have a multiple edges

13 Maximum number of leaves in a full 3-ary tree of height 4 can be C

(a) 12 leaves

(b) 64 leaves

(c) 81 leaves

(d) 4 leaves
14 How many edges does a tree with 10,000 vertices have? C
(a) 10000
(b) 10001
(c) 9999
(d) 20000

15 How many vertices does a full 11-ary tree with 200 internal vertices have? b
(a) 211
(b) 2201
(c) 11200
(d) 20011
16 ∑50
𝑖=1 𝑑𝑒𝑔(𝑣𝑖 ) in 𝐾50 is A

(a) 2450 (b) 3450 (c) 1000 (d) 1225

17 Every complete graph with n vertices is planar if __ A

(a) 𝑛≤ 4
(b) 𝑛> 4
(c) 𝑛≤ 5
(d) 𝑛≥1
18 Consider the following statements C
P: Every complete graph with n vertices is (𝑛 − 1) − 𝑅𝑒𝑔𝑢𝑙𝑎𝑟.
Q: Every cycle graph with n vertices is 2-regular. Then

(a) Only P is true


(b) Only Q is true
(c) Both P and Q are true
(d) Neither P nor Q is true
19 Let G be a simple undirected graph with 10 vertices and it’s not a complete one then how many vertices are there in 𝐺̅ (complement graph B
of G)

(a) 5 (b) 10 (c) 25 (d) 0


20 Let G be a simple undirected graph with 10 vertices and 10 edges then how many edges are there in 𝐺̅ B

(a) 45 (b) 35 (c) 25 (d) 50

21 The value of n such that 𝐾𝑛 is isomorphic to 𝐶𝑛 A

(a) 3 (b) 4 (c) 5 (d) 6

22 c
The value of n such that 𝐶𝑛 and ̅̅̅
𝐶𝑛 (Complement graph) has the same no. of edges

(a)3 (b) 4 (c) 5 (d) 6

23 Total number of edges in 𝑊10 d

(a) 5 (b) 10 (c) 15 (d) 20

23 The wheel graph with n vertices is regular if n= c

(a) 5 (b) 4 (c) 3 (d) any natural number

24 The number of vertices in 𝑄3 a

(a) 8 (b) 6 (c) 16 (d) 4

1 ∑150
𝑖=1 𝑑𝑒𝑔𝑟𝑒𝑒(𝑣𝑖 ) in 𝐾50,100 is d

(a) 100 (b) 150 (c)1000 (d)10000

2 The chromatic number of 𝐾10 b

(a) 5 (b) 10 (c) 15 (d) 20


3 The chromatic number of 𝐶100 b

(a) 100 (b) 2 (c) 3 (d) 4

4 How many leaves does a full 3-ary tree with 100 vertices have? A
(a) 67
(b) 103
(c) 300
(d) 97
5 How many edges does a full binary tree with 2020 internal vertices have? b
(a) 2020
(b) 4040
(c) 22020
(d) 1010
6 The chromatic number of 𝑊100 c

(a) 100 (b) 2 (c) 3 (d) 4

7 Consider the following statements c


P: The chromatic number of 𝑄3 is 2
Q: The chromatic number of 𝐾𝑚,𝑛 is 2

Then

(a) Only P is true


(b) Only Q is true
(c) Both P and Q are true
(d) Neither P nor Q is true

8 Consider the following statements c


P: The 𝑄3 is planar
Q: The 𝑊3 is planar
Then
(a) Only P is true
(b) Only Q is true
(c) Both P and Q are true
(d) Neither P nor Q is true

9 The number of bounded regions in 𝐶𝑛 and 𝑊𝑛 respectively b


(a) 2, n+1 (b) 1, n (c) n, n (d) 2,n

10 Which one the following graph is non-planar. c


(𝑎) 𝐶5 (b) 𝑊5 (c) 𝐾6 (d) 𝐾2,3

11 Consider the following statements c


P: Every cycle graph has a Euler path Q: Every cycle graph has a Hamiltonian path
Then
(a) Only P is true (b) Only Q is true
(c) Both P and Q are true (d) Neither P nor Q is true

12 The weight of minimal spanning tree is C

(a) 15
(b) 13
(c) 14
(d) 12
13 Which one is a
Incorrect
representation T1 T2
of Binary
Search tree?

(a) Only
T1
(b) Only
T2
(c) Both
T1
and
T2
(d) None

Common questions

Powered by AI

A 3-regular graph is one where each vertex has degree 3. In a 3-regular graph with 6 vertices, the degree sequence sums to 18 (since 6 vertices × degree 3 = 18). Since each edge contributes to the degrees of 2 vertices, the number of edges is 18/2, which equals 9 .

The number of edges in the complement of a graph, G̅, is determined by subtracting the edges in the original graph from the total possible edges in a complete graph. For a graph with 10 vertices, it can have a maximum of (10×9)/2 = 45 edges. If the original graph has 10 edges, then G̅ has 45 - 10 = 35 edges .

The chromatic number of a wheel graph Wn is 3 if n is odd and greater than 3, which helps understand it as this implies a moderate complexity in coloring, requiring a minimal number of colors to ensure no adjacent vertices share the same color. For W100, which is a large wheel graph, the chromatic number is 3 .

A tree graph has n-1 edges if there are n vertices, as it is minimally connected with no cycles. Therefore, a tree graph with 10,000 vertices should have 9,999 edges. This is because each additional vertex in a tree adds a single edge, maintaining connectivity without forming a cycle .

Removing a cut-vertex from a graph results in a subgraph that is disconnected. This is because a cut-vertex is essential for holding parts of the graph together, and its removal causes one or more parts to be disconnected from the rest of the graph .

The neighborhood of a vertex in a graph is the set of vertices that are adjacent to it. For vertex 'e', the neighborhood is defined as N(e) = {c, b, f} .

A complete graph with n vertices is planar if n ≤ 4. For n > 4, the graph becomes non-planar due to the increase in the number of edges, which cannot be drawn on a plane without edges crossing .

To determine if a degree sequence is graphic, it must satisfy the Handshaking Lemma, where the sum of degrees is even, and the sequence can form a simple graph. The sequence 5, 3, 3, 3, 3, 3 is graphic as it satisfies these conditions .

Two graphs are isomorphic if they have the same degree sequence and the same number of edges, and can have their vertices relabeled to look identical. However, it's a misconception that they must look the same without relabeling or have the same number of circuits of the same length .

A complete bipartite graph K2,5 has 10 edges. In bipartite graphs, edges only connect vertices from different sets, not within the same set. Thus, edges in K2,5 are calculated as the product of the vertex counts in the two sets, resulting in 2 × 5 = 10 .

Part A 
 
Sr. No. 
Question 
Correct 
Answer 
1 
In the graph, neighbourhood of vertex ‘e’ is  
(a) N(e)={c,b,f,g}} 
(b)
4 
The number of edges in complete graph 𝐾2,5 is  
(a) 32 
(b) 25 
(c) 10 
(d) 7 
C 
5 
The removal of a cut-vertex from a
8 
Determine which of the degree sequence is graphic. 
(i) 
5, 4, 3, 2, 1, 0 
(ii) 
5, 3, 3, 3, 3, 3 
(a ) Only (i) 
(b) O
11 
Chromatic number of 𝐾4,5 is 
(a) 4 
(b) 3 
(c) 2 
(d) 1 
c 
12 
Which of the following is not true for a tree graph?
14 
How many edges does a tree with 10,000 vertices have? 
(a) 10000 
(b) 10001 
(c) 9999 
(d) 20000 
C 
15 
How many ve
22 
 
The value of n such that 𝐶𝑛  and  𝐶𝑛
̅̅̅  (Complement graph) has the same no. of edges  
 
(a)3  (b) 4      (c) 5
3 
The chromatic number of  𝐶100 
 
    (a) 100    (b) 2     (c) 3      (d) 4 
b 
4 
How many leaves does a full 3-ary tre
(b)  Only Q is true   
(c)  Both P and Q are true 
(d) Neither P nor Q is true 
 
 
 
9 
 The number of bounded regions in
13 
Which one is 
Incorrect 
representation 
of Binary 
Search tree? 
 
(a) Only 
T1 
(b) Only 
T2 
(c) Both 
T1 
and 
T2

You might also like