1. The repetition of a set – of – statements depending upon a condition test is known as – Selections Iteration Sequence None of these None 2. A sequence of statements contained within a pair of braces and is called a : Brick Branch Blob Block None 3. Which fram following is a jump statement? continue statement Switch statement to the monitor Break statement All of these None 4. Which test can not be handle by switch statement – Character test Floating-point test Integer tested None of these None 5. The exit ( ) function breaks out of : The program appears in The block it appears in The loop appears in The function appears in None 6. Who gives the instruction to the computer to for performing any kind of action? Iteration Selection al Sequence Statement Continue None 7. Destination is specified by a label within statement is called : For each loop For loop Go to statement While loop V None 8. A loop containing another loop in its loop । body is called – Nested loop Combine loop for Loop ladder All of these None 9. The braces are not necessary when the Joop body contains a : Double Statement Single Statement Botha and b Triple Statement None 10. Which operation can be used as an alternative to the if statement? && ; ?: , None 11. The keyword ” break cannot be simply used its loop – body, it is said to be an: within : While For Infinite loop None of these None 12. Which keyword is used to come out of an executed loop only for that iteration? Continue Return Break None of the mentioned None 13. Which keyword can be used for coming out of recursion? Return Break Botha and b Exit None 14. How many choices are possible when using a loop of a single if-else statement? 4 3 2 1 None 15. In an if – else statement ( statement – 1 ) and ( statement – 2 ) both are executed at same time – No exected with condition Yes None of these None 16. At least how many time do while loop execute- Four-time Three-time Two time One time None 17. If a loop does not contain any statement in its loop – body, it is said to be an : Empty loop Entry loop Infinite loop None of these None 18. The go to statement causes control to go to : A function A variable A label On operator None 19. Break statement is used in- For each loop Switch statement For loop None of them None 20. The execution of statement (s ) depending upon condition test is known as- Selection Iteration Sequence None of these None 1 out of 2 Time's up