1 |
Using loops inside loops is called ................. loops |
- A. For
- B. While
- C. Nested
- D. Do- while
|
2 |
___________ make it easier to read and write values in array. |
- A. Loop
- B. Conditions
- C. Expressions
- D. Functions
|
3 |
__________ part of for loop is executed first: |
- A. condition
- B. body
- C. intialization
- D. increment/decrement
|
4 |
array can be initialized _______ declaration: |
- A. at the time of
- B. after
- C. before
- D. both a & b
|
5 |
______ is the unique identifiere, used ot refer to the array. |
- A. Data type
- B. Array name
- C. Array size
- D. None
|
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 |
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
|
8 |
Each run of a loop is called an |
- A. Condition
- B. Iteration
- C. Standard
- D. Index
|
9 |
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
|
10 |
Which makes it easier to read and write values in arrays. |
- A. Loop
- B. While loop
- C. end
- D. simple loop
|