Loading…
Choose a pre-built study schedule that fits your timeline. Each plan includes lessons, quizzes, practice, and review tasks — automatically scheduled for you.
Fast review of core Computer Science A topics — perfect for students who need a quick refresher before the exam.
Balanced study schedule covering all Computer Science A units with lessons, quizzes, practice, and flashcard drills.
In-depth study plan covering all Computer Science A units with practice problems, FRQ practice, and multiple review cycles.
Plans are added to your dashboard Study Planner where you can track progress, check off tasks, and adjust the schedule.
These study plans break exam prep into a day-by-day schedule, with options sized for different timelines — from a full runway down to a final-weeks push. Whichever plan you pick is added to your dashboard planner, where you can check off tasks and adjust the pace as you go. Choose the one that matches the time you actually have.
AP Computer Science A is a college-level introduction to programming taught entirely in Java. The course centers on object-oriented design: students learn to write, analyze, and debug code using primitive types, objects, methods, control structures, classes, inheritance, and data collections. The current course is organized into four units. Unit 1, Using Objects and Methods, introduces variables, expressions, String methods, and calling existing classes. Unit 2, Selection and Iteration, covers boolean logic, if/else statements, and while and for loops. Unit 3, Class Creation, teaches students to write their own classes with constructors, instance variables, accessor and mutator methods, inheritance, and polymorphism. Unit 4, Data Collections, covers arrays, ArrayLists, 2D arrays, and searching and sorting algorithms. Beyond syntax, the exam rewards algorithmic thinking: tracing code by hand, predicting output, and reasoning about how data moves through nested loops and method calls. Students most often struggle when they memorize syntax without understanding how reference variables, object aliasing, and method return values actually behave. The free-response section demands clean, complete Java written under time pressure, so fluency with ArrayList traversal and 2D array indexing is essential. Effective preparation pairs daily hands-on coding with deliberate practice tracing released free-response questions and reviewing the official Java Quick Reference, which lists the only library methods you are expected to know. Strong students also rehearse common patterns: building and filtering ArrayLists, traversing 2D arrays row by row, and overriding inherited methods. Mastery comes from writing code, not just reading it.
Two equally weighted sections over 3 hours: Section I is 42 multiple-choice questions in 90 minutes (50% of score), and Section II is 4 free-response questions in 90 minutes (50%) covering methods/control structures, class design, ArrayList data analysis, and 2D arrays. Delivered digitally in Bluebook.
Raw points from the multiple-choice and free-response sections are combined and converted to the AP 1-5 scale.