SlideShare a Scribd company logo
2
Most read
3
Most read
6
Most read
CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 1
CS6702 GRAPH THEORY AND APPLICATIONS
QUESTION BANK
UNIT I INTRODUCTION
PART – A
1. Define Graph.
2. Define Simple graph.
3. Write few problems solved by the applications of graph theory.
4. Define incidence, adjacent and degree.
5. What are finite and infinite graphs?
6. Define Isolated and pendent vertex.
7. Define null graph.
8. Define Multigraph
9. Define complete graph
10. Define Regular graph
11. Define Cycles
12. Define Isomorphism.
13. What is Subgraph?
14. Define Walk, Path and Circuit.
15. Define connected graph. What is Connectedness?
16. Define Euler graph.
17. Define Hamiltonian circuits and paths
18. Define Tree
19. List out few Properties of trees.
20. What is Distance in a tree?
21. Define eccentricity and center.
22. Define distance metric.
23. What are the Radius and Diameter in a tree.
24. Define Rooted tree
25. Define Rooted binary tree
PART – B
1. Explain various applications of graph.
2. Define the following kn, cn, kn,n, dn, trail, walk, path, circuit with an example.
3. Show that a connected graph G is an Euler graph iff all vertices are even degree.
4. Prove that a simple graph with n vertices and k components can have at most (n-k)(n-k+1)/2
edges.
5. Are they isomorphic?
6. Prove that in a complete graph with n vertices there are (n-1)/2 edges-disjoint Hamiltonian
circuits, if n is odd number ≥3.
7. Prove that, there is one and only one path between every pair of vertices in a tree T.
8. Prove the given statement, “A tree with n vertices has n-1 edges”.
9. Prove that, any connected graph with n vertices has n-1 edges is a tree.
10. Show that a graph is a tree if and only if it is minimally connected.
11. Prove that, a graph G with n vertices has n-1 edges and no circuits are connected.
CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 2
UNIT II TREES, CONNECTIVITY & PLANARITY
PART – A
1. Define Spanning trees.
2. Define Branch and chord.
3. Define complement of tree.
4. Define Rank and Nullity.
5. How Fundamental circuits created?
6. Define Spanning trees in a weighted graph.
7. Define degree-constrained shortest spanning tree.
8. Define cut sets and give example.
9. Write the Properties of cut set
10. Define Fundamental circuits
11. Define Fundamental cut sets
12. Define edge Connectivity.
13. Define vertex Connectivity.
14. Define separable and non-separable graph.
15. Define articulation point.
16. What is Network flows.
17. Define max-flow and min-cut theorem (equation).
18. Define component (or block) of graph.
19. Define 1-Isomorphism.
20. Define 2-Isomorphism.
21. Briefly explain Combinational and geometric graphs.
22. Distinguish between Planar and non-planar graphs.
23. Define embedding graph.
24. Define region in graph.
25. Why the graph is embedding on sphere.
PART – B
1. Find the shortest spanning tree for the following graph.
2. Explain 1 - isomarphism and 2 - isomarphism of graphs with your own example.
3. Prove that a connected graph G with n vertices and e edges has e-n+2 regions.
4. Write all possible spanning tree for K5.
5. Prove that every cut-set in a connected graph G must contain at least one branch of every
spanning tree of G.
6. Prove that the every circuit which has even number of edges in common with any cut-set.
7. Show that the ring sum of any two cut-sets in a graph is either a third cut set or en edge disjoint
union of cut sets.
8. Explain network flow problem in detail.
9. If G1 and G2 are two 1-isomorphic graphs, the rank of G1 equals the rank of G2 and the nullity
of G1 equals the nullity of G2, prove this.
10. Prove that any two graphs are 2-isomorphic if and only if they have circuit correspondence.
CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 3
UNIT III MATRICES, COLOURING AND DIRECTED GRAPH
PART – A
1. What is proper coloring?
2. Define Chromatic number
3. Write the properties of chromatic numbers (observations).
4. Define Chromatic partitioning
5. Define independent set and maximal independent set.
6. Define uniquely colorable graph.
7. Define dominating set.
8. Define Chromatic polynomial.
9. Define Matching (Assignment).
10. What is Covering?
11. Define minimal cover.
12. What is dimer covering?
13. Define four color problem / conjecture.
14. State five color theorem
15. Write about vertex coloring and region coloring.
16. What is meant by regularization of a planar graph?
17. Define Directed graphs .
18. Define isomorphic digraph.
19. List out some types of directed graphs.
20. Define Simple Digraphs.
21. Define Asymmetric Digraphs (Anti-symmetric).
22. What is meant by Symmetric Digraphs?
23. Define Simple Symmetric Digraphs.
24. Define Simple Asymmetric Digraphs.
25. Give example for Complete Digraphs.
26. Define Complete Symmetric Digraphs.
27. Define Complete Asymmetric Digraphs (tournament).
28. Define Balance digraph (a pseudo symmetric digraph or an isograph).
29. Define binary relations.
30. What is Directed path?
31. Write the types of connected digraphs.
32. Define Euler graphs.
PART – B
1. Prove that any simple planar graph can be embedded in a plane such that every edge is drawn
as a straight line.
2. Show that a connected planar graph with n vertices and e edges has e-n+2 regions.
3. Define chromatic polynomial. Find the chromatic polynomial for the following graph.
4. Explain matching and bipartite graph in detail.
5. Write the observations of minimal covering of a graph.
6. Prove that the vertices of every planar graph can be properly colored with five colors.
7. Explain matching in detail.
8. Prove that a covering g of graph G is minimal iff g contains no path of length three or more.
9. Illustrate four-color problem.
10. Explain Euler digraphs in detail.
CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 4
UNIT IV PERMUTATIONS & COMBINATIONS
PART – A
1. Define Fundamental principles of counting
2. Define rule of sum.
3. Define rule of Product
4. Define Permutations
5. Define combinations
6. State Binomial theorem
7. Define combinations with repetition
8. Define Catalan numbers
9. Write the Principle of inclusion and exclusion formula.
10. Define Derangements
11. What is meant by Arrangements with forbidden (banned) positions.
PART – B
1. Explain the Fundamental principles of counting.
2. Find the number of ways of ways of arranging the word APPASAMIAP and out of it how
many arrangements have all A’s together.
3. Discuss the rules of sum and product with example.
4. Determine the number of (staircase) paths in the xy-plane from (2, 1) to (7, 4), where each path
is made up of individual steps going 1 unit to the right (R) or one unit upward (U). iv.
Find the coefficient of a5b2 in the expansion of (2a - 3b)7.
5. State and prove binomial theorem.
6. How many times the print statement executed in this program segment?
7. Discuss the Principle of inclusion and exclusion.
8. How many integers between 1 and 300 (inc.) are not divisible by at least one of 5, 6, 8?
9. How 32 bit processors address the content? How many address are possible?
10. Explain the Arrangements with forbidden positions.
CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 5
UNIT V GENERATING FUNCTIONS
PART – A
1. Define Generating function.
2. What is Partitions of integer?
3. Define Exponential generating function
4. Define Maclaurin series expansion of ex and e-x.
5. Define Summation operator
6. What is Recurrence relation?
7. Write Fibonacci numbers and relation
8. Define First order linear recurrence relation
9. Define Second order recurrence relation
10. Briefly explain Non-homogeneous recurrence relation.
PART – B
1. Explain Generating functions
2. Find the convolution of the sequences 1, 1, 1, 1, ….. and 1,-1,1,-1,1,-1.
3. Find the number of non negative & positive integer solutions of for x1+x2+x3+x4=25.
4. Find the coefficient of x5 in(1-2x)7.
5. The number of virus affected files in a system is 1000 and increases 250% every 2 hours.
6. Explain Partitions of integers
7. Use a recurrence relation to find the number of viruses after one day.
8. Explain First order homogeneous recurrence relations.
9. Solve the recurrence relation an+2-4an+1+3an=-200 with a0=3000 and a1=3300.
10. Solve the Fibonacci relation Fn = Fn-1+Fn-2.
11. Find the recurrence relation from the sequence 0, 2, 6, 12, 20, 30, 42, … .
12. Determine (1+√3i)10.
13. Discuss Method of generating functions.
CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 6
All the Best – No substitution for hard work.
Mr. G. Appasami SET, NET, GATE, M.Sc., M.C.A., M.Phil., M.Tech., (P.hd.), MISTE, MIETE, AMIE, MCSI, MIAE, MIACSIT, MASCAP,
MIARCS, MISIAM, MISCE, MIMS, MISCA, MISAET, PGDTS, PGDBA, PGDHN,PGDST,(AP / CSE / DRPEC).
Ad

