Home
Explore
Exams
Search for anything
Login
Get started
Home
CS120 - Kinds of Loops
CS120 - Kinds of Loops
0.0
(0)
Rate it
Studied by 0 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/5
There's no tags or description
Looks like no tags are added yet.
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
6 Terms
View all (6)
Star these 6
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.