APCSPA

0.0(0)
Studied by 7 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

REVIEW

Last updated 10:59 PM on 3/26/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Create an Array

type[] array name = { values, values};

2
New cards

Find Array length

arrayname.length;

3
New cards

Get an index of array

arrayname[index#];

4
New cards

set Array index

arrayname[index#]=value;

5
New cards

Traverse through Array

for (int i = 0; i<arrayname.length; i++)

{

// action or code

}

6
New cards

Create ArrayList

ArrayList<Type> array name= new ArrayList<type>();

7
New cards

Add or Remove in Arraylist

Add: arraylist.add(value);

Remove: arraylist.remove(index #);

8
New cards

Find Arraylist size

arraylist.size();

9
New cards

Set Arraylist index

arraylist(index#, value);

10
New cards

Get Arraylist index

arraylist.get(index#);

11
New cards

Traverse through Arraylist

for(int i = 0; i<arraylist.size(); i++)

12
New cards

Comparing Strings

String str1= "hello";

String str2= "hello";

str1.equalsl (str2)

☆ .equals() ☆

13
New cards

Math in Coding

Math.abs(x)

Math.max(x,y)

Math.min(x,y)

Math.pow(x,y)

Math.random()

Explore top notes

note
Chapter 31
Updated 377d ago
0.0(0)
note
Chapter 29.1
Updated 1403d ago
0.0(0)
note
Redox chemistry
Updated 769d ago
0.0(0)
note
Escape and Avoidance Learning
Updated 1289d ago
0.0(0)
note
6 IGOs
Updated 1167d ago
0.0(0)
note
Civil Rights Movement
Updated 321d ago
0.0(0)
note
Chapter 31
Updated 377d ago
0.0(0)
note
Chapter 29.1
Updated 1403d ago
0.0(0)
note
Redox chemistry
Updated 769d ago
0.0(0)
note
Escape and Avoidance Learning
Updated 1289d ago
0.0(0)
note
6 IGOs
Updated 1167d ago
0.0(0)
note
Civil Rights Movement
Updated 321d ago
0.0(0)

Explore top flashcards

flashcards
The Rise & Spread of Islam
35
Updated 1138d ago
0.0(0)
flashcards
Phrasal verb C1C2
100
Updated 564d ago
0.0(0)
flashcards
FOOD TECH FOOD QUALITY
64
Updated 589d ago
0.0(0)
flashcards
Gran Hotel 8-11
37
Updated 1125d ago
0.0(0)
flashcards
spanish imperfect verbs
75
Updated 851d ago
0.0(0)
flashcards
Mythology Vocabulary 2
25
Updated 1146d ago
0.0(0)
flashcards
The Rise & Spread of Islam
35
Updated 1138d ago
0.0(0)
flashcards
Phrasal verb C1C2
100
Updated 564d ago
0.0(0)
flashcards
FOOD TECH FOOD QUALITY
64
Updated 589d ago
0.0(0)
flashcards
Gran Hotel 8-11
37
Updated 1125d ago
0.0(0)
flashcards
spanish imperfect verbs
75
Updated 851d ago
0.0(0)
flashcards
Mythology Vocabulary 2
25
Updated 1146d ago
0.0(0)