131k views
17 votes
Pls answer i need to turn it in today!!

In computing flowcharts how are decisions represented?

What is the command used most for decisions?

1 Answer

9 votes

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.

Pls answer i need to turn it in today!! In computing flowcharts how are decisions-example-1
User Arun Sivan
by
5.3k points