Computer Science, asked by basavaraju1301, 6 months ago

what is an algorithm? writing any 3 characteristics of an algorithm. ​

Answers

Answered by kourgurpreet2611
3

Explanation:

In mathematics and computer science, an algorithm is a finite sequence of well-defined, computer-implementable instructions, typically to solve a class of problems or to perform a computation.

Characteristics of an Algorithm

Input − An algorithm should have 0 or more well-defined inputs. Output − An algorithm should have 1 or more well-defined outputs, and should match the desired output. Finiteness − Algorithms must terminate after a finite number of steps.

Answered by Babitagoswami
0

Answer:

An Algorithm is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output.

Explanation:

Three characteristics of an algorithm=

  1. Input
  2. Output
  3. Finiteness
Similar questions