Iteration

studied byStudied by 5 people
0.0(0)
get a hint
hint

loop

1 / 7

8 Terms

1

loop

used for when programmers want a statement to execute repeatedly

New cards
2

nested loop

a loop that is found inside a loop

New cards
3

while loop

while the condition is true the loop continues to execute, otherwise it exits the loop

New cards
4

infinite loop

the loop isn’t structured correctly, or there is an error in the logic which causes the loop to execute forever

New cards
5

for-loop

The condition is first checked to see if it is true, the statement will execute, and the steps will continue to repeat in the loop until the statement becomes false, then the loop ends

New cards
6

definite iteration

loop continues for a known amount of time

New cards
7

indefinite iteration

loop continues for an unspecified number of times, could be forever

New cards
8

example of until when

n = 0

while n < 10:

n = n+1

print(n, ”Computers”)

New cards

Explore top notes

note Note
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 17 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 5 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 20 people
Updated ... ago
4.0 Stars(1)
note Note
studied byStudied by 12016 people
Updated ... ago
4.8 Stars(48)

Explore top flashcards

flashcards Flashcard37 terms
studied byStudied by 4 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard44 terms
studied byStudied by 14 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard244 terms
studied byStudied by 317 people
Updated ... ago
5.0 Stars(4)
flashcards Flashcard63 terms
studied byStudied by 2 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard75 terms
studied byStudied by 404 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard36 terms
studied byStudied by 14 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard33 terms
studied byStudied by 15 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard76 terms
studied byStudied by 9 people
Updated ... ago
4.0 Stars(1)