jz21324 / Vcode

Apache License 2.0
0 stars 0 forks source link

CollegeBoard 52 Questions Corrections #21

Open jz21324 opened 1 year ago

jz21324 commented 1 year ago
Question | My Answer | Correct Answer | Explanation -- | -- | -- | -- Question 13 | B | A | I chose the answer B when it was actually A because if you put all the words together, "similar" and "today" will make it seem as if "art" is in the strings when it is indeed not because this answer is wrong. The skill and topic that is used in this is Topic 2.6, Topic 2.7, and Skill 4.A Question 22 | D | E | The outer loop has four rows so it will run four times. In the inner loop there is four columns so there will be four rows for four columns so it will print x + " " 16 times. Topic 8.2 Skill 2.D Question 40 | D | E | I chose B when the correct answer is D because only III is right since it has a for loop with int k= nameList.size() - 1 and a k++. Topic 7.3 Skill 1.B Question 45 | B | A | I chose B when it is actually A because Line 12 is executed each time the variable sm is updated because a new smallest value is found. When j has the value 0, sm is updated for "day" and "of". Topic 2.7 and 6.4 and Skill 2.D