AP CSA Unit 7: ArrayList

studied byStudied by 8 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 / 12

13 Terms

1

ArrayLists

A mutable list of object references. We can create ArrayLists by using the constructor new ArrayList<E>().

New cards
2

ArrayList Methods

Methods used to alter the state of an ArrayList

New cards
3

Enhanced For Loop

A loop that is an alternate to a for or while loop that accesses each value in an array starting at the first value and proceeding in order.

New cards
4

ConcurrentModificationException

A common error that occurs when attempting to modify an ArrayList while using an enhanced for loop.

New cards
5

Traversing an ArrayList

Traversing an ArrayList is the process to loop through an ArrayList and access each of the elements. Caution must be taken to avoid looping beyond the valid index values.

New cards
6

Algorithm

An algorithm is a set of steps or rules to follow to solve a particular problem.

New cards
7

Simultaneously Traversal

Traversing two lists at the same time using the same index often to compare.

New cards
8

Linear Search

An algorithm that searches data sets in a sequential order, checking each value from the 0th index to the end of the data set to see what index a specific element can be located at.

New cards
9

Selection Sort

A sorting algorithm that swaps the minimum value left in an array with the current array index.

New cards
10

Insertion Sort

A sorting algorithm that shifts the already sorted section of an array to place the current array value in the correct index.

New cards
11

Network Protocols

Protocols for data sharing on the internet that define rules and conventions for communication between network devices.

New cards
12

Data Privacy

The appropriate use of data based on circumstances

New cards
13

Data Security

The integrity, confidentiality, and availability of data

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
30 minutes ago
5.0(1)
robot