Multiple choice technology programming languages

What is an infinite loop?

  1. A loop that functions infinitely well

  2. A loop that runs forever

  3. A loop that never starts

  4. A loop that will never function

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An infinite loop is a loop that executes indefinitely without terminating. Option B correctly defines this. Option A describes a well-functioning loop (not necessarily infinite). Option C describes a loop that never starts (not infinite). Option D describes a non-functional loop (different concept).