Recommended

Dijkstra's algorithm presentation
Dijkstra's algorithm presentation
Subid Biswas
 
Dijkstra's Algorithm
Dijkstra's Algorithm
Tamzida_Azad
 
Graph theory and its applications
Graph theory and its applications
Manikanta satyala
 
Graph representation
Graph representation
Tech_MX
 
Cs6702 graph theory and applications 2 marks questions and answers
Cs6702 graph theory and applications 2 marks questions and answers
appasami
 
Cs6702 graph theory and applications Anna University question paper apr may 2...
Cs6702 graph theory and applications Anna University question paper apr may 2...
appasami
 
A presentation on prim's and kruskal's algorithm
A presentation on prim's and kruskal's algorithm
Gaurav Kolekar
 
Slides Chapter10.1 10.2
Slides Chapter10.1 10.2
showslidedump
 
Data structure - Graph
Data structure - Graph
Madhu Bala
 
Topological Sorting
Topological Sorting
ShahDhruv21
 
Dijkstra's algorithm
Dijkstra's algorithm
gsp1294
 
graph theory
graph theory
ganith2k13
 
Graph theory
Graph theory
Jeane Paguio
 
Shortest Path in Graph
Shortest Path in Graph
Dr Sandeep Kumar Poonia
 
Tsp branch and bound
Tsp branch and bound
Dr.DHANALAKSHMI SENTHILKUMAR
 
