Arrays

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: