Contents

Introduction:


What are the basic entities of structured programming?
a) control structures   
b) control programs
c) control execution     
d) control application

a

………..are used to alter the flow of execution of program.
a) control structures   
b) control programs
c) control execution                             
d) control application

a

Why do we need to alter the program flow?
a) decision alter
b) decision making
c) decision pending      
d) decision seen

b

How many types of control statements?
a) one  
b) two 
c) three 
d) four

b

Explanation: conditional/selection statement, Repetition/looping statement



Decision/Conditional Statement