What is a programming structure that repeats a block of code multiple times called?
AFunction
BVariable
CArray
DLoop
Explanation
– A loop repeats a block of code multiple times.
– Common types include for loops and while loops.
– Loops help avoid writing the same code repeatedly.
Exam Relevance
- Topic: Programming Basics
- Subtopic: Programming Concepts

No Comments