Respuesta :
Answer:
C. Every algorithm can be constructed using combinations of sequencing, selection, and iteration.
Explanation:
It's true.
"Every algorithm can be constructed using combinations of sequencing, selection, and iteration" is true.
Algorithms
Algorithms are well-defined instructions arranged in sequences in order to execute codes.
- They are typically used to solve a class of specific problems or to perform computations.
- Based on the definition, we can conclude that the statement "every algorithm can be constructed using combinations of sequencing, selection, and iteration" is true.
Learn more on algorithms here: https://brainly.com/question/24793921