1 |
_________ part of for loop is executed first. |
- A. Condition
- B. Body
- C. Initialization
- D. Increments
|
2 |
Assigning values to an array for the fist times is called. |
- A. Assign value
- B. Array utilization
- C. Control array
- D. Array initialization
|
3 |
_______ structure allows repetition of a set of instructions: |
- A. loop
- B. conditional
- C. control
- D. data
|
4 |
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
|
5 |
If array first element has the index. |
|
6 |
An array is a __________ structure: |
- A. loop
- B. control
- C. data
- D. conditional
|
7 |
Using loops inside loops is called ................. loops |
- A. For
- B. While
- C. Nested
- D. Do- while
|
8 |
Array elements are strored at ................. memory locations. |
- A. Contiguous
- B. Scattered
- C. Divided
- D. None
|
9 |
_______ make it easier to read and write values in array: |
- A. loops
- B. conditions
- C. expressions
- D. functions
|
10 |
Array can be initialized _________ declaration. |
- A. At the time of
- B. After
- C. Before
- D. Both a and b
|