answersLogoWhite

0


Best Answer

When there is a trigger for the event,:

Example:

When you need to determine if a grade passed or not.

Start->input grade(input or output)->is G>=75?(i just put 75 because the passing here is 75%, and use decision symbol, now there are two flowlines that will come out of the decision symbol, follow this: right- TRUE, down- FALSE, use a processing symbol then, if true...)->print pass(processing symbol, true, right of the DS, if false...)->print failed(processing symbol, false, down of the DS) then make sure that the end terminal would below the false, then in case you might wonder if the TRUE will be left, just use a flowline to connect it on the flowline before the end(i mean between the false Processing box and the end terminal)! So i hope that helps you!

Rekun- peace out!

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

6y ago

The diamond shape is the decision symbol with one vertex (r the middle of a side) being the input and the 2 ,3, (or 4) representing possible output decision paths.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Diamond

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

A diamond

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which flowchart symbol indicates the need to make a decision?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you Draw a flowchart for the roots of a quadratic equation?

what math flowchart can make it true


How do you make a flowchart in math?

Flowchart in maths is made with the help of arrows which represents the direction and shapes like diamond,oval and rectangles.


How do you make a flowchart for 'hello world'?

( start ) -> / Write "Hello World" / -> ( end ) *try to search an example on google. *type "flowchart of hello world"


To make no decision is to make a decision what does that mean?

You have to make a decision to not make a decision. It means what it means.The phrase indicates that failing to change the status quo is also a decision, when either choice would change that condition or the circumstances under which it would be considered. For example : if the choice is to buy white socks or blue socks, failing to decide means you have no new socks of any color. In many cases, it could mean that the decision (or change) will be made by another person or event.


Do a decision or make a decision?

The answer is you make a decision.


How do you do calculation on programming flowcharts?

You just have to know the symbols of flowchart and make the graphical representation of algorithm


Example of flowchart that will print and display a name 10 times?

There are many ways you can make a flowchart that will print and display a name 10 times. One example, will make you work with array, but you would input arr[1] for Sunday and arr[7] for Saturday.


Make a flowchart that will determine if the given number is positive or negative?

There are many software programs that will allow a person to make a flowchart to determine if the number is positive or negative. The person could use Open Office, Microsoft Word, Microsoft PowerPoint, or Microsoft Excel.


What is correct take a decision or make a decision?

Make one.


What is a good decision-maker?

If you need to make a simple decision, Yes/No iGenerator is the best way to make a decision. if you need to make a difficult decision, use Descartes Square as a decision technique.


How do you make a lip symbol on MySpace?

how do you make a lip symbol


How do you make a flowchart to determine if a number is prime?

Since, depending on the size of the number, people use not just different divisors for the classical test, but they may also use different methods, I'm not entirely sure a flowchart for such a dynamic process is possible.