Tuesday, May 12, 2009

Type of Control Structures


Three type of Control Structures

Sequence Structure (Straight Line)
Selection Structures (Branching Line)

Loop Structures (Repeat )

Sequence Structure

The sequence structure process is used to execute the one by one statements in programs



Selection Structure

The Selection structure is used to execute the selection statements in programs



Loop Structure

This process is used to execute the some situations there is a need to repeat a set of instructions in a specified number of times (or) until a particular condition is being satisfied. This repetitive operations are done through a loop structure.





1 comment: