Computer Science, asked by rashicute, 1 year ago

what is flowchart in computer

Answers

Answered by stylishtamilachee
70
hey friend here is your answer.... ⛄⛄


FLOWCHART :

➡️ A flowchart is a diagrammatic representation of steps taken to perform a task

➡️ In flowcharts, each step is represented in the form of a geometrical shape .

➡️ Each shape represent a particular use .

➡️ The symbols are connected using arrows .

➡️ These arrows show the sequence of steps in a particular direction .

➡️ The arrows are responsible for the direction of flow of program or control flow .

➡️ An algorithm can be represented as a flowchart .

➡️ The type of symbol used will depend on the nature of the action defined in the algorithm step .

➡️ Flowcharts help to understand the stepwise working of a process ( the problem -solution )easily .

➡️ Flowcharts are used in many Industries such as Engineering, Computer programming, entertainment, education and Physical Sciences for any of the given purpose .

like :

✳️To design a simple process or program .

✳️To plan a new project .

✳️ To manage data .

✳️ To document a process .

✳️ To manage workflow .

✳️ To impart training .

RULES FOR DESIGNING A FLOWCHART :

➡️ There are certain rules to be followed while drawing a flowchart .

✳️ A flowchart has only one start box and one stop box .

✳️ The direction of flow in a flow chart is either from top to bottom or from left to right .

✳️ The flow of control follows only one path .

STEPS TO DESIGN A FLOWCHART :

Step 1: Understand the process for which the flowchart is to be drawn .

Step 2: List the steps of process (algorithm).

Step 3: Begin the process with start symbol .

Step 4: Write the first step in the appropriate symbol .

Step 5: Write each successive step in its respective symbol .

Step 6: Add arrows between symbols to show the flow of control .

Step 7: Make sure all the floor parts reach the singles top box .


➡️ If you want to know more clearly see the pic I have attached with this .☺



hope it helps you if it so please make it as brainliest...... ❤❄❤❄❤
Attachments:

sakshig: nice work
sakshig: but it is old answer
stylishtamilachee: yep
stylishtamilachee: thanks ☺
stylishtamilachee: sorry, for posting old answer
platz: great answer!
stylishtamilachee: Thanks... ❤
platz: ^_^
stylishtamilachee: ☺☺
Answered by Anonymous
33

\huge{ Answer }{\heartsuit}

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