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 |
Which of the following is not a type of loop. |
- A. for loop
- B. while loop
- C. do while loop
- D. none of these
|
3 |
If array first element has the index. |
|
4 |
If we need to repeat one or more statements, than we use. |
- A. Index
- B. array
- C. Iteration
- D. Loop
|
5 |
Each run of a loop is called an |
- A. Condition
- B. Iteration
- C. Standard
- D. Index
|
6 |
Using loops inside loops is called ................. loops |
- A. For
- B. While
- C. Nested
- D. Do- while
|
7 |
___________ make it easier to read and write values in array. |
- A. Loop
- B. Conditions
- C. Expressions
- D. Functions
|
8 |
__________ part of for loop is executed first: |
- A. condition
- B. body
- C. intialization
- D. increment/decrement
|
9 |
Using loops inside loops is called ________ loops: |
- A. for
- B. while
- C. do-while
- D. nested
|
10 |
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
|