Computer Science, asked by ayankhan123451234512, 7 months ago

Understand the meaning of an algorithm. More specifically: o describe how to perform a task, such as following a cake recipe, using simple and clear steps. o Write the steps and put the steps in a logical order. o Compare this process with the meaning of an algorithm. o Brainstorm if there would be the same result if we changed the order of steps. o Represent the algorithm with a flowchart, to show what condition applies during the execution of an algorithm.

Answers

Answered by neerajakulkarni23
2

Answer:

An algorithm is a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.

A set of step-by-step procedures for accomplishing a task is known as an algorithm.

Another way to describe an algorithm is a sequence of unambiguous instructions. In fact, it is difficult to think of a task performed by your computer that does not use algorithms.

A programming algorithm is a computer procedure that is a lot like a recipe (called a procedure) and tells your computer precisely what steps to take to solve a problem or reach a goal. The ingredients are called inputs, while the results are called the outputs.

Similar questions