1 |
Where should be the loop control variable initialized? |
Before the loop starts
In the first statement of the loop body
In the last statement of the loop body
Anywhere in the loop body
|
2 |
A counter can be defined as: |
The final value of a loop
A variable that counts loop iterations
The initial value of a loop
The step value of a loop
<br>
|
3 |
How many types of loop structure are available in C language? |
While
Do-while
For
All
|
4 |
This is a control structure that causes a statement or group of statement to repeat: |
Decision statement
Duration
Iteration
Test
|
5 |
The keyword used to transfer control from the body of loop to the start of loop is |
Exit
Continue
Break
End
|
6 |
The keyword used to come out of the body of loop is |
Exit
Continue
Break
Ebd
|
7 |
A loop within another loop is called |
Inner loop
Nested loop
Counter loop
None
|
8 |
A loop whose execute never ends is called |
Nested loop
Forever loop
Infinite loop
Counter loop
|
9 |
Repetition structure is used to execute a statement or set of statement |
Once
More than one time
Skip statement
All
|
10 |
The loop structure in which condition comes after the body of the loop is |
While
Do-while
For
All
|
11 |
The loop structure that executes at least ones is |
While
Do-while
For
All
|
12 |
Which of the following statement can be used in C |
While
For
Do while
All
|
13 |
______ are used to enter data into databases |
Queries
Reports
Tables
Forms
|
14 |
Redundancy means |
Duplication
No-duplication
Standards
Microsoft office integration
|
15 |
______ are used to move around the window if its contents do not fit on screen |
menu bar
Tool bar
Scroll bar
Status bar
|