Designing Steps in Solving Computational Problems

Words
155
Reading
1 min
Listen
Play
5y

images.jpeg

Before a computer can perform a task it must have an algorithm that tells it what to do.

An algorithm is a set of steps that defined how a task is performed. An algorithm is an ordered set of unambiguous executable steps, defining a terminating process.

Solving Computational Problem
Computational Problem is described by the property that the output has to satisfy given the input.

Screenshot_20210625-173957.png

Problem Solving Techniques

  • Analyse the problem
  • Outline the problem requirements
  • Design steps (algorithm) to solve the problem.

Algorithm Development

  • Step by step problem-solving process
  • Solution achieved in finished amount of time.

Problem Solving Process
Step 1 - Analyse the problem

  • Outline the problem and it's requirement
  • Design steps (algorithm) to solve the problem

Step 2 -Implement the algorithm

  • Implement the algorithm in code
  • Verify that the algorithm works

Step 3 - Maintenance

  • Use and modify the program if the program domain changes

Below are examples of problem solve using algorithm:
Screenshot_20210625-181019.png

Screenshot_20210625-181041.png

Screenshot_20210614-132620.png

Designing Steps in Solving Computational Problems | Ecency