Computer Science, asked by achurukku2523, 9 months ago

Define algorithm define its characteristics with example

Answers

Answered by ShubhanshuOmer
1

Explanation:

algorithm is a step by step procedure to solve a given problem.

ex.print sum of two no.

1. input first no.

2. input second no.

3. add two no.

Answered by renuthakur3333
29

Answer:

Algorithm is a step by step procedure, which defines a set of instructions to be executed in certain order to get the desired output. An algorithm are generally analyzed on two factors − time and space. ... Following are the characteristics of Algorithm: Unambiguous − Algorithm should be clear and unambiguous.

Similar questions