Dijkstra s algorithm
Dijkstra s algorithm
mansab MIRZA
 
Introduction to Graph Theory
Introduction to Graph Theory
Premsankar Chakkingal
 
Theory of Automata and formal languages unit 1
Theory of Automata and formal languages unit 1
Abhimanyu Mishra
 
prim's and kruskal's algorithm
prim's and kruskal's algorithm
shreeuva
 
Graph in data structure
Graph in data structure
Abrish06
 
DAA-Floyd Warshall Algorithm.pptx
DAA-Floyd Warshall Algorithm.pptx
ArbabMaalik
 
Minimum spanning tree
Minimum spanning tree
Hinal Lunagariya
 
Bfs and Dfs
Bfs and Dfs
Masud Parvaze
 
Matrix chain multiplication
Matrix chain multiplication
Kiran K
 
Differential equations
Differential equations
Muhammad Ali Bhalli Zada
 
Floyd warshall algorithm
Floyd warshall algorithm
A. S. M. Shafi
 
THREADED BINARY TREE AND BINARY SEARCH TREE
THREADED BINARY TREE AND BINARY SEARCH TREE
Siddhi Shrivas
 
Graph theory
Graph theory
AparnaKumari31
 
SMU BCA SUMMER 2014 ASSIGNMENTS
SMU BCA SUMMER 2014 ASSIGNMENTS
solved_assignments
 
3rd Semester Computer Science and Engineering (ACU) Question papers
3rd Semester Computer Science and Engineering (ACU) Question papers
BGS Institute of Technology, Adichunchanagiri University (ACU)
 

More Related Content

What's hot (20)

Data structure - Graph
Data structure - Graph
Madhu Bala
 
Topological Sorting
Topological Sorting
ShahDhruv21
 
Dijkstra's algorithm
Dijkstra's algorithm
gsp1294
 
graph theory
graph theory
ganith2k13
 
Graph theory
Graph theory
Jeane Paguio
 
Shortest Path in Graph
Shortest Path in Graph
Dr Sandeep Kumar Poonia
 
Tsp branch and bound
Tsp branch and bound
Dr.DHANALAKSHMI SENTHILKUMAR
 
Dijkstra s algorithm
Dijkstra s algorithm
mansab MIRZA
 
Introduction to Graph Theory
Introduction to Graph Theory
Premsankar Chakkingal
 
Theory of Automata and formal languages unit 1
Theory of Automata and formal languages unit 1
Abhimanyu Mishra
 
prim's and kruskal's algorithm
prim's and kruskal's algorithm
shreeuva
 
Graph in data structure
Graph in data structure
Abrish06
 
DAA-Floyd Warshall Algorithm.pptx
DAA-Floyd Warshall Algorithm.pptx
ArbabMaalik
 
Minimum spanning tree
Minimum spanning tree
Hinal Lunagariya
 
Bfs and Dfs
Bfs and Dfs
Masud Parvaze
 
Matrix chain multiplication
Matrix chain multiplication
Kiran K
 
Differential equations
Differential equations
Muhammad Ali Bhalli Zada
 
Floyd warshall algorithm
Floyd warshall algorithm
A. S. M. Shafi
 
THREADED BINARY TREE AND BINARY SEARCH TREE
THREADED BINARY TREE AND BINARY SEARCH TREE
Siddhi Shrivas
 
Graph theory
Graph theory
AparnaKumari31
 
Data structure - Graph
Data structure - Graph
Madhu Bala
 
Topological Sorting
Topological Sorting
ShahDhruv21
 
Dijkstra's algorithm
Dijkstra's algorithm
gsp1294
 
Dijkstra s algorithm
Dijkstra s algorithm
mansab MIRZA
 
Theory of Automata and formal languages unit 1
Theory of Automata and formal languages unit 1
Abhimanyu Mishra
 
prim's and kruskal's algorithm
prim's and kruskal's algorithm
shreeuva
 
