42. | Atomic Data is also called as _____________. |
Discuss |
Answer: (a).Scalar Data
|
43. | Data that can be broken down into small pieces and each sub-field having the some meaning is called as ___________. |
Discuss |
Answer: (b).Composite Data
|
44. | Mathematical Model that can have set of operations that can be performed on that model is called as _________. |
Discuss |
Answer: (a).Abstract Data Type
|
45. | Variable which can be accessed by all modules of the program is called as __________. |
Discuss |
Answer: (a).Global Variable
|
46. | In what kind of storage we can easily insert,delete,concatenate and rearrange substrings ? |
Discuss |
Answer: (b).Linked List
|
47. | ADT is called as Abstract because |
Discuss |
Answer: (c).Implementation Details are hidden
|
48. | _________________ defines a set of primitive elements which do not involves any other element as its sub-part. |
Discuss |
Answer: (d).Primitive Data Structure
|
49. | Non Primitive data Structures are those which define set of _________. |
Discuss |
Answer: (c).Derived Elements
|
50. | If elements of the data structure forms a sequence of list then it is called as ____________. |
Discuss |
Answer: (a).Linear data structure
|