Personalized Project Reference_MockExam
Personalized Project Reference_MockExam
To assist in responding to the written response prompts on exam day, submit required portions of your
code by capturing and pasting program code segments you developed during the administration of this
task.
● Screen captures should not be blurry, and text should be at least 10-point font size.
● Your code segments should not include any comments.
These code segments will be made available to you on exam day only if this component is submitted as
final in the AP Digital Portfolio by the deadline.
Procedure: Capture and paste two program code segments you developed during the administration of
this task that contain a student-developed procedure that implements an algorithm used in your
program and a call to that procedure.
IMPORTANT: Built-in or existing procedures and language structures, such as event handlers and
main methods, are not considered student-developed.
● The second program code segment must show where your student-developed procedure is
being called in your program.
List: Capture and paste two program code segments you developed during the administration of this
task that contain a list (or other collection type) being used to manage complexity in your program.
● The first program code segment must show how data have been stored in the list.
● The second program code segment must show the data in the same list being used, such as
creating new data from the existing data or accessing multiple elements in the list, as part of
fulfilling the program’s purpose.