🎴 Flashcard Mode
Java Programming Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Each pass through a loop is called a/an
AnswerClick to flip back
A
iteration
💡 Explanation:
Each pass through a loop is called an iteration. This is standard programming terminology used across all languages. Enumeration refers to listing items, culmination is an ending point, and 'pass through' is not the technical term.