51. How do the nested calls of the function get managed?
Correct answer: (B)
Through Stacks
52. How many pointers are necessarily changed for the insertion in a Linked List?
Correct answer: (B)
2
53. Identify the data structure which allows deletions at both ends of the list but insertion at only one end_________.
Correct answer: (A)
Input-restricted dequeue.
54. If every node u in G is adjacent to every other node v in G, A graph is said to be _________.
Correct answer: (B)
complete.
55. If FRONT = NULL then _________.
Correct answer: (B)
queue empty
56. If the elements A, B, C and D are placed in a stack and are deleted one at a time, what is the order of removal?
Correct answer: (B)
DCBA
57. Important part of any compiler is the construction and maintenances of a dictionary, this types of dictionary are called _________.
Correct answer: (A)
symbol table.
58. In _________ all the records contain the same data items with the same amount of space.
Correct answer: (B)
fixed-length records.
59. In a directed tree any node which has out degree 0 is called a terminal node or__________.
Correct answer: (D)
a leaf.
60. In a directed tree if the ordering of the nodes at each level is prescribed then such a tree is called _________ tree.
Correct answer: (C)
ordered.