1 |
Each run of a loop is called an |
- A. Condition
- B. Iteration
- C. Standard
- D. Index
|
2 |
Using loops inside loops is called ................. loops |
- A. For
- B. While
- C. Nested
- D. Do- while
|
3 |
An array is a __________ structure: |
- A. loop
- B. control
- C. data
- D. conditional
|
4 |
_________ part of for loop is executed first. |
- A. Condition
- B. Body
- C. Initialization
- D. Increments
|
5 |
___________ make it easier to read and write values in array. |
- A. Loop
- B. Conditions
- C. Expressions
- D. Functions
|
6 |
Using loops inside loops is called ________ loops: |
- A. for
- B. while
- C. do-while
- D. nested
|
7 |
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
|
8 |
_________ structure allows repetition of a set of instructions. |
- A. Loop
- B. Conditional
- C. Control
- D. Data
|
9 |
An______ is a data structure that can hold multiple values of same data type. |
- A. Loop
- B. Array
- C. For loop
- D. Index
|
10 |
To initialize the array in a single statement, initialize it ___________ declaration: |
- A. at the time of
- B. after
- C. before
- D. both a & b
|