1 |
__________ part of for loop is executed first: |
- A. condition
- B. body
- C. intialization
- D. increment/decrement
|
2 |
An array is a __________ structure: |
- A. loop
- B. control
- C. data
- D. conditional
|
3 |
_________ part of for loop is executed first. |
- A. Condition
- B. Body
- C. Initialization
- D. Increments
|
4 |
An array is a ______________ structure. |
- A. Loop
- B. Control
- C. Data
- D. Conditional
|
5 |
Each run of a loop is called an |
- A. Condition
- B. Iteration
- C. Standard
- D. Index
|
6 |
An______ is a data structure that can hold multiple values of same data type. |
- A. Loop
- B. Array
- C. For loop
- D. Index
|
7 |
Using loops inside loops is called ................. loops |
- A. For
- B. While
- C. Nested
- D. Do- while
|
8 |
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
|
9 |
___________ make it easier to read and write values in array. |
- A. Loop
- B. Conditions
- C. Expressions
- D. Functions
|
10 |
_______ make it easier to read and write values in array: |
- A. loops
- B. conditions
- C. expressions
- D. functions
|