71. Process of inserting an element in stack is called _________.
Correct answer: (B)
Push
72. Program module contains its own list of variables called _________.
Correct answer: (C)
local
73. Quick sort uses _________ for implementation.
Correct answer: (A)
recursion
74. Quotation marks are also called as _________.
Correct answer: (A)
string delimiters.
75. Selection sort and quick sort both fall into the same category of sorting algorithms. _________ is that category.
Correct answer: (C)
Interchange sorts.
76. Stack can be represented by means of _________.
Correct answer: (C)
One-way List.
77. STACK is also called as _________.
Correct answer: (B)
LIFO
78. Sub algorithms fall into two basic categories: function sub algorithms and _________ _ sub algorithms.
Correct answer: (A)
procedure.
79. The _________ denotes the greatest integer.
Correct answer: (A)
ceiling.
80. The _________ for a linked list is a pointer variable that locates the beginning of the list.
Correct answer: (D)
header