1 |
__________ part of for loop is executed first: |
- A. condition
- B. body
- C. intialization
- D. increment/decrement
|
2 |
Each run of a loop is called an |
- A. Condition
- B. Iteration
- C. Standard
- D. Index
|
3 |
If array first element has the index. |
|
4 |
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
|
5 |
Using loops inside loops is called ________ loops: |
- A. for
- B. while
- C. do-while
- D. nested
|
6 |
An array is a __________ structure: |
- A. loop
- B. control
- C. data
- D. conditional
|
7 |
Array elements are stored at _________ memory locations: |
- A. contiguous
- B. scattered
- C. divided
- D. none
|
8 |
Assigning values to an array for the fist times is called. |
- A. Assign value
- B. Array utilization
- C. Control array
- D. Array initialization
|
9 |
Array can be initialized _________ declaration. |
- A. At the time of
- B. After
- C. Before
- D. Both a and b
|
10 |
Which makes it easier to read and write values in arrays. |
- A. Loop
- B. While loop
- C. end
- D. simple loop
|