Saved Bookmarks
| 1. |
What is an algorithm? Name any two characteristics of an algorithm. |
|
Answer» An algorithm is defined as “step by step procedure to solve a given problem infinite number of steps”. Characteristics of algorithm: 1. Every step should perform a single task 2. There should not be any confusion at any stage. 3. It must involve a finite number of steps. |
|