- A control structure controls the flowing of data. It decides what kinds of data flows through and when. It is like a dam controlling the flow of water.
- A sequence control controls the flow of data so that the data flows in sequence i.e. one after the other.
- A selection control structure controls the flow of data so that only selected data can be passed through the control structure.
- A repetition control controls the flow of data so that the data sequence goes around in loops.
By Old Man
Advertisement