R4RIN
MCQS
Mathematics MCQ Quiz Hub
Mathematics MCQs Set-3
Choose a topic to test your knowledge and improve your Mathematics skills
1. What is a star tree?
A tree having a single internal vertex and n-1 leaves
A tree having n vertices arranged in a line
A tree which has 0 or more connected subtrees
A tree which contains n vertices and n-1 cycles
2. A polytree is called _______________
directed acyclic graph
directed cyclic graph
bipartite graph
connected graph
3. The tree elements are called __________
vertices
nodes
points
edges
4. A linear graph consists of vertices arranged in a line.
false
true
either true or false
cannot determined
5. Two labeled trees are isomorphic if ____________
graphs of the two trees are isomorphic
the two trees have same label
graphs of the two trees are isomorphic and the two trees have the same label
graphs of the two trees are cyclic
6. A graph which consists of disjoint union of trees is called ______
bipartite graph
forest
caterpillar tree
labeled tree
7. What is a bipartite graph?
a graph which contains only one cycle
a graph which consists of more than 3 number of vertices
a graph which has odd number of vertices and even number of edges
a graph which contains no cycles of odd length
8. If two cycle graphs Gm and Gn are joined together with a vertex, the number of spanning trees in the new graph is ______
m+n-1
m-n
m*n
m*n+1
9. A binary cycle space forms a ______ over the two element field.
triangular graph
vector space
binary tree
hamiltonian graph
10. If G is a simple graph with n-vertices and n>=3, the condition for G has a Hamiltonian circuit is __________
the degree of each vertex is at most n/2
the degree of each vertex is equal to n
the degree of every vertex is at least n+1/2
the degree of every vertex in G is at least n/2
11. What is a separable graph?
A disconnected graph by deleting a vertex
A disconnected graph by removing an edge
A disconnected graph by removing one edge and a vertex
A simple graph which does not contain a cycle
12. How many edges are there in a complete graph of order 9?
35
36
45
19
13. How many cycles are there in a wheel graph of order 5?
6
10
25
7
14. Topological sorting of a graph represents _______ of a graph.
linear probing
linear ordering
quadrilateral ordering
insertion sorting
15. A bridge can not be a part of _______
a simple cycle
a tree
a clique with size ≥ 3 whose every edge is a bridge
a graph which contains cycles
16. Any subset of edges that connects all the vertices and has minimum total weight, if all the edge weights of an undirected graph are positive is called _______
subgraph
tree
hamiltonian cycle
grid
17. G is a simple undirected graph and some vertices of G are of odd degree. Add a node n to G and make it adjacent to each odd degree vertex of G. The resultant graph is ______
Complete bipartite graph
Hamiltonian cycle
Regular graph
Euler graph
18. Let G be a directed graph whose vertex set is the set of numbers from 1 to 50. There is an edge from a vertex i to a vertex j if and only if either j = i + 1 or j = 3i. Calculate the minimum number of edges in a path in G from vertex 1 to vertex 50.
98
13
6
34
19. What is the number of vertices in an undirected connected graph with 39 edges, 7 vertices of degree 2, 2 vertices of degree 5 and remaining of degree 6?
11
14
18
19
20. The minimum number of edges in a connected cyclic graph on n vertices is _____________
n – 1
n
2n+3
n+1
21. The maximum number of edges in a 8-node undirected graph without self loops is ____________
45
61
28
17
22. Let G be an arbitrary graph with v nodes and k components. If a vertex is removed from G, the number of components in the resultant graph must necessarily lie down between _____ and _____
n-1 and n+1
v and k
k+1 and v-k
k-1 and v-1
23. A graph which has the same number of edges as its complement must have number of vertices congruent to ______ or _______ modulo 4(for integral values of number of edges).
6k, 6k-1
4k, 4k+1
k, k+2
2k+1, k
24. Every Isomorphic graph must have ________ representation.
cyclic
adjacency list
tree
adjacency matrix
25. A cycle on n vertices is isomorphic to its complement. What is the value of n?
5
32
17
8
26. How many perfect matchings are there in a complete graph of 10 vertices?
60
945
756
127
27. A graph G has the degree of each vertex is ≥ 3 say, deg(V) ≥ 3 ∀ V ∈ G such that 3|V| ≤ 2|E| and 3|R| ≤ 2|E|, then the graph is said to be ________ (R denotes region in the graph)
Planner graph
Polyhedral graph
Homomorphic graph
Isomorphic graph
28. What is the grade of a planar graph consisting of 8 vertices and 15 edges?
30
15
45
106
29. A _______ is a graph with no homomorphism to any proper subgraph.
poset
core
walk
trail
30. Which algorithm efficiently calculates the single source shortest paths in a Directed Acyclic Graph?
topological sort
hash table
binary search
radix sort
31. The _______ of a graph G consists of all vertices and edges of G.
edge graph
line graph
path complement graph
eulerian circuit
32. A ______ in a graph G is a circuit which consists of every vertex (except first/last vertex) of G exactly once.
Euler path
Hamiltonian path
Planar graph
Path complement graph
33. A trail in a graph can be described as ______________
a walk without repeated edges
a cycle with repeated edges
a walk with repeated edges
a line graph with one or more vertices
34. Let a graph can be denoted as ncfkedn a kind of ____________
cycle graph
line graph
hamiltonian graph
path graph
35. Determine the edge count of a path complement graph with 14 vertices.
502
345
78
69
36. The sum of an n-node graph and its complement graph produces a graph called _______
complete graph
bipartite graph
star graph
path-complement graph
37. In a directed weighted graph, if the weight of every edge is decreased by 10 units, does any change occur to the shortest path in the modified graph?
209
65
57
43
38. Let G(V, E) be a directed graph where every edge has weight as either 1, 2 or 5, what is the algorithm used for the shortest path from a given source vertex to a given destination vertex to get the time complexity of O(V+E)?
BFS
DFS
Binary search
Radix sort
39. The topological sorting of any DAG can be done in ________ time.
cubic
quadratic
linear
logarithmic
40. If there are more than 1 topological sorting of a DAG is possible, which of the following is true.
Many Hamiltonian paths are possible
No Hamiltonian path is possible
Exactly 1 Hamiltonian path is possible
Given information is insufficient to comment anything
41. Which of the given statement is true?
All the Cyclic Directed Graphs have topological sortings
All the Acyclic Directed Graphs have topological sortings
All Directed Graphs have topological sortings
All the cyclic directed graphs hace non topological sortings
42. What is the value of the sum of the minimum in-degree and maximum out-degree of an Directed Acyclic Graph?
Depends on a Graph
Will always be zero
Will always be greater than zero
May be zero or greater than zero
43. In which of the following does a Directed Acyclic Word Graph finds its application in?
String Matching
Number Sorting
Manipulations on numbers
Pattern Printing
44. What is time complexity to check if a string(length S1) is a substring of another string(length S2) stored in a Directed Acyclic Word Graph, given S2 is greater than S1?
O(S1)
O(S2)
O(S1+S2)
O(1)
45. In which of the following case does a Propositional Directed Acyclic Graph is used for?
Representation of Boolean Functions
String Matching
Searching
Sorting of number
Submit