1. 
The repetition of a set – of – statements depending upon a condition test is known as –

2. 
A sequence of statements contained within a pair of braces and is called a :

3. 
Which fram following is a jump statement?

4. 
Which test can not be handle by switch statement –

5. 
The exit ( ) function breaks out of :

6. 
Who gives the instruction to the computer to for performing any kind of action?

7. 
Destination is specified by a label within statement is called :

8. 
A loop containing another loop in its loop । body is called –

9. 
The braces are not necessary when the Joop body contains a :

10. 
Which operation can be used as an alternative to the if statement?

11. 
The keyword ” break cannot be simply used its loop – body, it is said to be an: within :

12. 
Which keyword is used to come out of an executed loop only for that iteration?

13. 
Which keyword can be used for coming out of recursion?

14. 
How many choices are possible when using a loop of a single if-else statement?

15. 
In an if – else statement ( statement – 1 ) and ( statement – 2 ) both are executed at same time –

16. 
At least how many time do while loop execute-

17. 
If a loop does not contain any statement in its loop – body, it is said to be an :

18. 
The go to statement causes control to go to :

19. 
Break statement is used in-

20. 
The execution of statement (s ) depending upon condition test is known as-