Chapter 12 Arrays - 5


Computer Class 10
1. It is possible to have an array with only one element.


2. Only one array name is allowed in a single DIM statement.


3. The type of array name chosen must agree with the type of data values that its array elements contains.


4. The biggest number that BASIC automatically assigns as a subscript is 100.


5. The number of subscripted variables can be increased by using DIM statement.


6. Two-dimensional arrays are named the same way as one-dimensional arrays.


7. 12 memory spaces are reserved for the statement DIM P(4,3).


8. X7 is a subscripted variable, in an array of X (7).


9. DIM statement is used only in one dimensional array.


10. In arrays the important thing is the order in which the data appear.
This is more feedback!
This is the feedback!