This page requires a JavaScript-enabled browser
Instructions on how to enable your browser are contained in the help file.
Chapter 12 Arrays - 4
1.
In programming, lists and tables are called array.
a) False
b) True
2.
A table is referred to as one-dimensional array.
a) True
b) False
3.
Items in a list are represented by a single variable name as array.
a) False
b) True
4.
An array is a set of unlike variables.
a) False
b) True
5.
The subscript must not always be enclosed in parentheses.
a) True
b) False
6.
An array is a collection of subscripted variables with the different variable names.
a) False
b) True
7.
If an array is declared to have 30 elements the program must use all 30.
a) True
b) False
8.
Value of different types can be stored in an array.
a) True
b) False
9.
Strings or numbers may be assigned to the subscripted variables.
a) True
b) False
10.
Negative subscript value is permitted in GWBASIC.
a) True
b) False
This is more feedback!
This is the feedback!