Answered step by step
Verified Expert Solution
Question
1 Approved Answer
AP Practice -Create PT-Abstraction One component of the AP Create Performance Task is describing an abstraction within your program. 2. Written Responses 2d. Capture and
AP Practice -Create PT-Abstraction One component of the AP Create Performance Task is describing an abstraction within your program. 2. Written Responses 2d. Capture and paste a program code segment that contains an abstraction you developed individually on your own (marked with a rectangle in section 3 below). This abstraction must integrate mathematical and logical concepts. Explain how your abstraction helped manage the complexity of your program. (Must not exceed 200 words) Here's one row of the scoring guide for this question Row 8 RESPONSEExplains how the selected 2D Responses should not be penalized for explanations of abstractions that are not developed by the student. abstraction manages the complexity of the program. Applying Abstraction Do NOT award a point if any one of the following is true the explanation does not apply to the selected abstraction; or the abstraction is not explicitly identified (i.e., the entire program is selected as an abstraction, without explicitly identifying the code segment containing the abstraction) Write the Response 7function updatescoreBy (amt) 8 if currentPlayer 1)( 9 10 11 else 12 13 14 console.log("P1 Score: "+p1score) 15 console.log("P2 Score: "+p2Score) 16 setText("score1_label", p1Score) 17 setText("score2_label", p2Score) 18 piscoreamt p2scoreamt The code selection above is taken from the Color Sleuth activity you just completed. This selection would count as an abstraction on the Create PT, but to earn Row 8 you will need to describe how this abstraction manages complexity. Write response 2d describing the abstraction above. Use the writing prompt and scoring guidelines as a guide. AP Practice -Create PT-Abstraction One component of the AP Create Performance Task is describing an abstraction within your program. 2. Written Responses 2d. Capture and paste a program code segment that contains an abstraction you developed individually on your own (marked with a rectangle in section 3 below). This abstraction must integrate mathematical and logical concepts. Explain how your abstraction helped manage the complexity of your program. (Must not exceed 200 words) Here's one row of the scoring guide for this question Row 8 RESPONSEExplains how the selected 2D Responses should not be penalized for explanations of abstractions that are not developed by the student. abstraction manages the complexity of the program. Applying Abstraction Do NOT award a point if any one of the following is true the explanation does not apply to the selected abstraction; or the abstraction is not explicitly identified (i.e., the entire program is selected as an abstraction, without explicitly identifying the code segment containing the abstraction) Write the Response 7function updatescoreBy (amt) 8 if currentPlayer 1)( 9 10 11 else 12 13 14 console.log("P1 Score: "+p1score) 15 console.log("P2 Score: "+p2Score) 16 setText("score1_label", p1Score) 17 setText("score2_label", p2Score) 18 piscoreamt p2scoreamt The code selection above is taken from the Color Sleuth activity you just completed. This selection would count as an abstraction on the Create PT, but to earn Row 8 you will need to describe how this abstraction manages complexity. Write response 2d describing the abstraction above. Use the writing prompt and scoring guidelines as a guide
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started