The statement 'option base 100' specifies __________ index.
Base
Last
Second
N-1
__________ allows you to refer to a group of values using one name.
Arrays
Procedure
Functions
Data types
Basic operation on Arrays are :
Traversal
Reading
Searching
All these
The _________ statement sets the number of the first element in an array to either 0 or 1.
Loop
Option base
Dim
None of these
__________ arrays are dimensioned at runtime,when the array size needed depends on some condition.
Dynamic
One dimensional
Static
Fixed Sized
_____________ specifies the position of an array elements.
Index
Size
Name
Type
A single dimensional array declared with the syntax:
Array name (size)
Dim Arrayname (size)
Dim ArrayName(size) As datatype
Dim name As data type
In an array of 10 elements, the first elements index is ___________.
10
1
0
The number of elements in an array is called its __________.
Value
Item
The index of the first element in an array is 0,by default the index of the first element also called ________.
Base index
First Element
Array Name (1)