1 |
_________ structure allows repetition of a set of instructions. |
- A. Loop
- B. Conditional
- C. Control
- D. Data
|
2 |
_______ make it easier to read and write values in array: |
- A. loops
- B. conditions
- C. expressions
- D. functions
|
3 |
An array is a __________ structure: |
- A. loop
- B. control
- C. data
- D. conditional
|
4 |
Which is a countainer to store collection of data items in a specific layout. |
- A. Data structure
- B. Simple Strucutre
- C. Normal Structure
- D. Complex structure
|
5 |
_________ part of for loop is executed first. |
- A. Condition
- B. Body
- C. Initialization
- D. Increments
|
6 |
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
|
7 |
Using loops inside loops is called ................. loops |
- A. For
- B. While
- C. Nested
- D. Do- while
|
8 |
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
|
9 |
______ is the unique identifiere, used ot refer to the array. |
- A. Data type
- B. Array name
- C. Array size
- D. None
|
10 |
Which makes it easier to read and write values in arrays. |
- A. Loop
- B. While loop
- C. end
- D. simple loop
|