Branch Wise MCQComputer Science McqsData Structure

Data Structure MCQ Page-02

11.
Which of the following is not the type of queue?

12.
The property of binary tree is

13.
State true or false.

The degree of root node is always zero.

Nodes that are not root and not leaf are called as internal nodes

14.
Any node is the path from the root to the node is called

15.
………………. is not an operation performed on linear list

a) Insertion b) Deletion c) Retrieval d) Traversal

16.
Which is/are the application(s) of stack

17.
A …………… is an acyclic digraph, which has only one node with indegree 0, and other nodes have indegree 1.

18.
…………………. Is a directed tree in which outdegree of each node is less than or equal to two

19.
A directed graph is ………………. if there is a path from each vertex to every other vertex in the digraph.

20.
In the …………….. traversal we process all of a vertex’s descendents before we move to an adjacent vertex.