AP CSA Unit 4: Iteration

studied byStudied by 5 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 8

9 Terms

1

Infinite loops

Occurs when the expression in a while loop never evaluates to false. The program continues to run infinitely.

New cards
2

break

Breaks out of a while loop and executes statements that immediately follow while loop.

New cards
3

return

Keyword used in methods to return a value back to the initial program that called the method.

New cards
4

Off by One Error

When a for loop iteration is off by one too many or one too few.

New cards
5

charAt(int index)

charAt(int index) returns the character at the specified index.

New cards
6

Nested Loops

When a loop is placed within another loop. The total number of runs for a nested loop will be the outer loop * inner loop.

New cards
7

Algorithm

Step-by-step process that solves a problem.

New cards
8

Statement execution count

The number of times a statement is executed by the program.

New cards
9

Big-O-Notation

A way to represent how long an algorithm will take to execute. It helps to determine how efficient different approaches to solving a problem are.

New cards

Explore top notes

note Note
studied byStudied by 3 people
704 days ago
5.0(1)
note Note
studied byStudied by 5 people
609 days ago
5.0(1)
note Note
studied byStudied by 12 people
41 days ago
5.0(1)
note Note
studied byStudied by 157 people
105 days ago
5.0(3)
note Note
studied byStudied by 26 people
926 days ago
5.0(1)
note Note
studied byStudied by 12 people
893 days ago
5.0(1)
note Note
studied byStudied by 41 people
167 days ago
5.0(2)
note Note
studied byStudied by 24 people
836 days ago
5.0(2)

Explore top flashcards

flashcards Flashcard (27)
studied byStudied by 56 people
405 days ago
5.0(1)
flashcards Flashcard (50)
studied byStudied by 4 people
145 days ago
5.0(1)
flashcards Flashcard (30)
studied byStudied by 34 people
303 days ago
5.0(1)
flashcards Flashcard (22)
studied byStudied by 13 people
11 days ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 2 people
547 days ago
5.0(1)
flashcards Flashcard (25)
studied byStudied by 17 people
397 days ago
4.0(1)
flashcards Flashcard (26)
studied byStudied by 13 people
556 days ago
5.0(1)
flashcards Flashcard (98)
studied byStudied by 6 people
54 minutes ago
5.0(1)
robot