Programming Structures
Selection
Binary Selection
The binary selection structure is represented by IF statementsin pseudocode. In a flowchart, the decision symbol is usedwith the TRUE path branching to the right and the FALSE pathbranching to the left.
Multi-way Selection
The multi-way selection structure is represented inpseudocode by the CASE statement. In a flowchart, a decisionsymbol is used with the options branching from a single line attached to the bottom of the diamond symbol.
Add a Comment