CS120 - Kinds of Loops

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards
Indefinite Loop
A loop where the number of repetitions is not known in advance.
2
New cards
Conditional Loop
A loop controlled by a condition.
3
New cards
Pretest Loop
A loop where the condition is checked before the body executes.
4
New cards
Infinite Loop
A loop that never ends (usually a bug).
5
New cards
Interactive Loop
A loop that repeats based on user input.
6
New cards
Sentinel Loop
A loop that ends when a special value (sentinel) is encountered.