41. Collection of related data items is called _________.
Correct answer: (D)
records
42. Data items that are divided into subitems are called _________.
Correct answer: (B)
group items.
43. Data structure which is capable of expressing more complex relationship than that of physical adjacency is called_________.
Correct answer: (C)
non linear data Structure
44. Divide and conquer is an important algorithm design paradigm based on _________.
Correct answer: (A)
multi-branched recursion.
45. Each data item in a record may be a group item composed of sub-items; those items which are indecomposable are called _________
Correct answer: (D)
structure
46. Each entry in a linked list is a called a_________.
Correct answer: (B)
Node
47. Each node in a singly linked lists have _________ fields
Correct answer: (A)
2
48. Expression into postfix expression: (A - B) * (D / E)
Correct answer: (D)
* - A B / D E
49. For the heap sort, access to nodes involves simple _________ operations.
Correct answer: (B)
arithmetic
50. Graph traversal is different from a tree traversal, because
Correct answer: (C)
trees have root.