Computer Science, asked by ronittomar, 10 months ago

description of flowchart symbol ne and description​

Answers

Answered by luk3004
0

A flowchart is a diagrammatic representation of an algorithm.

The various symbols used in a flowchart are:

Arrows - Acts as connectors of all other symbols.

Oval - To indicate the entry and exit points of the flowchart.

Rectangle - To show processing steps like calculations or an action to be performed.

Parallelogram - To accept an input or display an output.

Diamond - Decision making step. Generally, there are two outward connectors from this symbol. The path is chosen based on the decision of the logical computation.

Circle - If a flowchart does not fit in the available space, and needs to be broken at a point. An alphanumeric symbol within a circle can be used as the breaking and continuing symbol for that flowchart.

Raptor is a good tool to specifically create flowcharts.

You can also use Word or Powerpoint to create representational flowcharts.

Answered by ItzCherie15
2

Answer:

A flowchart is a type of diagram that represents a workflow or process. A flowchart can also be defined as a diagrammatic representation of an algorithm, a step-by-step approach to solving a task. The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows.

Similar questions