Contents

What are the basic entities of structured programming?
a) control structures         

b) control programs
c) control execution           

d) control application


How many types of control statements?
a) one                                                    

b) two
c) three                                                  

d) four


How many types of conditional/selection statement?
a) one                                                    

b) two
c) three                                                  

d) four


The simplest form of selection structure is.
a) if statement    

b) if-else statement
c) nested if                           

d) switch statement


It executes statement or block of statement when condition is true and vice versa.
a) if statement                     

b) if-else statement
c) nested if                           
d) switch statement


……is used for multiple choices or selection.
a) if statement                     

b) if-else statement
c) nested if                           

d) switch statement