Sample Purpose Data Abstraction Managing Complexity Procedural Abstraction Algorithm Implementation Testing Total Grade
1 1/1 0/1 1/1 0/1 1/1 0/1 4/6
2 1/1 1/1 1/1 1/1 1/1 1/1 6/6

Sample 1 Explanation: The student didn't complete the program fully, it was pretty short, and was only tested once. Didn't manage complexity at all. However they did test it and explained the algorithm in detail. And abstraction for both Procedural and Data abstraction, they went into a lot of detail about their code and what each of its functions were.

Sample 2 Explanation: This student went very in-depth and explained everything in detail. It was tested and they managed their complexity, everything was done up to standards.

Sample Purpose Data Abstraction Managing Complexity Procedural Abstraction Algorithm Implementation Testing Total Grade
3 1/1 0/1 1/1 0/1 1/1 0/1 4/6
4 1/1 1/1 1/1 1/1 1/1 1/1 6/6

Student Three's Scoring: 6/6, 5/6 | Reporting Category | Requirements | Student Score | College Board Score* | |:----------------------------:|------------------|:-----------------:|:-----------------------:| | Program Purpose and Function | ☒ Describes the overall purpose of the program demonstrated in the video.
☒ Describes what functionality of the program is demonstrated in the video.
☒ Describes the input and output of the program. | 1/1 | 1/1 | | Data Abstraction | ☒ One program code that shows how data has been stored in this list (or another collection type).
☒ One program code that shows the data in this same list being used as part of fulfilling the program’s purpose.
☒ Identifies the name of the variable representing the list being used in this response.
☒ Describes what the data contained in this list is representing in the program. | 1/1 | 1/1 | | Managing Complexity | ☒ Includes a program code segment that shows a list being used to manage complexity in the program.
☒ Explains how the named, selected list manages complexity in the program code by explaining why the program code could not be written, or how it would be written differently, without using this list. | 1/1 | 1/1 | | Procedural Abstraction | ☒ One program code showing a student-developed procedure with at least one parameter that has an effect on the functionality of the procedure.
☒ One program code showing where the student-developed procedure is being called.
☒ Describes what the identified procedure does and how it contributes to the overall functionality of the program. | 1/1 | 1/1 | | Algorithm Implementation | ☒ Includes a program code segment of a student-developed algorithm that includes sequencing, selection, and iteration.
☒ Explains in detailed steps how the identified algorithm works in enough detail that someone else could recreate it. | 1/1 | 1/1 | | Testing | ☒ Describes two calls to the selected procedure identified in written response 3c. Each call must pass a different argument(s) that causes a different segment of code in the algorithm to execute.
☒ Describes the condition(s) being tested by each call to the procedure.
☒ Identifies the result of each call. | 1/1 | 1/1 |

<table>
  <tr>
    <th>Reporting Category</th>
    <th>Requirements</th>
    <th>Student Score</th>
    <th>College Board Score</th>
  </tr>
  <tr>
    <td>Program Purpose and Function</td>
    <td>
      <ul>
        <li> Describes the overall purpose of the program demonstrated in the video.</li>
        <li> Describes what functionality of the program is demonstrated in the video.</li>
        <li> Describes the input and output of the program.</li>
      </ul>
    </td>
    <td>1/1</td>
    <td>1/1</td>
  </tr>
  <tr>
    <td>Data Abstraction</td>
    <td>
      <ul>
        <li> One program code that shows how data has been stored in this list (or another collection type).</li>
        <li> One program code that shows the data in this same list being used as part of fulfilling the programs purpose.</li>
        <li> Identifies the name of the variable representing the list being used in

Student Four's Scoring: 3/6, 4/6 | Reporting Category | Requirements | Student Score | College Board Score* | |:----------------------------:|------------------|:-----------------:|:-----------------------:| | Program Purpose and Function | ☒ Describes the overall purpose of the program demonstrated in the video.
☒ Describes what functionality of the program is demonstrated in the video.
☒ Describes the input and output of the program. | 1/1 | 1/1 | | Data Abstraction | ☒ One program code that shows how data has been stored in this list (or another collection type).
☒ One program code that shows the data in this same list being used as part of fulfilling the program’s purpose.
☒ Identifies the name of the variable representing the list being used in this response.
☐ Describes what the data contained in this list is representing in the program. | 0/1 | 0/1 | | Managing Complexity | ☒ Includes a program code segment that shows a list being used to manage complexity in the program.
☐ Explains how the named, selected list manages complexity in the program code by explaining why the program code could not be written, or how it would be written differently, without using this list. | 0/1 | 0/1 | | Procedural Abstraction | ☒ One program code showing a student-developed procedure with at least one parameter that has an effect on the functionality of the procedure.
☒ One program code showing where the student-developed procedure is being called.
☒ Describes what the identified procedure does and how it contributes to the overall functionality of the program. | 1/1 | 1/1 | | Algorithm Implementation | ☒ Includes a program code segment of a student-developed algorithm that includes sequencing, selection, and iteration.
☐ Explains in detailed steps how the identified algorithm works in enough detail that someone else could recreate it. | 0/1 | 0/1 | | Algorithm Implementation | ☒ Includes a program code segment of a student-developed algorithm that includes sequencing, selection, and iteration.
Explains in detailed steps how the identified algorithm works in enough detail that someone else could recreate it. | 1/1 | 1/1 | | Testing | ☒ Describes two calls to the selected procedure identified in written response 3c. Each call must pass a different argument(s) that causes a different segment of code in the algorithm to execute.
☒ Describes the condition(s) being tested by each call to the procedure.
☐ Identifies the result of each call. | 0/1 | 1/1 |