Computer Science, asked by shembrom92, 7 months ago

What is the use of diamond shaped symbol in flowchart?​

Answers

Answered by mailtopraju05
1

Explanation:

Diamond – Used to represent a decision point in the process. Typically, the statement in the symbol will require a `yes' or `no' response and branch to different parts of the flowchart accordingly.

hope its helpful....mark me brainlist...

Answered by priyarksynergy
0

A diamond represents a point to make a choice or a decision in a flow chart.

Explanation:

  • A flowchart can be used to graphically represent the flow of an algorithm.
  • An arrow is used to represent the flow of direction of the algorithm.
  • An oval is used to represent the beginning and the end of an algorithm.
  • A rectangle is used to represent an arithmetic operation or any kind of process to be performed.
  • A parallelogram is used to represent the input and output statements.
  • A diamond is used to represent a choice or decision making point.

Similar questions