Question: AP Practice - Create PT - Choosing an Abstraction One component of the AP Create Performance Task is creating and describing an abstraction in your

AP Practice - Create PT - Choosing an AbstractionAP Practice - Create PT - Choosing an Abstraction
AP Practice - Create PT - Choosing an Abstraction One component of the AP Create Performance Task is creating and describing an abstraction in your program. Here's the actual prompt. 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 7 CODE * Selected code segment is a Responses that use existing abstractions to create a new abstraction, such as creating a list SEGMENT student-developed abstraction. to represent a collection (e.g., a classroom, an inventory), would earn this point. Applying IN Abstraction RESPONSE Do NOT award a point if any one of the following is true: 2D *# the response is an existing abstraction such as variables, existing control structures, event handlers, APIs; * ~~ the code segment consisting of the abstraction is not included in the written responses section or is not explicitly identified in the program code section; 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). Grade the Response Below is a segment of code from a "clicker" program with a rectangle drawn around a portion of the code identifying an abstraction. onEvent("apple", \"clic function( ) Grade the Response Below is a segment of code from a "clicker" program with a rectangle drawn around a portion of the code identifying an abstraction. onEvent("apple", "click", function() { score = (score + 1); setText("total_score", score); setPosition("apple", randomNumber(50,280), randomNumber(50, 350) ); if (score == 25) { setScreen("win_screen"); 1 2 3 4 5 6 v 8 9 Each row is worth one point that either can or cannot be awarded. Explain why you would or would NOT award the point for Row 7 based on the criteria given above. 'Write your response here

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!