Computer Science, asked by narendramodi9752, 1 year ago

What is flowchart explain different symbols used in flowcharts?

Answers

Answered by charizard100student
5
FLOW CHART IS A PICTORIAL REPRESENTATION OF A N ALGORITHUM.
(IT IS THE STEPS REQUIRED TO PERFORM A TASK ARRANGED IN CORRECT SEQUENCE)
Answered by orangesquirrel
12

Answer:

A flowchart is a diagram that depicts the sequential steps of a process with the help of several symbols and connecting lines or arrows that joins the steps.

The most common basic symbols used in a flowchart are:

1. Rectangle- represent operation or task.

2. Oval- represents beginning or end.

3. Diamond- represents a decision that has to be made.

4. Arrows- represents the order of the flow.

Similar questions