yuricoder07 / myfiles

Apache License 2.0
0 stars 3 forks source link

CPT Scoring 2 #17

Open yuricoder07 opened 1 year ago

yuricoder07 commented 1 year ago
Submission 3 Reporting Category Student Score College Board Score Comments
Program Purpose and Function 0 0 Gave a good description for the function, but no clear purpose was demonstrated
Data Abstraction 0 0 There are two code segments that show the list and values. These code segments don't show it being used toward the program purpose
Managing Complexity 0 0 The explanation was not in-depth on managing complexity.
Procedural Abstraction 0 0 Again there was no explanation that was well and explanatory
Algorithm Implementation 0 0 No code provided for program code
Testing 1 1 Testing was shown perfectly, with thorough explanation with each test
Submission 4 Reporting Category Student Score College Board Score Comments
Program Purpose and Function 1 1 Thorough explanation for the purpose and use for the program. Demonstrated all the required parts.
Data Abstraction 1 1 Clear and concise code, giving a in-depth explanation on how it contributed towards the programs function
Managing Complexity 1 1 In-depth explanation on the use of lists and how the code would be effected without the list
Procedural Abstraction 1 1 Perfect descripts, explaining the purposes for procedures and details.
Algorithm Implementation 1 1 Well used iteration is being used, only 3 items being iterated through, but still meets expectations
Testing 1 1 Perfect testing with a well written explanation for each test
Submission 5 Reporting Category Student Score College Board Score Comments
Program Purpose and Function 1 0 The purpose shown use, however the function of the program was not included in the section even though it was elaborated
Data Abstraction 1 1 Good evidence and explanation of the list
Managing Complexity 1 1 Thorough explanation for the use of lists and overall purpose to the program
Procedural Abstraction 0 1 Procedure seems too simple, and lacked basic complexity compared to other people's submissions
Algorithm Implementation 0 1 Lacked separate code, and the 3 algorithmic approach didn't seem to be present
Testing 1 1 Perfect testing with a well written explanation for each test
Submission 6 Reporting Category Student Score College Board Score Comments
Program Purpose and Function 0 1 Purpose was good, but seemed like the program's function. Did not show the problem or any creative intent at all
Data Abstraction 0 0 Two code segments are shown but lacked basic depth and understand for how the lists work
Managing Complexity 0 0 The same as above, but the explanation was not thorough enough.
Procedural Abstraction 1 1 The procedure and explanation of the procedure was explained clearly with defined parameters and use of sub-procedures.
Algorithm Implementation 1 1 Procedures included searching and iteration techniques
Testing 1 0 The test cases were not amazing, but in my opinion were passable

Reflection (Notes for my own CPT)