Chapter 12 Arrays - 4


Computer Class 10
1. In programming, lists and tables are called array.


2. A table is referred to as one-dimensional array.


3. Items in a list are represented by a single variable name as array.


4. An array is a set of unlike variables.


5. The subscript must not always be enclosed in parentheses.


6. An array is a collection of subscripted variables with the different variable names.


7. If an array is declared to have 30 elements the program must use all 30.


8. Value of different types can be stored in an array.


9. Strings or numbers may be assigned to the subscripted variables.


10. Negative subscript value is permitted in GWBASIC.
This is more feedback!
This is the feedback!