The AP CSA Exam is May 3rd and is broken down into two sections.
Multiple Choice (40 Questions, 90 Minutes, 50% of AP Score)
Unit 1: Primitive Types (2.5% - 5%)
Unit 2: Using Objects (5% - 7.5%)
Unit 3: Boolean Expressions & Selection Statements (15% - 17.5%)
Unit 4: Iteration (17.5% - 22.5%)
Unit 5: Writing Classes (5% - 7.55%)
Unit 6: Arrays (10% - 15%)
Unit 7: ArrayLists (2.5% - 7.5%)
Unit 8: 2D Arrays (7.5% - 10%)
Unit 9: Inheritance (5% - 10%)
Unit 10: Recursion (5% - 7.5%)
Free Response (4 Questions, 90 Minutes, 50% of AP Score)
Question 1: Methods and Control Structure
Write program code to create objects of a class and call methods
Write program code to satisfy method specifications using expressions, conditional statements, and iterative statements
Question 2: Class
Write program code to define a new type by creating a class
Write program code to satisfy method specifications using expressions, conditional statements, and iterative statements
Question 3: Array/ArrayList
Write program code to satisfy method specifications using expressions, conditional statements, and iterative statements
Write program code to create, traverse, and manipulate elements in 1D Array or ArrayList objects
Question 4: 2D Array
Write program code to satisfy method specifications using expressions, conditional statements, and iterative statements
Write program code to create, traverse, and manipulate elements in 2D Array objects