Graph in data structure
Graph in data structure
Abrish06
 
DAA-Floyd Warshall Algorithm.pptx
DAA-Floyd Warshall Algorithm.pptx
ArbabMaalik
 
Matrix chain multiplication
Matrix chain multiplication
Kiran K
 
Floyd warshall algorithm
Floyd warshall algorithm
A. S. M. Shafi
 
THREADED BINARY TREE AND BINARY SEARCH TREE
THREADED BINARY TREE AND BINARY SEARCH TREE
Siddhi Shrivas
 

Similar to Cs6702 graph theory and applications question bank (20)

SMU BCA SUMMER 2014 ASSIGNMENTS
SMU BCA SUMMER 2014 ASSIGNMENTS
solved_assignments
 
3rd Semester Computer Science and Engineering (ACU) Question papers
3rd Semester Computer Science and Engineering (ACU) Question papers
BGS Institute of Technology, Adichunchanagiri University (ACU)
 
3rd Semester Computer Science and Engineering (ACU) Question papers
3rd Semester Computer Science and Engineering (ACU) Question papers
BGS Institute of Technology, Adichunchanagiri University (ACU)
 
Question bank
Question bank
chandrashekardk
 
Cs6702 graph theory and applications syllabus
Cs6702 graph theory and applications syllabus
appasami
 
Analog & Digital Integrated Circuits (Question Bank)
Analog & Digital Integrated Circuits (Question Bank)
Mathankumar S
 
Engineering graphics by harshid panchal
Engineering graphics by harshid panchal
harshid panchal
 
3rd Semester Computer Science and Engineering (ACU-2022) Question papers
3rd Semester Computer Science and Engineering (ACU-2022) Question papers
BGS Institute of Technology, Adichunchanagiri University (ACU)
 
CS 6402 – DESIGN AND ANALYSIS OF ALGORITHMS questio
CS 6402 – DESIGN AND ANALYSIS OF ALGORITHMS questio
Karthik Venkatachalam
 
Engg graphics complete course
Engg graphics complete course
India
 
CS6702 graph theory and applications notes pdf book
CS6702 graph theory and applications notes pdf book
appasami
 
Computer graphics
Computer graphics
Ankit Bhatnagar
 
Módulo de reforzamiento fuentes 2021(2)
Módulo de reforzamiento fuentes 2021(2)
Yeimis Salcedo Angulo
 
COMPUTER AIDED ENGINEERING GRAPHICS.pptx
COMPUTER AIDED ENGINEERING GRAPHICS.pptx
jntuhcej
 
Cs6660 compiler design november december 2016 Answer key
Cs6660 compiler design november december 2016 Answer key
appasami
 
Engineering drawing
Engineering drawing
Vaibhav Hayaran
 
Pure Mathematics Unit 2 - Textbook
Pure Mathematics Unit 2 - Textbook
Rushane Barnes
 
BE sem 1 Engineering Graphics(E.G.) full course ppt
BE sem 1 Engineering Graphics(E.G.) full course ppt
Dhruv Parekh
 
( Engineering-graphics) for-be-students .(EG).
( Engineering-graphics) for-be-students .(EG).
gidc engineering college
 
Scales(thedirectdata[1].com)
Scales(thedirectdata[1].com)
Ravi Patel
 
SMU BCA SUMMER 2014 ASSIGNMENTS
SMU BCA SUMMER 2014 ASSIGNMENTS
solved_assignments
 
Cs6702 graph theory and applications syllabus
Cs6702 graph theory and applications syllabus
appasami
 
Analog & Digital Integrated Circuits (Question Bank)
Analog & Digital Integrated Circuits (Question Bank)
Mathankumar S
 
Engineering graphics by harshid panchal
Engineering graphics by harshid panchal
harshid panchal
 
CS 6402 – DESIGN AND ANALYSIS OF ALGORITHMS questio
CS 6402 – DESIGN AND ANALYSIS OF ALGORITHMS questio
Karthik Venkatachalam
 
Engg graphics complete course
Engg graphics complete course
India
 
CS6702 graph theory and applications notes pdf book
CS6702 graph theory and applications notes pdf book
appasami
 
Módulo de reforzamiento fuentes 2021(2)
Módulo de reforzamiento fuentes 2021(2)
Yeimis Salcedo Angulo
 
COMPUTER AIDED ENGINEERING GRAPHICS.pptx
COMPUTER AIDED ENGINEERING GRAPHICS.pptx
jntuhcej
 
Cs6660 compiler design november december 2016 Answer key
Cs6660 compiler design november december 2016 Answer key
appasami
 
Pure Mathematics Unit 2 - Textbook
Pure Mathematics Unit 2 - Textbook
Rushane Barnes
 
