Feed Headline Animator

Problem Solving

Whenever we are writing a computer program, our purpose is to solve a problem computationally. So the basic purpose of computer programming is solution of our daily life problems of different areas. This process of programming or problem solving is not just typing a program and then checking its output rather it is a process in which multiple steps fare involved. Our computer programming to solve a program consists of a number of steps which can be described one by one.

Defining the problem:
Problem definition is an important aspect problem solving whether that my be the computer field or any other field. By defining the problem one understand that what input or data has been given and what type of output is required. By this understanding one can get the initial point from where the solution to the problem can be found.
It must be kept in mind that problem definition is a very important step because the way we understand a problem starts right from this step. If a problem is clearly and correctly defined, the solution is highly simplified. One the other hand if some failure occurs in the definition of the problem, the entire solution becomes doubtful and complicated. This problem definition is a statement which is stated correctly, makes it easier to the problem solver how to solve it.

Posted By: Wasim Javed

1 comment: