1 |
__________ is the unique identifier, used to refer to the array: |
- A. data type
- B. array name
- C. array size
- D. none
|
2 |
Array elements are strored at ................. memory locations. |
- A. Contiguous
- B. Scattered
- C. Divided
- D. None
|
3 |
_________ part of for loop is executed first. |
- A. Condition
- B. Body
- C. Initialization
- D. Increments
|
4 |
If we need to repeat one or more statements, than we use. |
- A. Index
- B. array
- C. Iteration
- D. Loop
|
5 |
To initialize the array in a single statement, initialize it ___________ declaration: |
- A. at the time of
- B. after
- C. before
- D. both a & b
|
6 |
Each elemet of an array has an _____ that can be used with the array name as array __ name. |
- A. Index
- B. array
- C. for loop
- D. simple variable
|
7 |
__________ part of for loop is executed first: |
- A. condition
- B. body
- C. intialization
- D. increment/decrement
|
8 |
If the size of an array is 100, the range of indexes will be ............ |
- A. 0 - 99
- B. 0 - 100
- C. 1 - 100
- D. 2 - 102
|
9 |
______ is the unique identifiere, used ot refer to the array. |
- A. Data type
- B. Array name
- C. Array size
- D. None
|
10 |
Array can be initialized _________ declaration. |
- A. At the time of
- B. After
- C. Before
- D. Both a and b
|