Multiple choice A description of a sequence of steps to solve a problem is known as... An algorithm A program A function A procedure Reveal answer Fill a bubble to check yourself A Correct answer Explanation An algorithm is defined as a finite, well-defined sequence of instructions or steps designed to perform a specific task or solve a problem. Programs and functions are implementations of algorithms in specific programming languages.