โครงสร้างผังงานChittraporn PhalaoThe document describes three types of flowcharts: sequence flowcharts which show steps executed in order, selection flowcharts which show steps that are executed conditionally based on decisions, and repetition flowcharts which show steps that are repeated until a condition is met. Repetition flowcharts include DO WHILE, DO UNTIL, and FOR NEXT loops.