BE sem 1 Engineering Graphics(E.G.) full course ppt
BE sem 1 Engineering Graphics(E.G.) full course ppt
Dhruv Parekh
 
( Engineering-graphics) for-be-students .(EG).
( Engineering-graphics) for-be-students .(EG).
gidc engineering college
 
Scales(thedirectdata[1].com)
Scales(thedirectdata[1].com)
Ravi Patel
 
Ad

More from appasami (20)

Data visualization using python
Data visualization using python
appasami
 
Cs6503 theory of computation book notes
Cs6503 theory of computation book notes
appasami
 
Cs6503 theory of computation april may 2017
Cs6503 theory of computation april may 2017
appasami
 
Cs6660 compiler design may june 2017 answer key
Cs6660 compiler design may june 2017 answer key
appasami
 
Cs6660 compiler design may june 2016 Answer Key
Cs6660 compiler design may june 2016 Answer Key
appasami
 
CS2303 theory of computation Toc answer key november december 2014
CS2303 theory of computation Toc answer key november december 2014
appasami
 
Cs6503 theory of computation november december 2016
Cs6503 theory of computation november december 2016
appasami
 
Cs2303 theory of computation all anna University question papers
Cs2303 theory of computation all anna University question papers
appasami
 
CS2303 Theory of computation April may 2015
CS2303 Theory of computation April may 2015
appasami
 
Cs2303 theory of computation may june 2016
Cs2303 theory of computation may june 2016
appasami
 
Cs2303 theory of computation november december 2015
Cs2303 theory of computation november december 2015
appasami
 
Cs6503 theory of computation november december 2015 be cse anna university q...
Cs6503 theory of computation november december 2015 be cse anna university q...
appasami
 
Cs6503 theory of computation may june 2016 be cse anna university question paper
Cs6503 theory of computation may june 2016 be cse anna university question paper
appasami
 
Cs6402 design and analysis of algorithms impartant part b questions appasami
Cs6402 design and analysis of algorithms impartant part b questions appasami
appasami
 
Cs6503 theory of computation lesson plan
Cs6503 theory of computation lesson plan
appasami
 
Cs6503 theory of computation syllabus
Cs6503 theory of computation syllabus
appasami
 
Cs6503 theory of computation index page
Cs6503 theory of computation index page
appasami
 
Cs6402 design and analysis of algorithms may june 2016 answer key
Cs6402 design and analysis of algorithms may june 2016 answer key
appasami
 
Cs6702 graph theory and applications title index page
Cs6702 graph theory and applications title index page
appasami
 
Cs6702 graph theory and applications lesson plan
Cs6702 graph theory and applications lesson plan
appasami
 
Data visualization using python
Data visualization using python
appasami
 
Cs6503 theory of computation book notes
Cs6503 theory of computation book notes
appasami
 
Cs6503 theory of computation april may 2017
Cs6503 theory of computation april may 2017
appasami
 
Cs6660 compiler design may june 2017 answer key
Cs6660 compiler design may june 2017 answer key
appasami
 
Cs6660 compiler design may june 2016 Answer Key
Cs6660 compiler design may june 2016 Answer Key
appasami
 
CS2303 theory of computation Toc answer key november december 2014
CS2303 theory of computation Toc answer key november december 2014
appasami
 
Cs6503 theory of computation november december 2016
Cs6503 theory of computation november december 2016
appasami
 
Cs2303 theory of computation all anna University question papers
Cs2303 theory of computation all anna University question papers
appasami
 
CS2303 Theory of computation April may 2015
CS2303 Theory of computation April may 2015
appasami
 
Cs2303 theory of computation may june 2016
Cs2303 theory of computation may june 2016
appasami
 
Cs2303 theory of computation november december 2015
Cs2303 theory of computation november december 2015
appasami
 
Cs6503 theory of computation november december 2015 be cse anna university q...
Cs6503 theory of computation november december 2015 be cse anna university q...
appasami
 
Cs6503 theory of computation may june 2016 be cse anna university question paper
Cs6503 theory of computation may june 2016 be cse anna university question paper
appasami
 
Cs6402 design and analysis of algorithms impartant part b questions appasami
Cs6402 design and analysis of algorithms impartant part b questions appasami
appasami
 
Cs6503 theory of computation lesson plan
Cs6503 theory of computation lesson plan
appasami
 
Cs6503 theory of computation syllabus
Cs6503 theory of computation syllabus
appasami
 
Cs6503 theory of computation index page
Cs6503 theory of computation index page
appasami
 
Cs6402 design and analysis of algorithms may june 2016 answer key
Cs6402 design and analysis of algorithms may june 2016 answer key
appasami
 
