kushsirohi123 / kushsirohirepo

Apache License 2.0
0 stars 0 forks source link

Preformance Task Grading #12

Open kushsirohi123 opened 1 year ago

kushsirohi123 commented 1 year ago

Student 1 Reflection

Category Student 1 Student 2 College board Student grade Commentary
Purpose Function Does describe the overall purpose of the program, as well as the functionality. The input and outpit of the program was described in the video Does describe the overall purpose of the program, as well as the functionality. The input and outpit of the program was described in the video. 0/1 1/1 Content Cell
Data Abstraction They do show the the two program code segments, and shos how data has been stores as well. The data in the list relates to the purpose of fullfilling the program purpose They do show the the two program code segments, and shos how data has been stores as well. The data in the list relates to the purpose of fullfilling the program purpose 1/1 1/1 Content Cell
Managing Complexity Including a program code segment that shows the complexity in the program Including a program code segment that shows the complexity in the program 1/1 0/1 Content Cell
Procedure Abstraction The program includes the necessary segments, one where it is shown that the student develops the procedure with at least one parameter, and one that shows what the procedure is called The program includes the necessary segments, one where it is shown that the student develops the procedure with at least one parameter, and one that shows what the procedure is called 1/1 1/1 Content Cell
Algorithm Implementation All of the program code is there, sequencing, selection, iteration, and is explained in detailed steps how the algorithm works. All of the program code is there, sequencing, selection, iteration, and is explained in detailed steps how the algorithm works 1/1 1/1 Content Cell
Testing All conditions were tested, and the result was outputted correctly based on the conditions given All conditions were tested, and the result was outputted correctly based on the conditions given 1/1 1/1 Content Cell Content Cell

Student 1 reflection:

Student 2