Data Structure Unit-5 Quiz
Data Structure Unit-5 Quiz
Questions:-
A) Graph
B) Vertices
C) Line
D) Radix
A) Linear graph
B) Directed graph
C) Un-directed graph
D) None of the above
A) Linear graph
B) Directed graph
C) Un-directed graph
D) None of the above
A) Join node
B) Un joined node
C) Adjacent node
D) Node
A) Weighted graph
B) Non-weighted graph
C) Null graph
D) None of the above
6) In a directed graph, for any node v, the
number of edges which have v as their initial
node is called:
A) Indegree of a graph
B) Out degree of a graph
C) Adjacent side of a graph
D) Un directed graph
A) Indegree of a graph
B) Out degree of a graph
C) Adjacent side of a graph
D) directed graph
A) Traversal
B) Graph Traversal
C) Adjacency matrix
D) Adjacency list
A) Longest path
B) Shortest path
C) Minimum path
D) Maximum path
11) An array indexed by vertex number
containing linked lists is known as:
A) Adjacency list
B) Adjacency matrix
C) Adjacency degree
D) None of the above
A) Prim's algorithm
B) Kruskal's algorithm
C) Dijsktra's algorithm
D) Tree sort algorithm
A) Prim's algorithm
B) Kruskal's algorithm
C) Dijsktra's algorithm
D) Tree sort algorithm
A) Binary tree
B) Traversal tree
C) Spanning tree
D) Non spanning tree
A) Directed graph
B) Un directed graph
C) Non-connected graph
D) Connected graph
A) Graph
B) Linked list
C) Tree
D) Di-graph
A) Graph
B) Linked list
C) Tree
D) Di-graph
A) Hierarchical model
B) Structural model
C) Network model
D) None of the models
A) Traversal of tree
B) Structural programing
C) Sorting of array
D) Coloring of maps
A) n
B) (n-1)
C) No.of edges depends upon graph.
D) None of the above
A) Di-graph
B) Bi-graph
C) N-graph
D) Tree
A) Tree
B) Directed graph
C) Traversal graph
D) Vertex graph
A) Adjacency graph
B) Adjacency matrix
C) Adjacency vertices
D) Adjacency list
Answers:-
1) Graph (a)
2) Directed graph (b)
3) Un-Directed graph (c)
4) Adjacency node (c)
5) Weighted graph (a)
6) Out degree of a graph (b)
7) Indegree of a graph (a)
8) Adjacency matrix (c)
9) Graph traversal (b)
10) Shortest path (b)
11) Adjacency list (a)
12) Kruskal's algorithm (b)
13) Prim's algorithm (a)
14) Breath first search (b)
15) Depth first search (a)
16) Spanning tree (c)
17) Connected graph (d)
18) Tree (c)
19) Graph (a)
20) Network model (c)
21) Coloring of maps (d)
22) No.of.edges depends upon graph
23) Tree (d)
24) Tree (a)
25) Adjacency vertices (c)