51. | Data Structure in which one predecessor may have one or more successor , that data structure is called as __________. |
Discuss |
Answer: (a).Non Linear Data Structure
|
52. | An ADT is defined to be a mathematical model of a user-defined type along with the collection of all ____________ operations on that model |
Discuss |
Answer: (a).Primitive
|
53. | Which of the following abstract data types can be used to represent a many to many relation? |
Discuss |
Answer: (c).Both (a) and (b)
|
54. | When divisions of decimals are involved in a program, these numbers are stored in |
Discuss |
Answer: (c).real numbers
|
55. | In line '300 IF NAME$="***" THEN Average= Total Mark/N' of BASIC program, "***" is classified as |
Discuss |
Answer: (d).string constant
|
56. | In line '200 IF NAME$="***" THEN Average= Total Mark/N' of BASIC program, NAME$ is classified as |
Discuss |
Answer: (a).string variable
|
57. | When there are range of numbers involved in a program, it can be stored as |
Discuss |
Answer: (a).real numbers
|
58. | When data is input in numeric form, data type in program is classified as |
Discuss |
Answer: (b).string
|
59. | In command "110 DIM num(10)" in BASIC language, '110' declares |
Discuss |
Answer: (a).one-dimensional array
|
60. | If element in array has two subscripts, then array is |
Discuss |
Answer: (d).two dimension
|