0% found this document useful (0 votes)
46 views6 pages

3 Flowchart

This document discusses algorithms and flowcharts. It defines an algorithm as a set of rules or steps to perform calculations by hand or machine, and transform inputs into outputs. A flowchart is defined as a formal graphic representation of logical sequences used to provide a common language for projects or processes. The document provides two examples of drawing flowcharts, one to find the sum of the first 50 natural numbers, and another to find the largest of three numbers.

Uploaded by

Havend Ali
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views6 pages

3 Flowchart

This document discusses algorithms and flowcharts. It defines an algorithm as a set of rules or steps to perform calculations by hand or machine, and transform inputs into outputs. A flowchart is defined as a formal graphic representation of logical sequences used to provide a common language for projects or processes. The document provides two examples of drawing flowcharts, one to find the sum of the first 50 natural numbers, and another to find the largest of three numbers.

Uploaded by

Havend Ali
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 6

Scientific Debate

Flowchart
What is Algorithm
An algorithm is a set of rules for
carrying out calculation either by hand
or on a machine.
An algorithm is a finite step-by-step
procedure to achieve a required result.
An algorithm is a sequence of
computational steps that transform the
input into the output.
What is Flowchart

A flowchart is a formalized graphic


representation of a logic sequence. The
purpose of a flowchart is to provide
people with a common language or
reference point when dealing with a
project or process.
Flow Chart Example 1

Draw a flowchart to find


the sum of first 50

natural numbers.
Flow Chart Example 2

Draw a flowchart to find the


largest of three numbers A,

B, and C .

You might also like