0
917views
What is mean by Problem Definition?

Subject : Structured Programming Approach

Title : Introduction to Computer, Algorithm and Flowchart

Marks : 4M

1 Answer
0
7views

When we solving problem we always first need to define the problem properly, so as to know what problem is exactly to be solved. Problem has to define precisely, so as to ensure the proper solution of it.

Problem Solving Method:

  1. Recognize and understand the problem.

  2. Accumulate facts.

  3. Select appropriate theory.

  4. Make necessary assumptions.

  5. Solve the problem.

  6. Verify results solution.

Fig. 1.1 is showing how the problem definition is converted into problem solution

enter image description here

Please log in to add an answer.