KVS 22-12-2018 Part-A
November 5, 2023
Database-Management-System
November 5, 2023
KVS 22-12-2018 Part-A
November 5, 2023
Database-Management-System
November 5, 2023

UGC NET CS 2005 Dec-Paper-2

Question 1
T is a graph with n vertices. T is connected and has exactly n-1 edges, then :
A
T is a tree
B
T contains no cycles
C
Every pairs of vertices in T is connected by exactly one path
D
All of these
Question 1 Explanation: 
This is little bit tricky question.
Step-1:
n= number of vertices
n-1 = number of edges
Example: n=5 vertices and n-1=4 edges

Step-2: The above graph T won’t have cycle then we are calling as tree. Here, every pairs of vertices in T is connected by exactly one path.
Note: The above properties is nothing but minimum spanning tree properties.
Correct Answer: D
Question 1 Explanation: 
This is little bit tricky question.
Step-1:
n= number of vertices
n-1 = number of edges
Example: n=5 vertices and n-1=4 edges

Step-2: The above graph T won’t have cycle then we are calling as tree. Here, every pairs of vertices in T is connected by exactly one path.
Note: The above properties is nothing but minimum spanning tree properties.

Leave a Reply

Your email address will not be published. Required fields are marked *