why is advisable to plan the logic of a perform before writing it explain the role of an algorithm problem solving
Answers
The form is not particularly important as long as it provides a good way to describe and check the logic of the plan. The development of an algorithm (a plan) is a key step in solving a problem. Once we have an algorithm, we can translate it into a computer program in some programming language.
hope it helps you............................
With the use of an algorithm one can perform the following task to solve the problem:
With the use of an algorithm one can perform the following task to solve the problem:1) A problem can be solved by using a computer only if an algorithm can be written for it .
With the use of an algorithm one can perform the following task to solve the problem:1) A problem can be solved by using a computer only if an algorithm can be written for it .2) While writing an algorithm we can identify:
With the use of an algorithm one can perform the following task to solve the problem:1) A problem can be solved by using a computer only if an algorithm can be written for it .2) While writing an algorithm we can identify: a) The step by step procedure.
With the use of an algorithm one can perform the following task to solve the problem:1) A problem can be solved by using a computer only if an algorithm can be written for it .2) While writing an algorithm we can identify: a) The step by step procedure.b) The major decision points.
With the use of an algorithm one can perform the following task to solve the problem:1) A problem can be solved by using a computer only if an algorithm can be written for it .2) While writing an algorithm we can identify: a) The step by step procedure.b) The major decision points.c) The variables necessary to solve the problem.
3) The problem is reduced to a series of smaller problem of more manageable size .
3) The problem is reduced to a series of smaller problem of more manageable size .4) Decision making becomes a more rational process.