Math, asked by raghuveernag27, 3 months ago

emove flag
The algorithm is made of the
एल्गोरिथम
से बना है
Select one:
a. Repetition
दुहराव
Cb.ALL
सभी
Oc.Selection
चयन
d. Sequence to print data
डेटा प्रिंट करने के लिए अनुक्रम​

Answers

Answered by fahimahalim
2

answer is all of the following

Answered by anjalin
1

The algorithm is made of the b. ALL.

Explanation:

  • An algorithm is basically made up of three basic building blocks.
  • These are: sequencing, selection, and iteration.
  • Sequencing: An algorithm is a step-by-step process and the order of those steps are important to make sure the correctness of an algorithm.
  • Selection: Algorithms uses selection method to determine a different set of steps to execute based on a Boolean expression.
  • Iteration: Algorithms generally use repetition to execute steps a certain number of times or until a certain condition is done.
  • Hence, the correct answer among all the options is option b. ALL.

(#SPJ2)

Similar questions