Search Header Logo
Problem Solving in Class VIII

Problem Solving in Class VIII

Assessment

Presentation

Computers

8th Grade

Hard

Created by

Snehi Bharti

Used 20+ times

FREE Resource

15 Slides • 4 Questions

1

Problem Solving

INTRODUCTION TO PROBLEM SOLVING AND PROGRAMMING

Slide image

2

LEARNING OBJECTIVE OF THE CHAPTER

Slide image

3

Objectives for this class

1. Appreciate the concept of Algorithm

2. Appreciate the concept of Flowchart

3. Explain different symbols used in a flowchart

4. Introduction of a Program.

4

We face problems in our day to day life

  • Either we get puzzled how to solve them

  • or We find a step by step solution to our problem

5

Let us play a game: You have to solve the puzzle by writing only the below mentioned instructions:

  • Move One Square Right

  • Move One Square Left

  • Move One Square Down

  • Fill in Square with Color

6

Here we are using step wise procedure for doing our work.

Slide image

7

NOW YOU SOLVE A SIMILAR PROBLEM BY USING THE SAME TECHNIQUE

8

Now Solve this question

Slide image

9

Multiple Choice

Question image

1. Move One Square Right

2. Move One Square Left

3. Move One Square Down

4. Fill in square with colour

1

1->1->4->2->3->1->4

2

1->1->4->2->3->4

3

1->1->4->3->4

4

1->1->2->4->3->4

10

So,

Step-by-step method for solving any problem is called Algorithm

11

Now in place of writing the instructions in sentences we can use specific symbols to represent our instructions.


12

As for example in place of the lines we can use the following symbol:

  • Move one step Right we can use right arrow key

  • Move one step Left we can use left arrow key

  • Move one step up we can use up arrow key

  • Move one step down we can use down arrow key

  • And to color the box we can use zigzag arrow key.

13

Slide image

Like This

14

Multiple Select

Question image

Tick the correct answer to solve the problem

1
2
3
4

15

FLOWCHART & ITS USES

In computer terminology the symbols used for representing the solution to a problem is called Flowchart.

USES OF FLOWCHART

1. To specify the method of solving a problem.

2. To plan the sequence of a computer program.

3. Communicate ideas, solutions etc.

16

Flow chart symbols and their purpose

Slide image

17

Multiple Choice

Diamond symbol in flow chart is used for

1

End or Stop

2

Connectors

3

Yes or No Branching

4

input or print data

18

Fill in the Blanks

Type answer...

19

PROGRAM

When we code these instructions using some specific rules, and can be run by a computer it is called Program.


Problem Solving

INTRODUCTION TO PROBLEM SOLVING AND PROGRAMMING

Slide image

Show answer

Auto Play

Slide 1 / 19

SLIDE