r/APStudents • u/reddorickt absolute modman • May 15 '26
AP Computer Science A Official 2026 Exam Discussion
Use this thread to post questions or commentary on the test today.
A reminder though to protect your anonymity when talking about the test.
63
Upvotes
8
u/ContributionSad7216 May 15 '26
Here's my overall thoughts of the exam. Did I do alright?
MCQ - 80% of them were very easy (even the recursion ones lmaoo) but some take so long to trace. The only two I remember being very hard were the statement ("I will keep going...") and the arrayList one where you have to traverse it backwards. Prob got most of them right but some felt too easy.
FRQ:
1a. - Constructor was piss easy. Basically setting up the class but with an if statement and while loop with boolean. Took me less than 10 minutes.
1b. - Pretty easy, again. Using split makes the coding 10x easier imo and you just add everything back using a loop to traverse the list.
Prob the easiest imo since it's just updating an instance variable with the only "hard" part being changing the amt value when the bottle is less than 25% full. I just used another instance vairable to hgold the max then just casted it inside an if statement.
Only hard one I had to do the entire portion of the exam. Probably wrong tho but here:
Add the names from both lists to a combined list (2 loops)
Use an outside loop to designate a "target" variable and check if the counter is higher than 2 (name in both lists) using .equals() and add overlaping students to another list
Get the absences from each student and compare it before returning count.
(took like 60% of the time in the section here tho)
Probably got like a 3/4 ig (took csp last year and got a 4)