Contents

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

b) control programs
c) control execution           

d) control application

a

How many types of control statements?
a) one                                                    

b) two
c) three                                                  

d) four

b

(conditional statement, Repetition statement)



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

b) two
c) three                                                  

d) four

d

(if statement, if-else statement, nested if statement, switch statement)



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

b) if-else statement
c) nested if                           

d) switch statement

a

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

b

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

b) if-else statement
c) nested if                           

d) switch statement

d