This section is strictly for problems from the AP CS A Free Response section.Â
These problems are publicly posted @ https://apcentral.collegeboard.org/courses/ap-computer-science-a/exam/past-exam-questions.
This is my way of organizing the information for my students.
Though these problems were written for the AP CS A test and the expected language for developing the code is in Java, these could be solved in any programming language. If you want to test your skills in any programming language, feel free to try solving these in Python, C++, etc.
*** I don't ask you, often, to write code by hand. For your reference, the AP CS A FRQ questions are always done by hand in the official test. You will not be able to test your code on a computer. For that reason, it's highly encouraged that you write code by hand first (think of it as a rough draft), then type the code out to test it to see how well you did.