1 |
______ is the unique identifiere, used ot refer to the array. |
- A. Data type
- B. Array name
- C. Array size
- D. None
|
2 |
_________ part of for loop is executed first. |
- A. Condition
- B. Body
- C. Initialization
- D. Increments
|
3 |
_________ structure allows repetition of a set of instructions. |
- A. Loop
- B. Conditional
- C. Control
- D. Data
|
4 |
If we need to repeat one or more statements, than we use. |
- A. Index
- B. array
- C. Iteration
- D. Loop
|
5 |
Assigning values to an array for the fist times is called. |
- A. Assign value
- B. Array utilization
- C. Control array
- D. Array initialization
|
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 |
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 |
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
|
9 |
An array is a __________ structure: |
- A. loop
- B. control
- C. data
- D. conditional
|
10 |
__________ is the unique identifier, used to refer to the array: |
- A. data type
- B. array name
- C. array size
- D. none
|