Computer Science, asked by neerajsinghneeraj070, 6 days ago

differentiate between algorithm and flowchart and explain an algorithms to buy stationary to the market​

Answers

Answered by maltibisht1972
0

Answer:

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.

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