This document discusses various techniques for structuring decisions: structured English, flowcharts, decision tables, and decision trees. It provides examples and explanations of each technique. Structured English uses an IF/THEN statement format. Flowcharts show the sequence of steps using standard symbols. Decision tables illustrate decision rules in a table format. Decision trees use a branching diagram to represent multiple conditional decisions. The document emphasizes that these techniques help ensure decisions are complete, avoid errors, and reduce necessary condition testing.