Top 350+ Solved Data Structures (DS) MCQ Questions Answer

From 106 to 120 of 370

Q. In a directed tree any node which has out degree 0 is called a terminal node or__________.

a. a tree.

b. a list.

c. a node.

d. a leaf.

  • d. a leaf.

Q. ______________ a tree means processing it in such a way that each node is visited only once.

a. Traversing.

b. Implement.

c. Partition.

d. Node.

  • a. Traversing.

Q. The length of the path is the number of_____________ on the path.

a. nodes.

b. fields.

c. data.

d. edges.

  • d. edges.

Q. The children node of same parent is called____________.

a. binary tree.

b. tree.

c. sibling.

d. list.

  • c. sibling.

Q. The situation in linked list START = NULL is called_________

a. Overflow

b. Underflow

c. Zero

d. None of the above

  • b. Underflow

Q. A code which deals about short form of a program is called __________ code.

a. program.

b. data.

c. pseudo.

d. derive

  • c. pseudo.

Q. Which of the application may use a stack?

a. Expression Evaluation

b. Keeping track of local variables at run time.

c. Syntax analyzer for a compiler

d. All of the above.

  • a. Expression Evaluation

Q. The queue which wraps around upon reaching the end of the array is called as____________.

a. circular queue.

b. linked queue.

c. doubly linked list.

d. representation of queue.

  • a. circular queue.

Q. ____________ has certain attributes or properties which may be assigned values.

a. field system.

b. record.

c. entity.

d. files.

  • c. entity.

Q. If FRONT = NULL then _________.

a. queue full

b. queue empty

c. dequeue

d. priority queue

  • b. queue empty
Subscribe Now

Get All Updates & News