Chrecteristics of algoritem
Answers
Answer:
- it should have terminate no. of steps.
- formulas used in it should be correct.
- the steps should be in order.
- any type of error should not be there.
- any confusing step shouldn't be there.
Hope it helps! !
Answer:
Not all procedures can be called an algorithm. An algorithm should have the following characteristics
1. Unambiguous - Algorithm should be clear and unambiguous. Each of its steps and their inputs/outputs should be clear and must lead to only one meaning.
2. Effectiveness - An algorithm is also generally expected to be effective. This means that all of the operations to be performed in the algorithm must be sufficiently basic that they can in principle be done exactly and in a finite length of time.
3. Input - An algorithm should have zero or more well-defined inputs.
4. Output - An algorithm should have 1 or more well-defined outputs, and should match the desired output.
5. Finiteness - Algorithms must terminate after a finite number of steps.
6. Feasibility - Should be feasible with the available resources.
7. Independent - An algorithm should have step-by-step directions, which should be independent of any programming code.
#answerwithquality & #BAL