Algorithm
A finite set of instructions that specifies a sequence of operation is to be carried out in order to solve a specific problem or class of problems is called an Algorithm.
An algorithm can be defined as a well-defined computational procedure that takes some values or the set of values, as an input and produces some value, or the set of values, as an output. An algorithm is thus a sequence of computational steps that transform the input into output.
It describes the specific computational procedures for achieving the input-output relationship.
An algorithm must have the following properties:
Correctness: It should produce the output according to the requirement of the algorithm.
Finiteness: Algorithm must complete after a finite number of instructions have been executed.
An Absence of Ambiguity: Each step must be defined having only one interpretation.
Definition of Sequence: Each step must have a unique defined preceding and succeeding step. The first step and the last step must be noted.
Input/Output: Number and classification of needed inputs and results must be stated.
Feasibility: It must be feasible to execute each instruction.
Flexibility: It should also be possible to make changes in the algorithm without putting so much effort on it.
Efficient: Efficiency is always measured in terms of time and space requires implementing the algorithm, so the algorithm uses a little running time and memory space as possible within the limits of acceptable development time.
Independent: An algorithm should focus on what are inputs,outputs and how to derive output without knowing the language it is defined. Therefore, we can say that the algorithm is independent of language.
Characteristics of Algorithm
1. Input- Every algorithm may have 0 or more Input.
2. Output- Every algorithm should have at least 1 output.
3. Finiteness- Every algorithm must be terminated in finite time and finite steps.
4. Definiteness- Every instruction must be precisely unambiguous(don't have double meaning).
5. Effectiveness- To achieve an effective goal.
Program - Program is language dependent. They are written with syntax. They are written in formal way.
What are the steps to solve Program Development?
1. Problem Definition- Input, Output, Types of Input, Types of output. Aim of the problem, Goal of
problem, Example.
2. Problem Analysis
3. Algorithm/Flowchart
4. Coding
5. Debugging/Testing
6. Documentation
7. Maintenance and Modification
Difference between Algorithm and Program
It's very helpful.
ReplyDeleteIts great,easy explanation!
ReplyDelete