adplus-dvertising
frame-decoration

Question

In command "110 DIM num(10)" in BASIC language, '110' declares

a.

one-dimensional array

b.

two-dimensional array

c.

three-dimension array

d.

mulch-dimension array

Answer: (a).one-dimensional array

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. In command "110 DIM num(10)" in BASIC language, '110' declares

Similar Questions

Discover Related MCQs

Q. If element in array has two subscripts, then array is

Q. In line '400 IF NAME$="***" THEN Average= Total Mark/N' of BASIC program, AVERAGE is considered as

Q. In line '500 IF NAME$="***" THEN Average= Total Mark/N' of BASIC program, Total Mark and N are considered as

Q. Rate at which cost of algorithm grows as size of its input grows is called its

Q. Critical resource for a program is most often its

Q. A growth rate of n, is referred to as

Q. Algorithm that begins with First position in array and looks at each value in turn until it is found is known to be

Q. Efficiency of an algorithm is measured by

Q. An algorithm with running-time of a highest-order term containing a factor of n^2 is said to have a

Q. An analysis that estimates resource consumption of an algorithm is known to be

Q. Implementation of operations associated with an ADT is done by a

Q. Data types are of form

Q. A data structure requires a certain amount of space for each

Q. ADT stands for

Q. Defining a data type in terms of an ADT is of form

Q. An ADT and data related to its implementation together make up a

Q. A collection of values are known as

Q. Data types formation can be of

Q. An ADT doesn't specify implementation of

Q. For selecting a data structure, approach to be followed is known as