Contents

What is the purpose of break statement?
a) exit from switch                            

b) enter in switch
c) remain in switch                             

d) none of these

a

When did default statement is executed?
a) no case match                

b) case match
c) both a & b                                       

d) none of these

a

Which structure can be enclosed inside another selection structure?
a) if statement                     

b) if-else statement
c) nested if                           

d) switch statement

c

Which programming statement decides?
a) if                                                       

b) break
c) assignment                                      

d) print ()

b

The conditional portion of if statement is enclosed within…….
a) {}                                                       

b) []
c) ()                                                        

d) <>

a

Which of the following is not part of if statement?
a) a condition that evaluates          
b) a condition that evaluates true or false
c) a true block                                     

d) false blocks

a