Collegeboard MC Test 2
Collegeboard MC Test #2
Corrections
Q2
Incorrect Answer: B
Correction: C, It is important to establish the count at the beginning of the code block, thus the answer should be to move the statement in line 5 so that it appears between lines 2 and 3 and sets the count to 0.
Topics to watch videos on: 1.4, 3.10, skill 4C
Q11
Incorrect Answer: C
Correction: A, If input B is false, the resulting value coming out of the OR gate will be true (since the value of A is true). Since the value of C is true, the resulting value coming out of the AND gate is true. This result contradicts the statement. Because the value of input A is true, the resulting value coming out of the OR gate must be true. Because the value of input C is true, the resulting value coming out of the AND gate is true. The value of input B did not affect this result.
Topics to watch videos on: 3.5, skill 4B
Q12
Incorrect Answer: C
Correction: B, Boolean expressions, there was no explanation but I should be able to understand this subject after watching the AP daily videos.
Topics to watch videos on: 3.5, skill 2B
Q22
Incorrect Answer: B
Correction: C, I understand the problem, I completely misclicked. The correct answer is the one I thought I had selected.
Topics to watch videos on: 3.8, skill 2A
Q30
Incorrect Answer: A,C
Correction: B,C, C is the correct answer but for the second one it is B instead of A. You cannot use the draw circle function until defining the equations before it.
Topics to watch videos on: 3.8,3.12, skill 3B
Q39
Incorrect Answer: B
Correction: C, I understand this problem, I just needed to read it more thoroughly. I did not read that the turn function was only to turn right, thus the robot needs to make many more right turns to make a left turn instead of a singular turn which I had interpreted it to be.
Topics to watch videos on: 3.12, skill 3B
Q50
Incorrect Answer: B Correction: C, I don’t understand ASCII values and could not find the explanation, but the answer should be V. Watching the videos should help with this.
Topics to watch videos on: 3.2, skill 3A