+2 votes
in Class 12 by kratos

What is an algorithm? Name any two characteristics of an algorithm.

1 Answer

+4 votes
by kratos
 
Best answer

An algorithm is defined as “step by step procedure to solve a given problem infinite number of steps”.

Characteristics of algorithm:

  1. Every step should perform a single task

  2. There should not be any confusion at any stage.

  3. It must involve a finite number of steps.

...