Question 1
Two Basic Operations used in queue are:
push and pop
Enqueue & Dequeue
insert and remove
None of these
Question 2
In the below image, which type of representation of a graph is used?
Adjacency matrix
Adjacency list
both
None
Question 4
The maximum degree of any vertex in a single graph with N vertices is_____.
n
n - 1
2n
n+1
Question 5
Graphs are represented using ___________.
Adjacency list
Adjacency tree
Adjacency queue
None
Question 6
A graph G is called a ________ if it is a connected acyclic graph?
Cyclic graph
Regular graph
Not a graph
Tree
Question 8
What is the maximum number of edges in an acyclic undirected graph with n vertices?
n
n -+1
n - 2
n - 1
Question 9
A tree data structure is a------ data structure.
Hierarchical
Pre-defined
primary
None
Question 10
The tree that has left value smaller than the root value and right node greater than the root value, is called?
Binary tree
Binary search tree
complete tree
None
There are 30 questions to complete.