Computer Science, asked by Anaitadeshai, 1 month ago

Questions:

1. What is an algorithm ? Give example.
2. Define flowchart.
3. Why do we use a flowchart ?​

Answers

Answered by menakaramaswamy
2

Answer:

1.An algorithm is a well-defined procedure that allows a computer to solve a problem. Another way to describe an algorithm is a sequence of unambiguous instructions. The use of the term 'unambiguous' indicates that there is no room for subjective interpretation. Every time you ask your computer to carry out the same algorithm, it will do it in exactly the same manner with the exact same result.

Examples:Algorithm

1: Add two numbers entered by the user

Algorithm 2: Find the largest number among three numbers

2.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.

3.As a business owner, you should always be striving to improve the efficiency of your workplace, so you should welcome any tool or resource that helps you accomplish that task. Streamlining the processes within your business can also help your staff increase its productivity, and more productivity means more sales. One tool to consider is a flowchart, which is a pictorial or graphical representation of a process.

Similar questions