Saved Bookmarks
| 1. |
Explain What Is An Algorithm In Computing? |
|
Answer» An algorithm is a well-defined computational procedure that takes some VALUE as INPUT and generates some value as output. In simple WORDS, it’s a sequence of computational STEPS that converts input into the output. An algorithm is a well-defined computational procedure that takes some value as input and generates some value as output. In simple words, it’s a sequence of computational steps that converts input into the output. |
|