Sample Part II Questions Translated into Java

 

These questions are not sponsored by the collegeboard in any way.  I have taken questions from past exams and using my own judgment translated them into java.  Because the AP subset does not include an IO class and some of the questions dealt with reading from an input stream I have created my own IO (InputStream) class that hides the implementation of reading and writing from the stream.  I have also offered solutions to the questions.  I would appreciate any comments that you may have.

 

 

2002 A Exam:

    Question 1: Modes

    Question 2: Grocery Store

 

 

2001 A Exam:

    Question 1: Gas Station

    Question 4: Window

 

2001 AB Exam:

    Question 1: Window

    Question 3: Radix Sort

 

2000 A Exam:

    Question 1: Modes

    Question 4: Encryption

 

2000 AB Exam:

    Question 1: Encryption

 

1999 A Exam:

    Question 1: Student Information

 

1999 AB Exam:

    Question 3: Clubs - Please note that although the original problem was done with linked list, this particular question seemed to me to be more of a set question and I have implemented it as such.

    Question 3 - Clubs - a Linked List translation of the question (more closely related to the original) using the ListNode object from the subset.

    Question 4 - Name Tree

 

More Questions to follow.....(watch for additions)

Java Translations from other sources.

The links below are for other computer science teachers who have translated previous AP questions into Java.

Charlotte Fisher translated Part I of 1999's released exam.  You can view the translation off of her main site at: magnesium.dyndns.org.