31. Accessing and processing each array elements is called _________.
Correct answer: (B)
traversing
32. Allocating memory for arrays during program compilation is_________.
Correct answer: (C)
static allocation.
33. An _________ is a well defined list of steps for solving a problem.
Correct answer: (A)
Algorithm.
34. An algorithm that calls itself directly or indirectly is known as _________.
Correct answer: (B)
Recursion
35. An edge E is called _________ if it has identical endpoints.
Correct answer: (B)
loops
36. An m*n array has _________ number of elements.
Correct answer: (D)
m*n.
37. Arrays are best data structures for _________.
Correct answer: (A)
relatively permanent collections of data.
38. Base address is the address of _________.
Correct answer: (A)
first element
39. Binary search algorithm cannot be applied to _________ concept.
Correct answer: (A)
unsorted linked list.
40. Breadth First search is used in_________.
Correct answer: (C)
graphs