Lol, we can be frienz
Which of the following is true of algorithms?
A. Algorithms may have an infinite set of instructions
B. Algorithms must be expressed using a programming language
C. Every algorithm can be constructed using combinations of sequencing, selection, and iteration
D. Every problem can be solved with an algorithm
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.
AlgorithmsAlgorithms 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