AP CS A · Guide

How the AP Computer Science A free-response section is scored

The free-response section is 45% of your exam — and it's graded point by point. Once you see how those points are awarded, you can earn most of them even when your solution isn't perfect.

Updated for the 2025–26 (digital, 4-unit) exam

The format at a glance

How the points work

Each free-response question is worth 9 points, for 36 raw points across the four. Those raw points scale to 45 composite points; multiple choice scales to 55. Together they form a 0–100 composite that maps to your 1–5 score:

Composite = (MCQ ÷ 42 × 55) + (FRQ ÷ 36 × 45)

The important part is how those 9 points are split. Each point is tied to one specific thing your code must do — declaring and initializing a variable correctly, looping over the right range, calling the right method, returning the right value, handling an edge case. The points are independent: missing one does not cost you the others.

This is why partial credit matters so much. A half-finished method can still earn 5 or 6 of its 9 points, as long as the parts you wrote are correct. Leaving a question blank earns zero; attempting it almost always earns something.

What graders reward — and what they forgive

The four question types

The four FRQs follow the same structure every year, so you can prepare for each one specifically:

  1. Methods & Control Structures. Write two methods (or a constructor and a method) for a given class, using loops and conditionals and calling other methods. Part B typically requires String methods.
  2. Class Design. Design and implement an entire class from a specification — instance variables, a constructor, and methods — based on a table showing how the class should behave.
  3. ArrayList. Write a method that builds, searches, or modifies an ArrayList.
  4. 2D Array. Write a method that traverses and manipulates a two-dimensional array. This one is often the most time-consuming.

See your own code scored this way

Paste an AP-style free-response answer and Silver grades it against a rubric — a score with partial credit and feedback on exactly which point you missed. No account needed.

How to earn the most points

The 2025–26 redesign consolidated the course into four units and removed inheritance, polymorphism, extends, and super from the required content, while adding File and Scanner for reading text files. Exam format, scoring, and dates can change — always confirm the current details on the official College Board AP Central page before exam day. Silver is an independent study tool and is not affiliated with or endorsed by the College Board.