This page requires a JavaScript-enabled browser
Instructions on how to enable your browser are contained in the help file.
Chapter 12 Arrays - 5
1.
It is possible to have an array with only one element.
a) True
b) False
2.
Only one array name is allowed in a single DIM statement.
a) False
b) True
3.
The type of array name chosen must agree with the type of data values that its array elements contains.
a) True
b) False
4.
The biggest number that BASIC automatically assigns as a subscript is 100.
a) False
b) True
5.
The number of subscripted variables can be increased by using DIM statement.
a) False
b) True
6.
Two-dimensional arrays are named the same way as one-dimensional arrays.
a) False
b) True
7.
12 memory spaces are reserved for the statement DIM P(4,3).
a) False
b) True
8.
X7 is a subscripted variable, in an array of X (7).
a) True
b) False
9.
DIM statement is used only in one dimensional array.
a) False
b) True
10.
In arrays the important thing is the order in which the data appear.
a) True
b) False
This is more feedback!
This is the feedback!