1 |
An______ is a data structure that can hold multiple values of same data type. |
- A. Loop
- B. Array
- C. For loop
- D. Index
|
2 |
Assigning values to an array for the fist times is called. |
- A. Assign value
- B. Array utilization
- C. Control array
- D. Array initialization
|
3 |
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
|
4 |
__________ part of for loop is executed first: |
- A. condition
- B. body
- C. intialization
- D. increment/decrement
|
5 |
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
|
6 |
An important property of __________ is that it stores all the values at consecutive locations inside the computer memory. |
- A. Loop
- B. Array
- C. for loop
- D. index
|
7 |
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
|
8 |
array can be initialized _______ declaration: |
- A. at the time of
- B. after
- C. before
- D. both a & b
|
9 |
Which makes it easier to read and write values in arrays. |
- A. Loop
- B. While loop
- C. end
- D. simple loop
|
10 |
Array can be initialized _________ declaration. |
- A. At the time of
- B. After
- C. Before
- D. Both a and b
|