Saved Bookmarks
| 1. |
What is algorithm ? write any four characters algorithm |
|
Answer» Answer: PLZ follow ne Explanation: ALGORITHM and its characteristics 1 FINITENESS. An algorithm must always terminate after a finite number of steps. 2 Definiteness. Each step of an algorithm must be precisely DEFINED; the actions to be carried out must be rigorously and unambiguously specified for each case. 3 Input. ... 4 Output. ... 5 Effectiveness. |
|