Answer:
See Explanation
Step-by-step explanation:
How decisions are represented?
In flowcharts, decisions are represented using diamond shapes (see attachment)
Decisions could be conditional statement or repetition operations which may have the form of loops or iterations.
Either of theses are represented using the diamond shapes.
Take for instance:
To check if a is greater than b... Simply write if a > b i the diamond box
Command used for most decisions
Most decisions are conditional statements; hence, the if command is often used for decisions.