Cs6702 graph theory and applications title index page
Cs6702 graph theory and applications title index page
appasami
 
Cs6702 graph theory and applications lesson plan
Cs6702 graph theory and applications lesson plan
appasami
 
Ad

Recently uploaded (20)

Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
Mark Billinghurst
 
Deep Learning for Natural Language Processing_FDP on 16 June 2025 MITS.pptx
Deep Learning for Natural Language Processing_FDP on 16 June 2025 MITS.pptx
resming1
 
Machine Learning - Classification Algorithms
Machine Learning - Classification Algorithms
resming1
 
Introduction to Python Programming Language
Introduction to Python Programming Language
merlinjohnsy
 
retina_biometrics ruet rajshahi bangdesh.pptx
retina_biometrics ruet rajshahi bangdesh.pptx
MdRakibulIslam697135
 
Industry 4.o the fourth revolutionWeek-2.pptx
Industry 4.o the fourth revolutionWeek-2.pptx
KNaveenKumarECE
 
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
Mark Billinghurst
 
How to Un-Obsolete Your Legacy Keypad Design
How to Un-Obsolete Your Legacy Keypad Design
Epec Engineered Technologies
 
Rapid Prototyping for XR: Lecture 2 - Low Fidelity Prototyping.
Rapid Prototyping for XR: Lecture 2 - Low Fidelity Prototyping.
Mark Billinghurst
 
Data Structures Module 3 Binary Trees Binary Search Trees Tree Traversals AVL...
Data Structures Module 3 Binary Trees Binary Search Trees Tree Traversals AVL...
resming1
 
FUNDAMENTALS OF COMPUTER ORGANIZATION AND ARCHITECTURE
FUNDAMENTALS OF COMPUTER ORGANIZATION AND ARCHITECTURE
Shabista Imam
 
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
Mark Billinghurst
 
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
resming1
 
دراسة حاله لقرية تقع في جنوب غرب السودان
دراسة حاله لقرية تقع في جنوب غرب السودان
محمد قصص فتوتة
 
Unit III_One Dimensional Consolidation theory
Unit III_One Dimensional Consolidation theory
saravananr808639
 
Abraham Silberschatz-Operating System Concepts (9th,2012.12).pdf
Abraham Silberschatz-Operating System Concepts (9th,2012.12).pdf
Shabista Imam
 
Tesla-Stock-Analysis-and-Forecast.pptx (1).pptx
Tesla-Stock-Analysis-and-Forecast.pptx (1).pptx
moonsony54
 
NEW Strengthened Senior High School Gen Math.pptx
NEW Strengthened Senior High School Gen Math.pptx
DaryllWhere
 
20CE404-Soil Mechanics - Slide Share PPT
20CE404-Soil Mechanics - Slide Share PPT
saravananr808639
 
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Mark Billinghurst
 
Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
Rapid Prototyping for XR: Lecture 3 - Video and Paper Prototyping
Mark Billinghurst
 
Deep Learning for Natural Language Processing_FDP on 16 June 2025 MITS.pptx
Deep Learning for Natural Language Processing_FDP on 16 June 2025 MITS.pptx
resming1
 
Machine Learning - Classification Algorithms
Machine Learning - Classification Algorithms
resming1
 
Introduction to Python Programming Language
Introduction to Python Programming Language
merlinjohnsy
 
retina_biometrics ruet rajshahi bangdesh.pptx
retina_biometrics ruet rajshahi bangdesh.pptx
MdRakibulIslam697135
 
Industry 4.o the fourth revolutionWeek-2.pptx
Industry 4.o the fourth revolutionWeek-2.pptx
KNaveenKumarECE
 
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
Mark Billinghurst
 
Rapid Prototyping for XR: Lecture 2 - Low Fidelity Prototyping.
Rapid Prototyping for XR: Lecture 2 - Low Fidelity Prototyping.
Mark Billinghurst
 
Data Structures Module 3 Binary Trees Binary Search Trees Tree Traversals AVL...
Data Structures Module 3 Binary Trees Binary Search Trees Tree Traversals AVL...
resming1
 
FUNDAMENTALS OF COMPUTER ORGANIZATION AND ARCHITECTURE
FUNDAMENTALS OF COMPUTER ORGANIZATION AND ARCHITECTURE
Shabista Imam
 
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
Rapid Prototyping for XR: Lecture 5 - Cross Platform Development
Mark Billinghurst
 
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
resming1
 
دراسة حاله لقرية تقع في جنوب غرب السودان
دراسة حاله لقرية تقع في جنوب غرب السودان
محمد قصص فتوتة
 
Unit III_One Dimensional Consolidation theory
Unit III_One Dimensional Consolidation theory
saravananr808639
 
