CompSci A Tricky Topics Review

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

flashcard set

Earn XP

Description and Tags

Tricky topics to review before the AP Computer Science A Exam.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

double x = 1 / 2;
System.out.println(x);

0

Because the things being divided are integers.

2
New cards

Remember: return statements don’t print anything!

Remember: return statements don’t print anything!

3
New cards
term image

Arrays are references, primitive types are not

<p>Arrays are references, primitive types are not</p>
4
New cards
term image
knowt flashcard image
5
New cards

Strings are mutable? T/F

False. Strings are immutable.

6
New cards

Insertion Sort

knowt flashcard image
7
New cards

Selection Sort

knowt flashcard image
8
New cards
term image

new String() always creates something that is unique in mem addr.

<p>new String() always creates something that is unique in mem addr. </p>
9
New cards
term image
knowt flashcard image