0% found this document useful (0 votes)
4 views11 pages

Algorithm and Flowchart Basics

The document explains algorithms as step-by-step instructions for solving problems, with an example of adding two numbers. It also describes flowcharts as diagrammatic representations of algorithms using various symbols and shapes. An example flowchart is provided to illustrate the process of adding two numbers.

Uploaded by

biji
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views11 pages

Algorithm and Flowchart Basics

The document explains algorithms as step-by-step instructions for solving problems, with an example of adding two numbers. It also describes flowcharts as diagrammatic representations of algorithms using various symbols and shapes. An example flowchart is provided to illustrate the process of adding two numbers.

Uploaded by

biji
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Grade 7:Computer Science

Algorithms and flowcharts


Algorithm
 An algorithm is a set of step-by-step instructions to resolve a
problem.

 In an algorithm, each instruction is identified and the order in which


they should be carried out is planned.
Example:

Algorithm for adding two numbers


Flowcharts
A flowchart can be defined as a diagrammatic representation of an
algorithm with the help of different symbols, shapes and arrows to
demonstrate a process or a program.
Flowchart Symbols
Flowchart Symbols
Flowchart Symbols
Flowchart Symbols
Algorithm Flowchart

[Link]

[Link] first numbers in A

[Link] second number in B

[Link] A,B and store sum(total) in SUM

[Link] SUM

[Link]

You might also like