2004 AP Computer Science FRQ Solutions

2004 was the first year that College Board used Java for the Computer Science AP exam. Like every year since, students had 4 FRQ problems to solve on the exam. In 2004 those problems were Robot, WordList, and Pet. There was also a marine biology case study problem, but since that’s no longer part of the exam it’s getting left off here.

PR2004 Robot

The PR2004 Robot Free Response question from the 2004 AP Computer Science exam has you working with an array of integer values.

Read more...

Pet

The Pet FRQ from the 2004 AP Computer Science Exam tested that you can work with ArrayLists and understand how abstract classes work

Read more...

WordList

On WordList you are working with an ArrayList of Strings and checking their lengths

Read more...
This site contains affiliate links. If you click an affiliate link and make a purchase we may get a small commission. It doesn't affect the price you pay, but it is something we must disclose.