1 |
Each run of a loop is called an |
- A. Condition
- B. Iteration
- C. Standard
- D. Index
|
2 |
__________ part of for loop is executed first: |
- A. condition
- B. body
- C. intialization
- D. increment/decrement
|
3 |
Which makes it easier to read and write values in arrays. |
- A. Loop
- B. While loop
- C. end
- D. simple loop
|
4 |
Assigning values to an array for the fist times is called. |
- A. Assign value
- B. Array utilization
- C. Control array
- D. Array initialization
|
5 |
_______ structure allows repetition of a set of instructions: |
- A. loop
- B. conditional
- C. control
- D. data
|
6 |
To initialize the array in a single statement, initialize it.............. declaration. |
- A. At the time of
- B. After
- C. Before
- D. Both a and b
|
7 |
Using loops inside loops is called ................. loops |
- A. For
- B. While
- C. Nested
- D. Do- while
|
8 |
______ is the unique identifiere, used ot refer to the array. |
- A. Data type
- B. Array name
- C. Array size
- D. None
|
9 |
Array elements are strored at ................. memory locations. |
- A. Contiguous
- B. Scattered
- C. Divided
- D. None
|
10 |
An array is a __________ structure: |
- A. loop
- B. control
- C. data
- D. conditional
|