Which of the following is true of algorithms?

-Algorithms may have infinite sets of instructions

-every algorithm can be constructed using combinations of sequencing, Selection, and iteration

-every problem can be solved with an algorithm

-algorithms must be expressed using a programming language

Respuesta :

The statement that is true of algorithms is: Every algorithm can be constructed using combinations of sequencing, selection, and iteration.

What is an Algorithm?

An algorithm is a laid-down computational framework for solving a problem. Programming is not the only consideration in developing an algorithm. Other considerations are the hardware, operating system, graphics, etc.

To effect an algorithm sequencing, selection, and iteration are common methods.

Learn more about algorithms here:

https://brainly.com/question/24793921