Ch.13 Computational Thinking and Programming Basics Vocabulary
Question

What is a loop?

Tap to reveal answer
Answer

A structure that repeats steps until a condition is met or a sequence is complete.

Repeated manual actions are candidates for loops or automation.

JRC DigComp / EPSOHQ Digital Skills DB
Deep dive

Loop: repeat until done

A loop repeats steps until a condition is met or a sequence is complete; the exam trap is confusing it with a conditional (if-then).

Learn more
Listen to this page (beta)

View all flashcards