Skip to content
integrated computational thinking

Algorithms 1: Intro to Algorithms

< Back to Building Block
Step 4 of 10: Algorithms in Computing
An Alexa and Google Home next to each other

A computer application will execute (run or carry out a command) a program. In many ways, a program can be considered an algorithm designed for a computer to follow. In a program, the steps of an algorithm are implemented in a programming language. Algorithms and their implementations as a program need to not only terminate but produce the intended result.