1.
An array of an array is called :
2.
Which of the following concepts make extensive use of arrays?
3.
Elements of an array are numbered as 0, 1 , 2, these numbers are called :
4.
Table or arrays that require two subscripts that all have the same name and same type is to identify a particular element are called: called as :
5.
Position number contained within square brackets eg. My array [ 5 ], is referred as
6.
Sequence of an object that has the same type is called
7.
Assuming int of 4 bytes, what is the size of int array is called: arr [ 15 ];?
8.
When does the Array Index Out of Bounds Exception Occur?
9.
Fioat a [ 3 ] = { 10.2 , 33.4.44.4 } is an example of –
10.
Array that is declared statie are initialized when:
11.
How many kinds of elements an array can have :
12.
Referring element outside array bounds is a :
13.
A consecutive group of memory locations the all has the same name and the same type is called:
14.
Which from the following technique is used for finding a value in an array?
15.
For defining their own types program – mimer’s uses :
16.
One- dimensional array of two – the dimensional array is called :
17.
For finding an object in an array starting from the beginning and inspecting each element one other, until the object is found is called as :
18.
A one-dimensional array of – the dimensional array is called :
19.
Binary search algorithm uses :
20.
A one-dimensional array is always considered as