0% found this document useful (0 votes)
106 views5 pages

April 2024 Graph Theory Exam Paper

This document is an examination paper for a Graph Theory & Combinatorics course at Harish Chandra PG College, covering various concepts related to undirected graphs, planar graphs, and graph properties. It includes multiple-choice questions on topics such as graph degree sequences, traversal algorithms, and properties of complete graphs. The paper is designed for BCA IV semester students and consists of 25 questions with a maximum score of 25 marks.
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)
106 views5 pages

April 2024 Graph Theory Exam Paper

This document is an examination paper for a Graph Theory & Combinatorics course at Harish Chandra PG College, covering various concepts related to undirected graphs, planar graphs, and graph properties. It includes multiple-choice questions on topics such as graph degree sequences, traversal algorithms, and properties of complete graphs. The paper is designed for BCA IV semester students and consists of 25 questions with a maximum score of 25 marks.
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

FACULTY OF MANAGEMENT AND TECHNOLOGY

HARISH CHANDRA PG COLLEGE, BAWAN BEEGHA VARANASI

Graph Theory & Combinatorics


Paper code: : BCA-S 210E1 BCA IV SEM Max. Marks: 25
Time: 11:30 to 12:30 I Sessional Date: 07/05/2024
Name:-
Roll No:- II Meeting
Invigilator’s Sign:-

1. Which of the following statements is/are TRUE for undirected graphs?

P: Number of odd degree vertices is even.

Q: Sum of degrees of all vertices is even.

(a) P only (b) Q only (c) Both P and Q (d) Neither P and Q

2. Let G be a simple undirected planar graph on 10 vertices with 15 edges. If G is a


connected graph, then the number of bounded faces in any embedding of G on the
plane is equal to

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

3. Which of the following graphs is isomorphic to


(a) A (b) B (c ) C (d) D

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

(a) I and II (b) III and IV

(c) IV only (d) II and IV

5. If the origin and terminus of a walk are same, the walk is known as..

(a) Open (b) Closed (c) Path (d) None of these

6. Which of the following is true, if 𝑛 is the number of vertices , 𝑚 is the number of


edges and 𝑓 is the number of faces of a connected plane graph.

a) 𝑛 + 𝑚 + 𝑓 = 2 b) 𝑛 − 𝑚 + 𝑓 = 2
c) 𝑛 − 𝑚 − 𝑓 = 2 d) 𝑛 + 𝑚 − 𝑓 = 2
7. The number of vertices of odd degree in a graph is always……..

(a) Odd (b) even (c) 1 (d) 0

8. A connected graph without cycles is called

(a) Tree (b) bipartite graph


(c) Component (d) complete graph

9. The number of edges in a tree on n vertices is


(a) n (b) 1 (c) n-1 (d) n-2
10. A graph in which loops and parallel edges are allowed is called a

a) vertices b)edges

c) Degree of a vertex d) pseudo graph

11. If every vertex of a simple graph has the same degree , then the graph is called

a) Complete Graph b) Regular Graph


c) bi-partite Graph d) sub-graph

12. The maximum number of edges in a simple graph with n vertces is

a) n(n-1)/2 b) (n-1)/4
c) (n-1)/5 d) n/2

13. A connected planar graph having 6 vertices, 7 edges contains regions.


(a) 1 (b) 3
(c) 5 (d) 7

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) v=e (b) v=e+ 1 (c) v+ 1 = e (d) v=e−1

15. Let G be a simple graph. Which of the following statements is true?

P: Adjacency matrix is symmetric.


Q: Trace of adjacency matrix is 1.

(a) P only (b) Q only (c) Both P and Q (d) Neither P and Q

16. Total number of edges of a complete graph Km,n


(a) m+n (b) m−n (c) mn (d) m

17. Self-loops are counted ____?


(a) Once (b) Twice (c) Thrice (d) Multiple times
18. Consider a complete graph G with 4 vertices. The graph G has ____ spanning
trees.
a) 15 b) 8 c) 16 d) 13

19. The adjacency matrix of the complete graph K4 is ?

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 .

(a) 21 (b) 22 (c) 23 (d) 24

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

25. I. Every bipartite graph contains an odd cycle.


II. Every tree is a bipartite graph.
(a) I is true and II is false (b) I is false and II is true
(c) I and II are false (d) I and II are true

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

Student Sign:- _______________________________

Examiner’s Sign:- _____________________________

Common questions

Powered by AI

A connected graph without cycles is called a tree. This structure uniquely differentiates trees from more complex graph structures, as adding any edge to a tree will form at least one cycle, violating its acyclic nature .

The complement of a graph is used to explore properties not evident in the original graph, especially regarding non-edges. It contains exactly those edges that are present in a complete graph but absent in the original graph. The complement focuses on the absence of connections, highlighting indirect relationships .

The Handshaking Lemma states that the sum of the degrees of all vertices in a graph is twice the number of edges, which is an even number. This implies that the number of vertices with odd degree must be even, as an odd count would result in an odd sum of degrees, contradicting the lemma .

A tree is a connected graph with no cycles. It is always a bipartite graph because trees do not contain odd-length cycles, making it possible to divide the vertices into two sets such that no two vertices within the same set are adjacent .

Euler's formula for planar graphs states that for any connected plane graph, the relationship n - m + f = 2 holds true, where 'n' is the number of vertices, 'm' is the number of edges, and 'f' is the number of faces .

Self-loops are counted twice in the degree of a vertex because each loop adds to both the incoming and outgoing degree simultaneously, affecting traversal, connectivity, and the degree sequence calculations. This impacts the graph’s properties like connectivity, symmetry, and traversal algorithms .

The number of spanning trees in a complete graph with 'v' vertices is calculated using Cayley's formula as v^(v-2). For example, a complete graph with 4 vertices has 4^(4-2) = 16 spanning trees. This highlights the connectivity and redundancy inherent in complete graphs .

A degree sequence can represent a simple graph if the sum of the degrees is even and satisfies the Handshaking Lemma. Sequence 7, 6, 5, 4, 4, 3, 2, 1 has an even sum, but sequence 8, 7, 7, 6, 4, 2, 1, 1 violates this by not being graphical, showing an inconsistency in constructing a valid simple graph .

In a simple undirected graph, the adjacency matrix is symmetric because if an edge exists between vertices i and j, the edge is bidirectional, implying that both (i,j) and (j,i) are entries in the matrix. This symmetry is crucial for structural analysis and operations within the graph .

The maximum number of edges in a simple graph with 'n' vertices is n(n-1)/2, which occurs when the graph is complete and every pair of distinct vertices is connected by a unique edge. This property emphasizes the maximum connectivity between vertices in a graph .

You might also like