KnowledgeBoat Logo

Computer Applications

What is an algorithm? Write any three characteristics of an algorithm.

Algo & Flowcharts

90 Likes

Answer

The step-by-step procedure to solve any logical and mathematical problem is called an Algorithm. Three characteristics of an algorithm are:

  1. Input — An algorithm accepts an input.
  2. Generality — An algorithm works in a set of inputs.
  3. Definiteness — Each instruction should be written in a simple and precise manner so that everyone can understand it.

Answered By

51 Likes


Related Questions