1 .
Stack is also called as
A .
First in first out
B .
First in last out
C .
Last in last out
D .
Last in first out
2 .
Any node is the path from the root to the node is called
A .
Ancestor node
B .
Successor node
C .
Internal node
D .
None of the above
3 .
Which of the following is not the type of queue?
A .
Priority queue
B .
Circular queue
C .
Single ended queue
D .
Ordinary queue
4 .
A graph is a collection of nodes, called ...... And line segments called arcs or ...... that connect pair of nodes.
A .
vertices, paths
B .
vertices, edges
C .
graph node, edges
D .
edges, vertices
5 .
In ........, search start at the beginning of the list and check every element in the list.
A .
Binary search
B .
Hash Search
C .
Linear search
D .
Binary Tree search