1 |
______ is the unique identifiere, used ot refer to the array. |
- A. Data type
- B. Array name
- C. Array size
- D. None
|
2 |
If we need to repeat one or more statements, than we use. |
- A. Index
- B. array
- C. Iteration
- D. Loop
|
3 |
_________ structure allows repetition of a set of instructions. |
- A. Loop
- B. Conditional
- C. Control
- D. Data
|
4 |
Array elements are stored at _________ memory locations: |
- A. contiguous
- B. scattered
- C. divided
- D. none
|
5 |
Array can be initialized _________ declaration. |
- A. At the time of
- B. After
- C. Before
- D. Both a and b
|
6 |
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
|
7 |
array can be initialized _______ declaration: |
- A. at the time of
- B. after
- C. before
- D. both a & b
|
8 |
__________ is the unique identifier, used to refer to the array: |
- A. data type
- B. array name
- C. array size
- D. none
|
9 |
___________ make it easier to read and write values in array. |
- A. Loop
- B. Conditions
- C. Expressions
- D. Functions
|
10 |
_______ structure allows repetition of a set of instructions: |
- A. loop
- B. conditional
- C. control
- D. data
|