Final Score: Took about an hour to 1 hour 15 mins.

Overall

Overall I scored 45/50, I was aiming for this score because it satisfied a 5 on the AP scale. Moreover, Mr. Mortensen said how the students who did best and reflected on their work all got very nice internships, something that I am aiming for.

Test Corrections

I chose C, because I thought users would provide documentation for program code. This is wrong however, because users are unlikely to have the expertise needed to understand and provide documentation for program code.

D is the correct answer, because users ca help for design and development.

I chose D because I thought combining all three lists would make sense. This is incorrect.

B is the correct answer because the code segment intializes firstList to contain the first three, so the code segment then swaps the contents of firstList and secondList by assigning firstList to thirdList, and so on, and so on, like third to second.

I chose B because I thought it was initialized to 0 instead of 1. The correct answer is C because it is initialized to 1m so it would be 13,15,17,19,21

I guessed on this and chose B, this is incorrect because for any integer, the value of MOD 2 is either 0 or 1.

The correct answer is C because 23/3 has a remainder of two, so 3 is the correct option.

I chose D because I thought that when the third statements assigns the value of first, the fourth would assign the second making it also false.

This is incorrect , I simply chose false instead of true but the graphic show that is asks for the true variable and Option A is correct because it specifies the true variable for both first and second value.

Strengths and Weakness

Test Explanations, why I chose what I chose