English, asked by prince72996, 10 months ago


The algorithm is made of the

Answers

Answered by aditya111098
0

Answer:

An algorithm is a step by step method of solving a problem. It is commonly used for data processing, calculation and other related computer and mathematical operations. An algorithm is also used to manipulate data in various ways, such as inserting a new data item, searching for a particular item or sorting an item

Answered by AtharvSena
0

An algorithm is basically sequencing, selection, and iteration.

Sequencing, selection, and iteration are the three fundamental building components of an algorithm.

Sequencing: An algorithm is a series of steps, and the correctness of an algorithm depends on the sequence of those stages.

Selection: Algorithms can utilise selection to choose a new set of operations to carry out in response to a Boolean expression.

Iteration: Iteration is the repeated execution of a set number of steps or a set of conditions by algorithms.

#SPJ2

Similar questions