Multiple choice

A description of a sequence of steps to solve a problem is known as...

  1. An algorithm

  2. A program

  3. A function

  4. 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.