Which is the property of algorithm?
Answers
Answered by
1
Answer:
An algorithm must have five properties:
Input specified.
Output specified.
Definiteness.
Effectiveness.
Finiteness.
Answered by
0
Answer:
Output: The algorithm must specify the output and how it is related to the input. Definiteness: The steps in the algorithm must be clearly defined and detailed. Effectiveness: The steps in the algorithm must be doable and effective. Finiteness: The algorithm must come to an end after a specific number of steps.
Similar questions