Sequence control structure : may consist of a single statement or a sequence of statements with a single entry and single exit.
Selection control structure : performs one out of two or more statements depending upon the condition.
Looping control structure : has one condition and a sequence structure which is executed a number of times depending upon the condition.