what is algorithm...
Answers
Answered by
5
Answer:
a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
Answered by
6
Step-by-step explanation:
- An algorithm is a step procedure to solve logical and mathematical problems. A recipe is a good example of an algorithm because it says what must be done, step by step. It takes inputs (ingredients) and produces an output (the completed dish). Informally, an algorithm can be called a "list of steps".
- Examples of Algorithm
- Examples of Algorithm To add the numbers 150 and 457, split the numbers first and then add hundreds, tens and ones. 150 + 457 = 100+400 + 50+50 + 7 = 500 + 100 + 7 = 607.
Similar questions