2016 AP Computer Science FRQ Solutions

Like every year, students had 4 FRQ problems to solve on the 2016 Computer Science AP-A Exam. This year they were Crossword, LogMessage, Random String Chooser, and String Formatter.

Crossword

The Crossword Free Response question on the 2016 Computer Science AP-A exam had you working with a 2-d array of an arbitrary class.

Read more...

LogMessage

LogMessage has you working with Strings and an ArrayList of a class called LogMessage.

Read more...

Random String Chooser

The first free response question on the 2016 AP Computer Science exam, Random String Chooser, had you write a complete class that could be dropped into a bit of sample client code.

Read more...

String Formatter

The String Formatter free response question from the 2016 AP CompSci exam asked you to implement code to format a string to a fixed width by adding spaces between words

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.