1. what is algorithm? Explain characteristics of algorithm.
Answers
Answered by
14
An algorithm is a step by step method of solving a problem. It is commonly used for data processing, calculation and other related computer and mathematical operations
characteristics
Precision – the steps are precisely stated(defined).
Uniqueness – results of each step are uniquely definedand only depend on the input and the result of the precedingsteps.
Finiteness – the algorithm stops after a finite number ofinstructions are executed.
Input – the algorithm receives input.
Output – the algorithm produces output.
Generality – the algorithm applies to a set ofinputs.
Source
Answered by
27
Explanation:
Your answer is in the attachment
Attachments:
Similar questions