Computer Science, asked by sumanachariya048, 4 months ago

distinguish between a FLOWCHART and ALGORITHM draw a table with symbols used in flowchart​

Answers

Answered by sumit11g
0

Answer:

Algorithm : The word Algorithm means “a process or set of rules to be followed in calculations or other problem-solving operations”. Therefore Algorithm refers to a set of rules/instructions that step-by-step define how a work is to be executed upon inorder to get the expected results.

Flowchart : A flowchart is a graphical representation of an algorithm. Programmers often use it as a program-planning tool to solve a problem. It makes use of symbols which are connected among them to indicate the flow of information and processing.

The process of drawing a flowchart for an algorithm is known as “flowcharting”.

Similar questions