Friday, 16 January 2015

Analysis Of The Problem


Analysis Of The Problem

Analysis Of The Problem


Like the clear definition of a problem, by which we can get the basic understanding to it, analysis of the problem is also required. Once a problem has been defined. it must be properly analyzed. By this, we mean that definition of a problem is made as a whole whereas the analysis is done in such a way that a problem is divided into various parts called sub-problem and each of these sub-problems are properly arranged in such a way that the sub-problem solution in that specific arrangement of each problem will lead to the overall solution of the main problem. There we have many more ways to solve computer programming problems.

Analysis of the problem Advantages:

Analysis of the problem has a lot of advantages. If the problem is analyzed, the problem solver can make his / her logic according to that analysis. Analysis of the problem means looking the problem from each and every angle and finding out some type of initial gateway to its solution that will be the best of all the solution. Analysis of the problem is just like factorizing a mathematical equation to find out its solution. A mathematical problem which cannot be solved without factorization can be solved when it is correctly factorized. Similarly a huge and complicated problem can be solved with correct logic or wisdom when it is analyzed properly and accurately.

Analysis Of A Problem Example:

Another example of analysis of a problem may be given like we have a bundle of sticks which has to be broken. Now in this case if a large number of sticks are tied in that bundle, it the problem is "To break the sticks in the bundle in any way". Proper analysis will soon result into the idea to unite the sticks and break them one bye one.

Keep in mind

It must be kept in mind that if we properly understand the problem i.e we can successfully define the problem and we have certain logic or wisdom in our mind by which we can analyze and solve the defined problem, only then we shall be able to solve the problem defined problem comoputationally by means of computer programm, A computer is having hardware and software that can perform useful operation, even through programmer instruction.