PPT1

You might also like

You are on page 1of 10

Grade 7:Computing

Topic 1:Computational Thinking

Reimagine Education Flexible Effective Global Benchmark


Lesson Objectives :
• Define flowchart, identify flowchart symbols

• Understand, edit and correct algorithms that are presented as

flowcharts

Reimagine Education Flexible Effective Global Benchmark


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.

Reimagine Education Flexible Effective Global Benchmark


Example:

Algorithm for adding two numbers

Reimagine Education Flexible Effective Global Benchmark


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.

Reimagine Education Flexible Effective Global Benchmark


Flowchart Symbols

Reimagine Education Flexible Effective Global Benchmark


Flowchart Symbols

Reimagine Education Flexible Effective Global Benchmark


Flowchart Symbols

Reimagine Education Flexible Effective Global Benchmark


Flowchart Symbols

Reimagine Education Flexible Effective Global Benchmark


Algorithm Flowchart

1.Start

2.Input first numbers in A

3.Input second number in B

4.Add A,B and store sum(total) in SUM

5.Print SUM

6.Stop
Reimagine Education Flexible Effective Global Benchmark

You might also like