111k views
5 votes
Explain how sequence, selection, and iteration are building blocks of algorithms.

User Otero
by
6.8k points

1 Answer

1 vote

Answer:

Step-by-step explanation:

An algorithm is made up of three basic building blocks: sequencing, selection, and iteration. Iteration: Algorithms often use repetition to execute steps a certain number of times or until a certain condition is met.

User Cluster
by
6.1k points