Abraham Silberschatz-Operating System Concepts (9th,2012.12).pdf
Abraham Silberschatz-Operating System Concepts (9th,2012.12).pdf
Shabista Imam
 
Tesla-Stock-Analysis-and-Forecast.pptx (1).pptx
Tesla-Stock-Analysis-and-Forecast.pptx (1).pptx
moonsony54
 
NEW Strengthened Senior High School Gen Math.pptx
NEW Strengthened Senior High School Gen Math.pptx
DaryllWhere
 
20CE404-Soil Mechanics - Slide Share PPT
20CE404-Soil Mechanics - Slide Share PPT
saravananr808639
 
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Mark Billinghurst
 

Cs6702 graph theory and applications question bank

  • 1. CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 1 CS6702 GRAPH THEORY AND APPLICATIONS QUESTION BANK UNIT I INTRODUCTION PART – A 1. Define Graph. 2. Define Simple graph. 3. Write few problems solved by the applications of graph theory. 4. Define incidence, adjacent and degree. 5. What are finite and infinite graphs? 6. Define Isolated and pendent vertex. 7. Define null graph. 8. Define Multigraph 9. Define complete graph 10. Define Regular graph 11. Define Cycles 12. Define Isomorphism. 13. What is Subgraph? 14. Define Walk, Path and Circuit. 15. Define connected graph. What is Connectedness? 16. Define Euler graph. 17. Define Hamiltonian circuits and paths 18. Define Tree 19. List out few Properties of trees. 20. What is Distance in a tree? 21. Define eccentricity and center. 22. Define distance metric. 23. What are the Radius and Diameter in a tree. 24. Define Rooted tree 25. Define Rooted binary tree PART – B 1. Explain various applications of graph. 2. Define the following kn, cn, kn,n, dn, trail, walk, path, circuit with an example. 3. Show that a connected graph G is an Euler graph iff all vertices are even degree. 4. Prove that a simple graph with n vertices and k components can have at most (n-k)(n-k+1)/2 edges. 5. Are they isomorphic? 6. Prove that in a complete graph with n vertices there are (n-1)/2 edges-disjoint Hamiltonian circuits, if n is odd number ≥3. 7. Prove that, there is one and only one path between every pair of vertices in a tree T. 8. Prove the given statement, “A tree with n vertices has n-1 edges”. 9. Prove that, any connected graph with n vertices has n-1 edges is a tree. 10. Show that a graph is a tree if and only if it is minimally connected. 11. Prove that, a graph G with n vertices has n-1 edges and no circuits are connected.
  • 2. CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 2 UNIT II TREES, CONNECTIVITY & PLANARITY PART – A 1. Define Spanning trees. 2. Define Branch and chord. 3. Define complement of tree. 4. Define Rank and Nullity. 5. How Fundamental circuits created? 6. Define Spanning trees in a weighted graph. 7. Define degree-constrained shortest spanning tree. 8. Define cut sets and give example. 9. Write the Properties of cut set 10. Define Fundamental circuits 11. Define Fundamental cut sets 12. Define edge Connectivity. 13. Define vertex Connectivity. 14. Define separable and non-separable graph. 15. Define articulation point. 16. What is Network flows. 17. Define max-flow and min-cut theorem (equation). 18. Define component (or block) of graph. 19. Define 1-Isomorphism. 20. Define 2-Isomorphism. 21. Briefly explain Combinational and geometric graphs. 22. Distinguish between Planar and non-planar graphs. 23. Define embedding graph. 24. Define region in graph. 25. Why the graph is embedding on sphere. PART – B 1. Find the shortest spanning tree for the following graph. 2. Explain 1 - isomarphism and 2 - isomarphism of graphs with your own example. 3. Prove that a connected graph G with n vertices and e edges has e-n+2 regions. 4. Write all possible spanning tree for K5. 5. Prove that every cut-set in a connected graph G must contain at least one branch of every spanning tree of G. 6. Prove that the every circuit which has even number of edges in common with any cut-set. 7. Show that the ring sum of any two cut-sets in a graph is either a third cut set or en edge disjoint union of cut sets. 8. Explain network flow problem in detail. 9. If G1 and G2 are two 1-isomorphic graphs, the rank of G1 equals the rank of G2 and the nullity of G1 equals the nullity of G2, prove this. 10. Prove that any two graphs are 2-isomorphic if and only if they have circuit correspondence.
  • 3. CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 3 UNIT III MATRICES, COLOURING AND DIRECTED GRAPH PART – A 1. What is proper coloring? 2. Define Chromatic number 3. Write the properties of chromatic numbers (observations). 4. Define Chromatic partitioning 5. Define independent set and maximal independent set. 6. Define uniquely colorable graph. 7. Define dominating set. 8. Define Chromatic polynomial. 9. Define Matching (Assignment). 10. What is Covering? 11. Define minimal cover. 12. What is dimer covering? 13. Define four color problem / conjecture. 14. State five color theorem 15. Write about vertex coloring and region coloring. 16. What is meant by regularization of a planar graph? 17. Define Directed graphs . 18. Define isomorphic digraph. 19. List out some types of directed graphs. 20. Define Simple Digraphs. 21. Define Asymmetric Digraphs (Anti-symmetric). 22. What is meant by Symmetric Digraphs? 23. Define Simple Symmetric Digraphs. 24. Define Simple Asymmetric Digraphs. 25. Give example for Complete Digraphs. 26. Define Complete Symmetric Digraphs. 27. Define Complete Asymmetric Digraphs (tournament). 28. Define Balance digraph (a pseudo symmetric digraph or an isograph). 29. Define binary relations. 30. What is Directed path? 31. Write the types of connected digraphs. 32. Define Euler graphs. PART – B 1. Prove that any simple planar graph can be embedded in a plane such that every edge is drawn as a straight line. 2. Show that a connected planar graph with n vertices and e edges has e-n+2 regions. 3. Define chromatic polynomial. Find the chromatic polynomial for the following graph. 4. Explain matching and bipartite graph in detail. 5. Write the observations of minimal covering of a graph. 6. Prove that the vertices of every planar graph can be properly colored with five colors. 7. Explain matching in detail. 8. Prove that a covering g of graph G is minimal iff g contains no path of length three or more. 9. Illustrate four-color problem. 10. Explain Euler digraphs in detail.
  • 4. CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 4 UNIT IV PERMUTATIONS & COMBINATIONS PART – A 1. Define Fundamental principles of counting 2. Define rule of sum. 3. Define rule of Product 4. Define Permutations 5. Define combinations 6. State Binomial theorem 7. Define combinations with repetition 8. Define Catalan numbers 9. Write the Principle of inclusion and exclusion formula. 10. Define Derangements 11. What is meant by Arrangements with forbidden (banned) positions. PART – B 1. Explain the Fundamental principles of counting. 2. Find the number of ways of ways of arranging the word APPASAMIAP and out of it how many arrangements have all A’s together. 3. Discuss the rules of sum and product with example. 4. Determine the number of (staircase) paths in the xy-plane from (2, 1) to (7, 4), where each path is made up of individual steps going 1 unit to the right (R) or one unit upward (U). iv. Find the coefficient of a5b2 in the expansion of (2a - 3b)7. 5. State and prove binomial theorem. 6. How many times the print statement executed in this program segment? 7. Discuss the Principle of inclusion and exclusion. 8. How many integers between 1 and 300 (inc.) are not divisible by at least one of 5, 6, 8? 9. How 32 bit processors address the content? How many address are possible? 10. Explain the Arrangements with forbidden positions.
  • 5. CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 5 UNIT V GENERATING FUNCTIONS PART – A 1. Define Generating function. 2. What is Partitions of integer? 3. Define Exponential generating function 4. Define Maclaurin series expansion of ex and e-x. 5. Define Summation operator 6. What is Recurrence relation? 7. Write Fibonacci numbers and relation 8. Define First order linear recurrence relation 9. Define Second order recurrence relation 10. Briefly explain Non-homogeneous recurrence relation. PART – B 1. Explain Generating functions 2. Find the convolution of the sequences 1, 1, 1, 1, ….. and 1,-1,1,-1,1,-1. 3. Find the number of non negative & positive integer solutions of for x1+x2+x3+x4=25. 4. Find the coefficient of x5 in(1-2x)7. 5. The number of virus affected files in a system is 1000 and increases 250% every 2 hours. 6. Explain Partitions of integers 7. Use a recurrence relation to find the number of viruses after one day. 8. Explain First order homogeneous recurrence relations. 9. Solve the recurrence relation an+2-4an+1+3an=-200 with a0=3000 and a1=3300. 10. Solve the Fibonacci relation Fn = Fn-1+Fn-2. 11. Find the recurrence relation from the sequence 0, 2, 6, 12, 20, 30, 42, … . 12. Determine (1+√3i)10. 13. Discuss Method of generating functions.
  • 6. CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 6 All the Best – No substitution for hard work. Mr. G. Appasami SET, NET, GATE, M.Sc., M.C.A., M.Phil., M.Tech., (P.hd.), MISTE, MIETE, AMIE, MCSI, MIAE, MIACSIT, MASCAP, MIARCS, MISIAM, MISCE, MIMS, MISCA, MISAET, PGDTS, PGDBA, PGDHN,PGDST,(AP / CSE / DRPEC).