ELI5: Explain Like I'm 5

Loop (computing)

A loop is something a computer does to save time. It's like a shortcut. When the computer is asked to do something more than once, it can use a loop and do it all in one go. For example, if you ask the computer to count from 1 to 10, it can use a loop and count all the way to 10 in one go.