1. The repetition of a set – of – statements depending upon a condition test is known as –
- Selections
- Iteration
- Sequence
- None of these
2. A sequence of statements contained within a pair of braces and is called a :
3. Which fram following is a jump statement?
- continue statement
- Switch statement to the monitor
- Break statement
- All of these
4. Which test can not be handle by switch statement –
- Character test
- Floating-point test
- Integer tested
- None of these
Answer
Floating-point test
5. The exit ( ) function breaks out of :
- The program appears in
- The block it appears in
- The loop appears in
- The function appears in
Answer
The program it appears in
6. Who gives the instruction to the computer to for performing any kind of action?
- Iteration
- Selection al
- Sequence
- Statement Continue
Answer
Statement Continue
7. Destination is specified by a label within statement is called :
- For each loop
- For loop
- Go to statement
- While loop V
Answer
A labelGo to statement
8. A loop containing another loop in its loop । body is called –
- Nested loop
- Combine loop for
- Loop ladder
- All of these
9. The braces are not necessary when the Joop body contains a :
- Double Statement
- Single Statement
- Botha and b
- Triple Statement
Answer
Single Statement
10. The break statement causes an exit :
- From the innermost loop or switch
- From all loops and switch
- Only from the innermost switch
- Only from the innermost loop
Answer
Only from the innermost switch
11. Which operation can be used as an alternative to the if statement?
12. Label in go to statement is same like –