๐. Exam Prep Videos from CB
3 hours long
~1.5 minutes per MCQ (40 Questions)
~1.5 minutes per FRQ (4 Questions)
plus time for test administration, break, etc., so more like 4 hours total
All questions use the AP Java subset
Paper and Pencil
No calculator
๐ Scoring Guidelines for the AP Test
ย ย ย ย ย ย Score Calculator
Question topics will include:
Programming Fundamentals
Data Structures
Logic
Algorithms/Problem Solving
Object-Oriented Programming
Recursion
Software Engineering
Four problems wherein students must write program code, each worth 9 points
Methods and Control Structures
Create objects of a class and call methods
Satisfy method specifications using expressions, conditional statements, and iterative statements
Class
Define a new type by creating a class
Satisfy method specifications using expressions, conditional statements, and iterative statements
Array/ArrayList
Satisfy method specifications using expressions, conditional statements, and iterative statements
2D Array
Satisfy method specifications using expressions, conditional statements, and iterative statements
Create, traverse, and manipulate elements in 2D array objects